i cannot login !

azfandak

Verified User
Joined
Aug 2, 2008
Messages
42
hi
i had installed directadmin on a openvz VPS !
when the installation completed my httpd was down and i see this error :
Code:
stopping httpd
starting httpd: syntax error on line 141 of /etc/httpd/conf/httpd.conf syntax error on line 21 of /etc/https/conf/extra/httpd-vhosts.conf: could not open configuration file /etc/httpd/cond/ips.conf: no such file or directory

i try ro rebuild all my server with custombuild
when i try to restart httpd i see:

Code:
[root@silenus ~]# service httpd restart
Stopping httpd:                                            [  OK  ]
Starting httpd: [Sat Apr 18 10:40:42 2009] [warn] VirtualHost 174.142.12.233:443 overlaps with VirtualHost server.hostname.com:0, the first has precedence, perhaps you need a NameVirtualHost directive
[Sat Apr 18 10:40:42 2009] [warn] VirtualHost server.hostname.com:0 overlaps with VirtualHost 174.142.12.233:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Sat Apr 18 10:40:42 2009] [warn] VirtualHost 174.142.12.233:80 overlaps with VirtualHost server.hostname.com:0, the first has precedence, perhaps you need a NameVirtualHost directive

and when i try to login to directadmin with ip
xxx.xxx.xxx.xxx:2222
it say : Connection Interrupted
please help me
 
Is DA running?
Code:
ps aux | grep directadmin

Can you connect to port 2222 locally?
Code:
telnet localhost 2222

Is a firewall running?
 
i re installed it on cent os 5.2 and problem fixed
thanks
in cent os 5.3 i have that problem
 
That would make sense as CentOS 5.3 is not listed as being officially supported by DA.
 
Back
Top