Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Apache 2.2 // JBoss 4.0 and Windows firewall? |
|
Author |
|
vannguyen0
Joined: 10 Aug 2006 Posts: 1
|
Posted: Fri 01 Sep '06 22:10 Post subject: Apache 2.2 // JBoss 4.0 and Windows firewall? |
|
|
I have Apache 2.2. I'm using mod_proxy, mod_proxy_ajp, and mod_proxy_balancer to communicate with JBoss:
NameVirtualHost *:80
<VirtualHost *:80>
ServerName myserver.mydomain.com
....
ProxyPass / ajp://localhost:8009/
ProxyPassReverse / ajp://localhost:8009/
</VirtualHost>
This is sitting on a Windows 2003 server on a different subnet (10.10.10.x). I am a 10.35.10.x subnet. I am able to access the application, but it loads the content very slowly. When I turn off the Windows XP built in firewall... everything loads blazing fast. Does anyone know what's going on?? |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7364 Location: Germany, Next to Hamburg
|
Posted: Wed 20 Sep '06 10:45 Post subject: |
|
|
is the windows firewall on the Client or on the server activated or on both? Is the server reachable from outside? |
|
Back to top |
|
|
|
|
|
|