[Zope3-Users] Re: Total n00b to zope3 and apache.

Albertas Agejevas alga at pov.lt
Sat Jul 29 12:06:37 EDT 2006


On Fri, Jul 28, 2006 at 10:57:14AM -0700, Steve Juranich wrote:
> NameVirtualHost localhost:8000
> <VirtualHost localhost:8000>
>     Servername localhost
>     ErrorLog var/apache2/log/zope.log
>     CustomLog var/apache2/log/zope.log common
>     RewriteEngine On
>     RewriteLog var/apache2/log/rewrites.log
>     RewriteLogLevel 0
>     RewriteRule ^/zope(/?.*) http://127.0.0.1:8080/++vh++\
> http:%{SERVER_NAME}:8000/zope/++$1 [P,L]
> </VirtualHost>
> 
> 
> Now when I visit localhost:8000/zope, I'm at least getting some error
> messages in apache's error_log that /path/to/htdocs/zope doesn't exist. 

Are mod_proxy and mod_rewrite are enabled?

Albertas


More information about the Zope3-users mailing list