{"id":15096943,"url":"https://github.com/apache/incubator-pagespeed-cpanel","last_synced_at":"2025-10-08T02:30:40.462Z","repository":{"id":7427291,"uuid":"8763770","full_name":"apache/incubator-pagespeed-cpanel","owner":"apache","description":"mod_pagespeed module for CPanel WHM","archived":true,"fork":false,"pushed_at":"2023-04-21T14:56:23.000Z","size":43,"stargazers_count":146,"open_issues_count":40,"forks_count":50,"subscribers_count":33,"default_branch":"master","last_synced_at":"2025-10-06T00:36:43.271Z","etag":null,"topics":["pagespeed"],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-03-13T23:21:01.000Z","updated_at":"2025-08-28T21:39:57.000Z","dependencies_parsed_at":"2025-01-26T06:31:18.311Z","dependency_job_id":"8950ce94-0064-400b-8040-406f2a329af1","html_url":"https://github.com/apache/incubator-pagespeed-cpanel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/apache/incubator-pagespeed-cpanel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-pagespeed-cpanel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-pagespeed-cpanel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-pagespeed-cpanel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-pagespeed-cpanel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/incubator-pagespeed-cpanel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-pagespeed-cpanel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278877488,"owners_count":26061455,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pagespeed"],"created_at":"2024-09-25T16:02:43.655Z","updated_at":"2025-10-08T02:30:40.182Z","avatar_url":"https://github.com/apache.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mod_pagespeed module for CPanel WHM\n\nA custom module for CPanel WHM using CPanel Easy Framework - allows easy installation of mod_pagespeed via `/scripts/easyapache` on command line or through easyapache from WHM web console.\n\n## Installation instructions\n\n# If you are using EasyApache4, please follow the below steps to install mod_pagespeed.\n```\n$\u003e yum install rpm-build cpio ea-apache24-mod_version\n$\u003e wget https://github.com/pagespeed/cpanel/raw/master/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm\n$\u003e rpmbuild --rebuild ea-apache24-mod_pagespeed-latest-stable.src.rpm\n$\u003e rpm -ivh /root/rpmbuild/RPMS/x86_64/ea-apache24-mod_pagespeed*.rpm\n$\u003e /etc/init.d/httpd restart\n```\n\n# Below steps only for EA3 users.\n1. Clone the installation scripts onto your CPanel server:\n```bash\n$\u003e /usr/local/cpanel/3rdparty/bin/git clone https://github.com/pagespeed/cpanel.git /tmp/pagespeed/\n```\n\n2. Create Speed.pm.tar.gz\n```bash\n$\u003e cd /tmp/pagespeed/Easy\n$\u003e tar -zcvf Speed.pm.tar.gz pagespeed\n$\u003e mkdir -p /var/cpanel/easy/apache/custom_opt_mods/Cpanel/Easy\n$\u003e mv Speed.pm Speed.pm.tar.gz -t /var/cpanel/easy/apache/custom_opt_mods/Cpanel/Easy/\n$\u003e cd \u0026\u0026 rm -rf /tmp/pagespeed\n```\n\n3. Login into your cPanel WHM \u003e EasyApache and look for \"mod_pagespeed\" option. Alternatively, you can run the easyapache installer from command line (`/scripts/easyapache`). Rebuild the Apache server, reboot it, and you're good to go!\n\n## Updating instructions\n\nIf you are using EasyApache3, run `easyapache` to upgrade mod_pagespeed to the\nlatest version.\n\nIf you are running EasyApache4, follow these steps to upgrade.\n\n - create file `/etc/rpm/macros.apache2` with the following contents\n\n ```\n %_httpd_mmn 20120211x8664\n %_httpd_apxs /usr/bin/apxs\n %_httpd_dir /etc/apache2\n %_httpd_bindir %{_httpd_dir}/bin\n %_httpd_modconfdir %{_httpd_dir}/conf.modules.d\n %_httpd_confdir %{_httpd_dir}/conf.d\n %_httpd_contentdir /usr/share/apache2\n %_httpd_moddir /usr/lib64/apache2/modules\n ```\n\n - then run the following commands\n\n ```bash\n rm -rf /root/rpmbuild/RPMS/x86_64/\n wget https://github.com/pagespeed/cpanel/raw/master/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm\n rpmbuild --rebuild ea-apache24-mod_pagespeed-latest-stable.src.rpm\n rpm -Uvh /root/rpmbuild/RPMS/x86_64/ea-apache24-mod_pagespeed*.rpm\n /etc/init.d/httpd restart\n ```\n\n## Configuring mod_pagespeed\n\nThe installation script will copy a default **pagespeed.conf** file into `/usr/local/apache/conf/` on your server. Please consult the following pages to customize your configuration:\n\n- [mod_pagespeed module configuration](https://developers.google.com/speed/docs/mod_pagespeed/configuration)\n- [configuring mod_pagespeed filters](https://developers.google.com/speed/docs/mod_pagespeed/config_filters)\n\nFor example of the different filters in action and detailed documentation for each, please see modpagespeed.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fincubator-pagespeed-cpanel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fincubator-pagespeed-cpanel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fincubator-pagespeed-cpanel/lists"}