my config cusually looks more like this:

<VirtualHost *:80>
   DocumentRoot /var/www/html/testsite/
   ServerName testsite.com
   ServerAlias testsite.com *.testsite.com
   ErrorLog logs/testsite-error_log
   CustomLog logs/testsite-access_log combined

       ProxyRequests Off

       ProxyPass /testsite/ http://127.0.0.1:12080/testsite/
       ProxyPassReverse /testsite/ http://127.0.0.1:12080/testsite/

       ProxyPass /testsitea/ http://127.0.0.1:12080/testsitea/
       ProxyPassReverse /testsitea/ http://127.0.0.1:12080/testsitea/

</VirtualHost>


Paul Worrall wrote:
I know this isn't necessarily Magnolia but someone might be able to give
me a quick nudge or stop me waisting my time.

I want to have virtual hosts for specific domain names pointing to
particular areas of a Magnolia site.

Its Apache 2.2 so I did this...

<VirtualHost *:80>
        ProxyPreserveHost On
        ServerName www.mydomian.com
        <Location / >
                ProxyPass
ajp://127.0.0.1:8009/magnoliaPublic/sites/mydomain
        </Location>
</VirtualHost>

It works as far as getting directly to the entry point I want for the
site but then all links on Magnolia server up 404 errors.

What am I doing obviously wrong?

Regards

Paul


----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------


----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------

Reply via email to