|
From: Achim W. <dot...@gm...> - 2004-11-30 20:27:45
|
> I'm still having problems accessing the web interface. Consolidating advice
> from several sources, I have made the following changes:
> 1. Modified the following lines in /etc/httpd/conf/httpd.conf:
> Listen 444
> ....
> <VirtualHost _default_:444>
> 2. Modified /var/ipcop/header.pl:
> <VirtualHost _default_:444>
> 3. Modified /home/httpd/cgi-bin/portfw.cgi:
> print "Location:
> https://$ENV{'SERVER_ADDR'}:4445/$ENV{'PATH_INFO'}\r\n\r\n";
above is in header.pl not portfw.cgi, and her you use 4445, not 444 as
elsewere!
> 4. Modified /var/ipcop/xtaccess/config adding the line:
> tcp,0.0.0.0/0,444,on,0.0.0.0
> 5. Restarted the webserver by running the commands:
> #killall httpd
> #httpd -DSSL
Are there something in /var/log/httpd/error_log when you re-start
apache??
BTW do you use IPCop 1.4 as there is option "-DSSL" not needed as fare
as i remember.
> I have repeated these steps several times and substituted different port
> numbers), but I am unable to open in a browser. When I try accessing
> http://nnn.nnn.nnn.nnn:81 in Mozilla I get the following error message "The
> connection was refused when connecting to nnn.nnn.nnn.nnn:444. IE6 just
> gives "The page cannot be displayed"
have you tryed https://nnn.nnn.nnn.nnn:444 ???
> I have tried a port scan from both the red zone and green zone and the only
> port opened are 81 and 222.
> Have I missed anything?
> Cheers,
> Stephen
Achim
|