logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache 2.2 // JBoss 4.0 and Windows firewall?
Author
vannguyen0



Joined: 10 Aug 2006
Posts: 1

PostPosted: Fri 01 Sep '06 22:10    Post subject: Apache 2.2 // JBoss 4.0 and Windows firewall? Reply with quote

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: 7298
Location: Germany, Next to Hamburg

PostPosted: Wed 20 Sep '06 10:45    Post subject: Reply with quote

is the windows firewall on the Client or on the server activated or on both? Is the server reachable from outside?
Back to top


Reply to topic   Topic: Apache 2.2 // JBoss 4.0 and Windows firewall? View previous topic :: View next topic
Post new topic   Forum Index -> Apache