|
From: Jeffrey C. <goo...@gm...> - 2004-11-30 23:47:56
|
Well, after I changed my httpd.conf and header.pl, I can get to my IPCop web admin by https//myname.dyndns.org:446/ (by DNS name) but I can't goto https://xxx.xxx.xxx.xxx:446/ (my public IP) It seems that the SSL virtual host is not responding to requests with xxx.xxx.xxx.xxx (my public IP) in the HTTP header. I have dynamic public IP on the RED interface, BTW. On Tue, 30 Nov 2004 21:27:24 +0100, Achim Weber <dot...@gm...> wrote: > > 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 > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > IPCop-user mailing list > IPC...@li... > https://lists.sourceforge.net/lists/listinfo/ipcop-user > -- "I don't go out to be seen, I don't go out to show off, I go out to be a part of something I believe in." |