[jboss-user] [Clustering/JBoss] - Forwarding from Jboss over Apache using mod_proxy without pi
argonist
do-not-reply at jboss.com
Tue Oct 30 06:45:27 EDT 2007
Hello,
The ajp-forwarding from two Jboss-Server over apache using mod_proxy works fine, but the picture and css-data cannot be showed. Why? Have you an idea to solve the problem?
| <IfModule mod_proxy.c>
| <Proxy balancer://production>
| Order deny,allow
| Allow from all
|
| BalancerMember ajp://localhost:8009
| </Proxy>
| <Proxy balancer://testjboss>
| Order deny,allow
| Allow from all
|
| BalancerMember ajp://localhost:8109
| </Proxy>
|
| ProxyPass /production balancer://production
| ProxyPass /Stage balancer://testjboss
| ProxyIOBufferSize 19000
| LimitRequestFieldsize 18000
| </IfModule>
|
Thank you in advance
Manu
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100168#4100168
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100168
More information about the jboss-user
mailing list