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: Connection through ISA firewall
Author
renevdb



Joined: 03 Aug 2006
Posts: 1

PostPosted: Thu 03 Aug '06 21:29    Post subject: Connection through ISA firewall Reply with quote

Hi,

Running and internal webserver, the application needs to check if updates are available but it's stopped by the firewall.

Tried to add the following lines to httpd.conf but no go.

SetENV HTTP_proxy proxy.server.com:80
SetENV CGI_HTTP_proxy proxy.server.com:80
SetENV HTTP_proxy_user XXXXXXXX
SetENV HTTP_proxy_pass XXXXXXXXX

The script is CGI.

Thanks!
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 677

PostPosted: Wed 09 Aug '06 13:16    Post subject: Reply with quote

What application/script are you talking about ?
Can you give some more details about your issue ?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Wed 09 Aug '06 14:19    Post subject: Reply with quote

So the cgi script listen to / uses which Port? Setted the port free in the firewall config?
What kind of cgi is it?
Back to top
pnllan



Joined: 05 Dec 2005
Posts: 221

PostPosted: Wed 09 Aug '06 18:33    Post subject: Reply with quote

How is this an Apache issue?

If the Firewall (hardware or software) is blocking a request to open the connection, then the Firewall needs to be configured for the application trying to gain access. No way around it!

If you are referring to a high-end router that can be accesssed via say...telnet, and you are trying to configure via script...That becomes a commercial issue because you would have to be in a commercial environment to be able to afford it.
Back to top


Reply to topic   Topic: Connection through ISA firewall View previous topic :: View next topic
Post new topic   Forum Index -> Apache