httpd.conf files emty

snaaps

Verified User
Joined
Jan 29, 2005
Messages
230
Location
Netherlands
All the users config files are empty.
I have run the follow command:
echo "action=rewrite&value=httpd" >> /usr/local/directadmin/data/task.queue

now all the config files are filled: with information but its not good.

By VirtualHost he fills the rong ip number:
<VirtualHost 127.0.0.1:80>

If I edit to my server IP the website is running but 5 minuts later the de httpd.conf is back to <VirtualHost 127.0.0.1:80>

Also I can not login as admin in directadmin

also when I restart httpd I get the next erros:

[Thu Dec 1 13:14:11 2005] [warn] VirtualHost 127.0.0.1:80 overlaps with VirtualHost 127.0.0.1:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Thu Dec 1 13:14:11 2005] [warn] VirtualHost 127.0.0.1:80 overlaps with VirtualHost 127.0.0.1:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Thu Dec 1 13:14:11 2005] [warn] VirtualHost 127.0.0.1:80 overlaps with VirtualHost 127.0.0.1:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Thu Dec 1 13:14:11 2005] [warn] VirtualHost 127.0.0.1:80 overlaps with VirtualHost 127.0.0.1:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Thu Dec 1 13:14:11 2005] [warn] VirtualHost 127.0.0.1:80 overlaps with VirtualHost 127.0.0.1:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Thu Dec 1 13:14:11 2005] [warn] VirtualHost 127.0.0.1:80 overlaps with VirtualHost 127.0.0.1:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Thu Dec 1 13:14:11 2005] [warn] NameVirtualHost 83.98.182.212:80 has no VirtualHosts
[Thu Dec 1 13:14:11 2005] [warn] NameVirtualHost 83.98.182.212:443 has no VirtualHosts
 
Back
Top