Car Insurance | Unsecured Loans | Mortgage | Remortgages | Mortgage Calculator
small apache question [Archive] - PCMech Forums

PDA

View Full Version : small apache question


Battery Powered
08-19-2002, 11:52 AM
i want to enable the proxy service on my apache server, i have un-commented the correct lines in the httpd.conf file but when i try

'httpd -l'

it lists all the mods but mod_proxy isnt there,

How do i enable this mod?

Is there a way like 'httpd -enablemodule....'

All help really apreciated

Xayd
08-20-2002, 04:19 AM
If you uncommented the lines for proxy requests, that's all you need to do if I remember correctly. Restart the server and the server will now forward proxy requests on whatever port it listens on (proxy requests use the same port that http requests come in on).