(98)Address already in ...
Eğer birgün apache'niz dururda bu (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 hatayı verirse. Öncelikle lsof -i tcp:80 diyerek 80 portunu dinleyelim. Çıkan processleri PID numarasona göre KILL edelim. kill -9 <PID> ardından http servisimizi...
Sorry, a mysql user wit...
grep -Rl USERNAME /var/cpanel/databases/ Firstly, check a second time for any MySQL user by that name: Code: mysql> use mysql; mysql> select User, Host from user where User like '%USERNAME%'; After confirming that no MySQL user by that name exists, look in /var/cpanel/databases/users.db....
Problem In Cpanel, Disk...
OK here is the solution for VPS. Please try following it worked for me. 1- First change the /etc/fstab file similsr to as follows: # This file is edited by fstab-sync - see 'man fstab-sync' for details LABEL=/ / ext3,usrquota defaults 1 LABEL=/boot /boot ext3 defaults 1 2 none /dev/pts...
!! ‘httpd’ ...
!! 'httpd' is disabled via '/etc/apachedisable', please re-enable to continue. !! hatasını alıyorsanız Service Manager'dan httpd servisini enable etmeniz gerekmektedir.