F
freq9
Guest
Hello,
I have a root server with debian on it. Yesterday I wanted to update PHP, so I used:
after that
then
and now I cannot access Plesk anymore. I tried to restart it via
but I get an error
What to do now?
I haven't changed anything else except changing maxClients in apache2.conf and max_connections in the mysql config.
Thanks
I have a root server with debian on it. Yesterday I wanted to update PHP, so I used:
Code:
apt-get update
after that
Code:
apt-get install libapache2-mod-php5 libapache2-mod-perl2 php5 php5-cli php5-common php5-curl php5-dev php5-gd php5-imap php5-ldap php5-mhash php5-mysql php5-odbc php5-xslt
then
Code:
/etc/init.d/apache2 restart
and now I cannot access Plesk anymore. I tried to restart it via
Code:
/etc/init.d/psa stopall
/etc/init.d/psa start
but I get an error
Code:
MNH001:~# /etc/init.d/psa stopall
-bash: /etc/init.d/psa: No such file or directory
What to do now?
Thanks