ispCP - Board - Support
ispCP Error - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: Tickets / Roadmap / Timeline (/forum-50.html)
+--- Thread: ispCP Error (/thread-16077.html)



ispCP Error - Eomer - 05-23-2012 08:12 AM

Hello Guys,

im running ispCP on OpenSSH_5.5p1 Debian-6+squeeze1, OpenSSL 0.9.8o 01 Jun 2010.

I did the following update:

apt-get install php5 php5-common php5-sqlite

And from then i was not able to access ispcp.domain.de or ispcp.domain.de/pma

I fixed php MyAdmin by setting up the permissions (chmod).

But if it try to get on ispcp.domain.de im getting:

Error: Unable to open the configuration file `/etc/ispcp/ispcp.conf`!

The config-file is still there.

Any idea why? I am a linux-dummy. It would be great i you could explain it as easy as possible to me but ill try my best.

regards,
Eomer


RE: ispCP Error - ephigenie - 05-23-2012 06:54 PM

Maybe you installed mod_php instead of staying with fastcgi php ?

If you're a linux dummy why did you installed software you already have on your system (php5-cgi) ... ?


RE: ispCP Error - Eomer - 05-23-2012 09:40 PM

Hi! Thank you for your reply!

I had to update it to get a weave server running and actually it helped me out but it created another problem...

How do i know if fastcgi is installed? There was no entry in the apache directory.

Should i just install fastcgi?

regards,
Eomer


RE: ispCP Error - ephigenie - 05-25-2012 01:50 AM

Fastcgi is the way php is being used in ispCP so by just changing the php - you changed the whole setup ...

try apt-get install php5-cgi apache2-mpm-worker

then a2enmod fastcgi ...

take a look if it helped.


RE: ispCP Error - Eomer - 05-25-2012 05:41 PM

It helped. Thank you very much!