Hi,

   I'm running Zope behind Apache2 using rewrite rules.
   The host machine has a valid name within the LAN (local DNS).
    There're other sites hosted in this machine (ILIAS - Distance Education, 
DotProject - Project Management and some other utilities, like phpLDAPadmin 
and phpMysqlAdmin).
    Zope is running on port 9673 (Debian Stable). The hardware is pretty basic 
- P4 2.8MHz 512KB L2, 256MB Ram, IDE disk 7200 rpm Seagate Ultra ATA/100.
    Using ab (Apache Benchmarking utility) I can get ~ 430.73 requests per 
second when accessing the front page of Ilias3 - this is a simple login page.
    Using ab, I can't get more than 5 requests per second when accessing CPS 
login page through Apache2 Rewrite Rules.
    The rewrite rule I'm using is:

---------------------
      ProxyVia On
      RewriteRule ^/colab(.*)$ \ 
http://tucano.ipen.br:9673/VirtualHostBase/http/%{SERVER_NAME}:80/\
VirtualHostRoot/colab/$1[L,P]
----------------------

     I've tried to use ProxyPass and ProxyPassReverse

        #### C O L A B  ####
#     ProxyPass /colab http://tucano.ipen.br:9673/colab
#     ProxyPassReverse /colab http://tucano.ipen.br:9673/colab

but it didn't help either.

     I need some hints (or even examples) on how to improve CPS (Zope + 
Apache2) performance. This is critical; I can't use the present setup as a 
production site - it's worst than poor!

     Thanks for any help!

-- 
Mario O.de Menezes, Ph.D.     "Many are the plans in a man's heart, but
LinuxUser: #24626         is the Lord's purpose that prevails" Pv 19.21
                        http://www.ipen.br/~mario      
_______________________________________________
cps-users mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/cps-users

Reply via email to