mod_proxy_ajp configuration

shay

New Member
#1
I install my 3rd Mailserver and try to get it work :)
Now its open x-change...

I have to install the mod_proxy_ajp and configure it.
"mod_proxy_ajp module to access the groupware frontend"

In need to configure:
Code:
$ vim /etc/apache2/conf.d/proxy_ajp.conf



<Proxy *>
Order deny,allow
allow from all
</Proxy>

ProxyPass /axis2 ajp://127.0.0.1:8009/axis2 smax=0 ttl=60 retry=5
ProxyPass /ajax ajp://127.0.0.1:8009/ajax smax=0 ttl=60 retry=5
ProxyPass /servlet ajp://127.0.0.1:8009/servlet smax=0 ttl=60 retry=5
ProxyPass /infostore ajp://127.0.0.1:8009/infostore smax=0 ttl=60 retry=5
ProxyPass /publications ajp://127.0.0.1:8009/publications smax=0 ttl=60 retry=5
BUT WITHOUT APACHE!!!!

In context in the lsadmin panel i found: Java Web App context is used to automatically import a predefined Java Application in an AJPv13 compilant Java servlet engine.

Is this where i have to put it in? And how to?
I´m learning but still haven´t a clue....
 
Top