plesk bind httpd
Posted: Sun May 26, 2013 7:47 am
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.jmackenz wrote:Does plesk as standard bind httpd to all available IP's on the host, or just to ip's configured within plesk?
Code: Select all
grep -n Listen /etc/httpd/conf/httpd.conf /etc/httpd/conf.d/ssl.conf
I don't believe Plesk edits the Listen settings in httpd.conf.jmackenz wrote:thanksdo you know if certain things cause it to regenerate that conf? or if edited does it stay edited?