Quote:>In particular, what I would like to do is to have the proxy server dial up
>the ISP, if necessary, when accessed remotely. Right now, the 1.3b2 version
>of apache for NT doesn't have the proxy stuff compiled in, and even if it
>were, I don't see the directives to allow dialing out to an ISP, with
>passwords etc.
You make no sense. Only on a truly demented operating system would
proxy servers dial up the phone. Your network's IP stack is
supposed to do that. Apache does not have such functionality and
never will because it is the wrong place for it, no matter what
Windows pretents.
Apache can act as a proxy server so that clients inside your
network can make HTTP requests to the world via a single
computer, yes. Having it connect automatically is an issue with
making NT do so when there is traffic.
I'm not sure what you are talking about "the 1.3b2 version ...
doesn't have the proxy stuff compiled in." Of course it doesn't
because there is no binary. If you are using some third party
binary that you didn't compile yourself then you are own your own
with it and any viruses or trojans that you may get from it.
Quote:>>For all the smart Apache folks out other, is it possible to get apache to
>do
>>what WinGate reports to do, namely, act as a single internet access point
>>for a network of machines? If so, what needs to be done?