Your Apache is misconfigured. You have UseCanonicalName on, but your ServerName doesn't contain the port. Setting it only "Listen" and the VirtualHost setting (if you use one) isn't enough.
Either use ServerName foo.bar.com:8080, or set UseCanonicalName to off. We deliberately don't use HTTP_HOST since it's a user-supplied value (the HTTP "Host" header) and not even present for HTTP/1.0 requests. David On 19.04.2011, at 11:00, Simon Cornelius P Umacob wrote: > Hi, > > Does it make sense for AgaviWebRouting::getBaseHref() to support the > server's port number? You see, i have this problem where getBaseHref() > doesn't include the server's port number if I use a port other than > 80. I'm wondering if it makes sense to modify Agavi or just fix my > app. =) > > Thanks, > > [ simon.cpu ] > > _______________________________________________ > users mailing list > [email protected] > http://lists.agavi.org/mailman/listinfo/users >
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
