plesk bind httpd

Community support for Plesk, CPanel, WebMin and others with insight from two of the founders of Plesk. Ask for help here! No question is too simple or complicated. :-)
jmackenz
Forum Regular
Forum Regular
Posts: 116
Joined: Tue Jan 23, 2007 10:18 am

plesk bind httpd

Unread post by jmackenz »

Does plesk as standard bind httpd to all available IP's on the host, or just to ip's configured within plesk?
prupert
Forum Regular
Forum Regular
Posts: 573
Joined: Tue Aug 01, 2006 2:45 pm
Location: Netherlands

Re: plesk bind httpd

Unread post 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
Lemonbit Internet Dedicated Server Management
jmackenz
Forum Regular
Forum Regular
Posts: 116
Joined: Tue Jan 23, 2007 10:18 am

Re: plesk bind httpd

Unread post by jmackenz »

thanks :) do you know if certain things cause it to regenerate that conf? or if edited does it stay edited?
prupert
Forum Regular
Forum Regular
Posts: 573
Joined: Tue Aug 01, 2006 2:45 pm
Location: Netherlands

Re: plesk bind httpd

Unread post 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.
Lemonbit Internet Dedicated Server Management
Post Reply