This repository was archived by the owner on Apr 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 156
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
Apache servers behind a load balancer on virtual IP cannot find input resources #117
Copy link
Copy link
Closed
Description
What steps will reproduce the problem?
1. Install and configure pagespeed.conf (as shown below)
2. Restart Apache
3. CSS and JS in CodeIgniter project are still remain in separate files
What is the expected output? What do you see instead?
Expected output: YUI library should combine with my css & js files.
Current output: All in separate files, no changes.
What version of the product are you using (please check X-Mod-Pagespeed
header)?
0.9.10.1-0
On what operating system?
CentOS 5.4
Which version of Apache?
Apache 2.2.14
Which MPM?
- ??
Please provide any additional information below, especially a URL or an
HTML file that exhibits the problem.
- Attached is my pagespeed.conf
- I set ModPagespeedDomain as "http://xxx.com" but i disable the cache under
xxx.com subdomain, as seen under <Directory> in pagespeed.conf to test this
module. Is this necessary?
- I saw X-Mod-Pagespeed version under http://www.xxx.com in phpinfo() but it's
not showing up if I print out the phpinfo() under http://www.xxx.com/yyy.
- I wrote the below lines in headers.php under views folder. mod_pagespeed
doesn't combine the css even if I specify combine_css in the config file:
<link rel="stylesheet" href="http://www.xxx.com/yyy/assets/css/style.css"
type="text/css" media="screen"/>
<link rel="stylesheet"
href="http://www.xxx.com/yyy/assets/js/yui/build/button/assets/skins/sam/button.
css" type="text/css" media="screen"/>
<link rel="stylesheet"
href="http://www.xxx.com/yyy/assets/js/yui/build/calendar/assets/skins/sam/calen
dar.css" type="text/css" media="screen"/>
<link rel="stylesheet"
href="http://www.xxx.com/yyy/assets/js/yui/build/container/assets/skins/sam/cont
ainer.css" type="text/css" media="screen"/>
<link rel="stylesheet"
href="http://www.xxx.com/yyy/assets/js/yui/build/datatable/assets/skins/sam/data
table.css" type="text/css" media="screen"/>
<link rel="stylesheet"
href="http://www.xxx.com/yyy/assets/js/yui/build/menu/assets/skins/sam/menu.css"
type="text/css" media="screen"/>
<link rel="stylesheet"
href="http://www.xxx.com/yyy/assets/js/yui/build/paginator/assets/skins/sam/pagi
nator.css" type="text/css" media="screen"/>
Original issue reported on code.google.com by justin...@gmail.com on 26 Nov 2010 at 4:57
Attachments: