error access to DirectAdmin after installing suphp

tadbir

Verified User
Joined
Feb 4, 2015
Messages
6
Hi

I've installed Suphp with SSH in server with this commands
Code:
cd /usr/local/directadmin/custombuild/
./build clean
./build update
./build set php5_cgi yes
./build set php5_cli no
./build all d
./build rewrite_confs

./build roundcube
./build squirrelmail
./build phpmyadmin

and after finish the instal, I do not have access to DirectAdmin with port2222.

92.50.3.187:2222 this Unable to connect.


I've run the command df -h
Code:
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_live-lv_root 50G 7.6G 40G 17% /
tmpfs 7.8G 0 7.8G 0% /dev/shm
/dev/sda1 485M 39M 421M 9% /boot
/dev/mapper/vg_live-lv_home 42G 7.9G 32G 21% /home

I've turned off the firewall.

Code:
service iptables stop
iptables -A INPUT -p tcp --dport 80 -j ACCEPT
iptables -A INPUT -p tcp --dport 2222 -j ACCEPT
/etc/init.d/iptables save
/etc/init.d/iptables restart

I've run this commands
Code:
/etc/init.d/httpd restart
/etc/init.d/proftpd restart
/etc/init.d/exim restart
/etc/init.d/dovecot restart

Please help me to solve this problem.

Thanks
 
What about directadmin itself?

All the service restarted are not related, try

Code:
/etc/init.d/directadmin restart

And paste then output if after that still doesnt work.

Regards
 
What about directadmin itself?

All the service restarted are not related, try

Code:
/etc/init.d/directadmin restart

And paste then output if after that still doesnt work.

Regards

This directadmin myself install on VPS.

I tried with this code but the problem is not solved.

The output is shown below.

Stopping DirectAdmin: [FAILED]
Starting DirectAdmin: [ OK ]

Best Regards
 
This directadmin myself install on VPS.

I tried with this code but the problem is not solved.

The output is shown below.

Stopping DirectAdmin: [FAILED]
Starting DirectAdmin: [ OK ]

Best Regards

[root@live ~]# service directadmin status
directadmin dead but pid file exists
 
I check the status of my DirectAdmin

Code:
[root@live ~]# service directadmin status
directadmin dead but pid file exists

Regards
 
Back
Top