I've some trouble with an old IP on my box, which is added each time to the httpd.conf of the user.
My virtual_host2.conf states:
<VirtualHost |IP|:80 |MULTI_IP|>
This generates for each user:
<VirtualHost 178.239.49.XXX:80 194.110.67.198:80 >
But that second IP, isn't used anymore! (XXX's added to first IP)
Things I've tried:
echo "action=rewrite&value=httpd" >> /usr/local/directadmin/data/task.queue
echo "action=rewrite&value=ips" >> /usr/local/directadmin/data/task.queue
Multiple times each, but still, on start of http, the following error (10 times or so):
[Fri Apr 15 11:10:18 2011] [warn] VirtualHost 194.110.67.198:80 overlaps with VirtualHost 194.110.67.198:80, the first has precedence, perhaps you need a NameVirtualHost directive
And:
cd /usr/local/directadmin/data/users
cat */httpd.conf | grep 194.
Gives indeed, multiple times (10 or so):
<VirtualHost 178.239.49.227:80 194.110.67.198:80 >
I've checked the user, he hasn't any additional IP's anymore. Is there a way to check into directadmin, and remove any occurrences of this old IP manually?
Thanks in advance!