Hi
I've installed Suphp with SSH in server with this commands
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
I've turned off the firewall.
I've run this commands
Please help me to solve this problem.
Thanks
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