<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Control WebPanel Wiki &#187; mod_pagespeed</title>
	<atom:link href="http://wiki.centos-webpanel.com/tag/mod_pagespeed/feed" rel="self" type="application/rss+xml" />
	<link>http://wiki.centos-webpanel.com</link>
	<description>CentOS WebPanel Wiki</description>
	<lastBuildDate>Wed, 12 Feb 2025 20:38:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>How to install mod_pagespeed</title>
		<link>http://wiki.centos-webpanel.com/how-to-install-mod_pagespeed</link>
		<comments>http://wiki.centos-webpanel.com/how-to-install-mod_pagespeed#comments</comments>
		<pubDate>Wed, 28 Jun 2017 13:16:25 +0000</pubDate>
		<dc:creator><![CDATA[publisher]]></dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[mod_pagespeed]]></category>

		<guid isPermaLink="false">http://wiki.centos-webpanel.com/?p=808</guid>
		<description><![CDATA[How to install Apache mod_pagespeed module on CentOS WebPanel? mod_pagespeed is an open-source Apache module created by Google to help Make the Web Faster by rewriting web pages to reduce latency and bandwidth. Installer for 64bit Systems mkdir /usr/local/src/mod_pagespeed cd /usr/local/src/mod_pagespeed wget https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-stable_current_x86_64.rpm rpm2cpio mod-pagespeed-stable_current_x86_64.rpm &#124; cpio -idmv cp /usr/local/src/mod_pagespeed/usr/lib64/httpd/modules/mod_pagespeed.so /usr/local/apache/modules/ cp /usr/local/src/mod_pagespeed/usr/lib64/httpd/modules/mod_pagespeed_ap24.so /usr/local/apache/modules/ wget [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><strong>How to install Apache mod_pagespeed module on CentOS WebPanel?</strong><br />
mod_pagespeed is an open-source Apache module created by Google to help Make the Web Faster by rewriting web pages to reduce latency and bandwidth.</p>
<p><strong>Installer for 64bit Systems</strong></p>
<pre>mkdir /usr/local/src/mod_pagespeed

cd /usr/local/src/mod_pagespeed

wget https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-stable_current_x86_64.rpm

rpm2cpio mod-pagespeed-stable_current_x86_64.rpm | cpio -idmv

cp /usr/local/src/mod_pagespeed/usr/lib64/httpd/modules/mod_pagespeed.so /usr/local/apache/modules/

cp /usr/local/src/mod_pagespeed/usr/lib64/httpd/modules/mod_pagespeed_ap24.so /usr/local/apache/modules/

wget --output-document="/usr/local/apache/conf.d/pagespeed.conf" http://dl1.centos-webpanel.com/files/apache/mods/pagespeed/pagespeed.conf

cp /usr/local/src/mod_pagespeed/etc/httpd/conf.d/pagespeed_libraries.conf /usr/local/apache/conf/

chmod 755 /usr/local/apache/modules/mod_pagespeed.so

chmod 755 /usr/local/apache/modules/mod_pagespeed_ap24.so

mkdir -p /var/mod_pagespeed/cache/

chown -R nobody:nobody /var/mod_pagespeed/cache/

service httpd restart</pre>
<p><em>* You can modify configuration after installation in the file:<br />
<strong>/usr/local/apache/conf.d/pagespeed.conf</strong></em></p>
<p><strong>Installer for 32bit Systems</strong></p>
<pre>mkdir /usr/local/src/mod_pagespeed

cd /usr/local/src/mod_pagespeed

wget https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-stable_current_i386.rpm

rpm2cpio mod-pagespeed-stable_current_i386.rpm | cpio -idmv

cp /usr/local/src/mod_pagespeed/usr/lib/httpd/modules/mod_pagespeed.so /usr/local/apache/modules/

cp /usr/local/src/mod_pagespeed/usr/lib/httpd/modules/mod_pagespeed_ap24.so /usr/local/apache/modules/

wget --output-document="/usr/local/apache/conf.d/pagespeed.conf" http://dl1.centos-webpanel.com/files/apache/mods/pagespeed

cp /usr/local/src/mod_pagespeed/etc/httpd/conf.d/pagespeed_libraries.conf /usr/local/apache/conf/

chmod 755 /usr/local/apache/modules/mod_pagespeed.so

chmod 755 /usr/local/apache/modules/mod_pagespeed_ap24.so

mkdir -p /var/mod_pagespeed/cache/

chown -R nobody:nobody /var/mod_pagespeed/cache/

service httpd restart</pre>
<p><em>* You can modify configuration after installation in the file:<br />
<strong>/usr/local/apache/conf.d/pagespeed.conf</strong></em></p>
<p><strong>Home Page</strong><br />
<a href="https://github.com/pagespeed/mod_pagespeed" title="Home Page mod_pagespeed" target="_blank">https://github.com/pagespeed/mod_pagespeed</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.centos-webpanel.com/how-to-install-mod_pagespeed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
