Forum OpenACS Q&A: Re: Apache as reverse proxy

Collapse
Posted by David Kuczek on
I found out about the subdomain problem:

I had to put a "NameVirtualHost MyIP" on top of the three VirtualHost tags and replace the three "*" with MyIP...

I am still searching for a solution to redirect i.e. myserver.com to www.myserver.com... Any more detailed suggestions?

What about the error.log? Is AOLserver still logging regularly when being reverse proxied?

Collapse
Posted by John Sequeira on
Redirecting myserver.com to www.myserver.com sounds like a job for mod_rewrite.  Have you looked at that yet?