jefferyw18
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by jefferyw18-
jefferyw18 commented,
Solved the problem with this method root@server [~]# sed -i 's/192.168.0.10/192.168.2.10/g' /usr/local/apache/conf/httpd.conf root@server [~]# /usr/local/cpanel/bin/userdata_update root@server [~...
-
jefferyw18 commented,
root@server [~]# strace -F /scripts/rebuildhttpdconf 2>&1 | grep 192.168. read(3, "pst0\5\t\2\0\0\0\1\n\f192.168.2.10", 8192) = 25 read(3, "192.168.2.10\n", 8192) = 13 stat("/var/cpanel/userdata/...
-
jefferyw18 created a post,
Mass Change VirtualHost IP via CLI/SSH
here is what I have tried so far what am I missing? root@server [~]# cat /var/cpanel/mainip 192.168.0.10 changed it to..... root@server [~]# cat /var/cpanel/mainip 192.168.2.10 root@server...
-
jefferyw18 created a post,
[BROKEN] HostnameLookups Off
[/usr/local/apache]# find . -name *.conf -exec grep -n HostnameLookups {} \; 68:# HostnameLookups: Log the names of clients or just their IP addresses 75:HostnameLookups Off 3:HostnameLookups Off 6...