Forum Moderators: phranque
this is the directives i put in for the proxy pass
<VirtualHost *:80>
ServerName www.mysite.com
ServerAlias mysite.com *.mysite.com
ServerAdmin name@mysite.com
ProxyPass / [localhost:8081...]
ProxyPassReverse / [localhost:8081...]
ErrorLog C:/apache2/logs/www.plone-error_log
</VirtualHost>
when i address mysite.com i get:
HTTP Error 403 - Forbidden Internet Explorer
access log:
xx.xx.xx.xx - - [14/Jun/2007:16:11:50 -0700] "GET / HTTP/1.1" 403 202
i'm loading mod_proxy.so but no other 'mod_proxy' modules
any ideas what i need to do to get this working?
thanks, bbxrider
When this happens:
when i address mysite.com i get:
HTTP Error 403 - Forbidden Internet Explorer
what do you get in your server error log file?
Jim
so now i'm getting a 404 not found, the 404 message is actually on plone page returned from the zope server,
meaning for some reason its not finding the 'plone' site in that zope instance, so it may be a zope plone issue now, instead of apache.
the apache access log for the not found is
xx.xx.xx.ss - - [15/Jun/2007:08:04:55 -0700] "GET /pacificmail HTTP/1.1" 404 10415, (pacificmail is the name of the plone website)
if anybody knows about this please jump in, i'm going to try a post in a plone forum as well