hi all,

I'm using zenoss since version 2.4.0 and it working quit well os far expert 
that the gui abit slow. I thinking to improve the web gui responsivness by 
using apache mod_proxy. following some example from the web, I configure  the 
file proxy.conf to look like below: 

<IfModule mod_proxy.c>
        #turning ProxyRequests on and allowing proxying from all may allow
        #spammers to use your proxy to send email.

        ProxyRequests On
        ProxyPass /zenoss http://172.16.165.37:8080/zport/dmd/ retry=5
        ProxyPassReverse /zenoss http://172.16.165.37:8080/zport/dmd/

        <Proxy *>
                #AddDefaultCharset off
                #Order deny,allow
                #Deny from all
                Allow from all
                #Allow from .example.com
        </Proxy>

        # Enable/disable the handling of HTTP/1.1 "Via:" headers.
        # ("Full" adds the server version; "Block" removes all outgoing Via: 
headers)
        # Set to one of: Off | On | Full | Block

       ProxyVia On
        ProxyPreserveHost On
</IfModule>

but it seems like not working properly. I only seeing web like below and that's 
it. Could someone please help me to properly configure the mod_proxy ? thanks 
in advance.



    * admin
    * Preferences
    * Logout
    * Help

Device/IP Search
Zenoss server time: Now o'clock




-------------------- m2f --------------------

Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=39128#39128

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to