Re[2]: [Zope] my Zope too slow behind Apache.
Justin Heesemann
jh@ionium.org
Wed, 18 Jul 2001 15:58:47 +0200
Hello Gustavo,
> Do you really want a python based aplication be faster than a C based application? It may be possible, but not in this galaxy!
> Sorry if i missed some thing!
yeah. i guess your are missing one thing:
imo he didn't want to say, that zope is slower then apache, but that zope
standalone is faster then zope behind apache, via proxypass (or
mod_rewrite). i wonder how big is the difference between zope without, zope
with proxypass and zope with mod_rewrite.. (no time for benchmarking
today..)
Best Regards,
Justin
>>my zope(2.3.x) is too slow servinng behind apache, compared to default way
>>(port 8080) or am i missing something?
>>
>>here's my virtual host apache httpd.conf (rh linux 7.1)
>>
>><VirtualHost 192.168.0.252>
>> ServerName new.fiducia-china.com
>> ServerAdmin info@mydomain.com
>> ProxyPass /
>>http://localhost:8080/VirtualHostBase/http/mydomain.com:80/myfolder/VirtualH
>>ostRoot/
>> ProxyPassReverse /
>>http://localhost:8080/VirtualHostBase/http/mydomain.com:80/myfolder/VirtualH
>>ostRoot/
>></VirtualHost>