ISPsystem.com Forums

ISPsystem.com Forums (http://forum.ispsystem.com//index.php)
-   Feedback & Feature Requests (http://forum.ispsystem.com//forumdisplay.php?f=9)
-   -   Set up the host on all the IP addresses of the server (http://forum.ispsystem.com//showthread.php?t=1988)

The Wishmaster 09-14-2012 03:47 AM

Set up the host on all the IP addresses of the server
 
Enable the host on all IP addresses. For example

#!/bin/sh
sed -e 's/111.37.146.88/*/g' /etc/httpd/conf/httpd.conf > /etc/httpd/conf/httpd.conf.1
mv -f /etc/httpd/conf/httpd.conf.1 /etc/httpd/conf/httpd.conf
/sbin/service httpd reload


All times are GMT +2. The time now is 08:53 PM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.