Apache on a single ip
Hi,I've been trying for some time now to bind apache to only one ip. I added the folowing line to my httpd.conf:
Listen xxx.xxx.xxx.xxx:80
Where xxx.xxx.xxx.xxx is the ip I want to bind Apache to but whenever there is Listen directive in the httpd.conf, Apache won't start and gives no error. I know it doesn't start because doing "ps -aux|grep" httpd returns nothing.
The server OS is Fedora with CPanel.
Is this a CPanel bug or what ?
Thank you for your help.