And enabled the console in common pagespeed.conf (apache /etc/httpd/conf.d/ directory)
Note pagespeed is set to OFF in common pagespeed file, I enable it on per site basis.
Tried accessing the console from one of domains where pagespeed is enabled and get a 500 server error
[Mon Jun 03 20:30:27 2013] [error] [client myip] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Mon Jun 03 20:30:27 2013] [debug] core.c(3072): [client myip] r->uri = /index.php
[Mon Jun 03 20:30:27 2013] [debug] core.c(3078): [client myip] redirected from r->uri = /index.php
[Mon Jun 03 20:30:27 2013] [debug] core.c(3078): [client myip] redirected from r->uri = /index.php
[Mon Jun 03 20:30:27 2013] [debug] core.c(3078): [client myip] redirected from r->uri = /index.php
[Mon Jun 03 20:30:27 2013] [debug] core.c(3078): [client myip] redirected from r->uri = /index.php
[Mon Jun 03 20:30:27 2013] [debug] core.c(3078): [client myip] redirected from r->uri = /index.php
[Mon Jun 03 20:30:27 2013] [debug] core.c(3078): [client myip] redirected from r->uri = /index.php
[Mon Jun 03 20:30:27 2013] [debug] core.c(3078): [client myip] redirected from r->uri = /index.php
[Mon Jun 03 20:30:27 2013] [debug] core.c(3078): [client myip] redirected from r->uri = /index.php
[Mon Jun 03 20:30:27 2013] [debug] core.c(3078): [client myip] redirected from r->uri = /index.php
[Mon Jun 03 20:30:27 2013] [debug] core.c(3078): [client myip] redirected from r->uri = /mod_pagespeed_console
[Mon Jun 03 20:30:27 2013] [debug] net/instaweb/apache/mod_instaweb.cc(400): [client myip] ModPagespeed OutputFilter called for request /index.php
[Mon Jun 03 20:30:27 2013] [debug] net/instaweb/apache/mod_instaweb.cc(421): [client myip] Request not rewritten because: request->status != 200 (was 500)
[Mon Jun 03 20:30:27 2013] [debug] mod_deflate.c(602): [client myip] Zlib: Compressed 545 to 329 : URL /index.php
[Mon Jun 03 20:30:28 2013] [debug] mod_headers.c(743): headers: ap_headers_output_filter()
Now query is whether I need to add /mod_pagespeed_console access in each virtual host file?
and what might be causing above redirects (Note the above site is wordpress based and has redirect settings)