From: "Bill Moseley" <[EMAIL PROTECTED]>
What does
warn $c->uri_for('/');
show in the logs?
Ok, I've solve it.
Even though the $host and $port were correct, $c->uri_for("/") wasn't
printing the full url correctly (without the port).
But this was because I have forgotten to add in httpd.conf:
ProxyPreserveHost On
I was using only ProxyRequests Off, ProxyPass and ProxyPassReverse
directives.
Do you have any idea what could be the following lines in httpd.conf?
[Sun Jan 14 17:04:36 2007] [error] [client 127.0.0.1] request failed: error
reading the headers
[Sun Jan 14 20:56:13 2007] [error] proxy: HTTP: disabled connection for
(localhost)
Thank you very much for your help.
Octavian
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/