PDA

View Full Version : About second IP again


dmw555
19th May 2006, 08:25
Hi !

sorry for my english :)

I bind main web server (apache 2.0) to first IP non secure port listen on only first IP, but secure port (443) listen on all interfaces :(
what can i do for it ?

Thanks in advance.

falko
19th May 2006, 16:05
Use the Listen directive in your Apache configuration, e.g.
Listen 1.2.3.4:80
Listen 1.2.3.4:443Restart Apache afterwards.