Page 1 of 1

plesk bind httpd

Posted: Sun May 26, 2013 7:47 am
by jmackenz
Does plesk as standard bind httpd to all available IP's on the host, or just to ip's configured within plesk?

Re: plesk bind httpd

Posted: Sun May 26, 2013 1:39 pm
by prupert
jmackenz wrote:Does plesk as standard bind httpd to all available IP's on the host, or just to ip's configured within plesk?
Plesk uses the OS vendor packages for httpd and mod_ssl which by default listen on the default ports (80 and 443) on all interfaces.

Code: Select all

grep -n Listen /etc/httpd/conf/httpd.conf /etc/httpd/conf.d/ssl.conf
http://httpd.apache.org/docs/2.2/bind.html

Re: plesk bind httpd

Posted: Tue May 28, 2013 8:17 am
by jmackenz
thanks :) do you know if certain things cause it to regenerate that conf? or if edited does it stay edited?

Re: plesk bind httpd

Posted: Tue May 28, 2013 10:19 am
by prupert
jmackenz wrote:thanks :) do you know if certain things cause it to regenerate that conf? or if edited does it stay edited?
I don't believe Plesk edits the Listen settings in httpd.conf.