ispCP - Board - Support
ISPCP admin blank white page - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: ISPCP admin blank white page (/thread-11160.html)

Pages: 1 2 3 4


RE: ISPCP admin blank white page - Freakez - 07-15-2010 07:05 PM

Don't you have a 00_master.conf in the /etc/apache2/site-available dir? Else try:
Code:
a2ensite Master00_conf

and:
Code:
/etc/init.d/apache2 force-reload



RE: ISPCP admin blank white page - tomtom901 - 07-15-2010 08:06 PM

(07-15-2010 07:05 PM)Freakez Wrote:  Don't you have a 00_master.conf in the /etc/apache2/site-available dir? Else try:
Code:
a2ensite Master00_conf

and:
Code:
/etc/init.d/apache2 force-reload

Apache2 doesn't exist on my system.


RE: ISPCP admin blank white page - Freakez - 07-15-2010 08:13 PM

Could you enable Master00_conf? If you restart Apache with /etc/init.d/httpd restart, then you need to use:
Code:
/etc/init.d/httpd force-reload



RE: ISPCP admin blank white page - tomtom901 - 07-15-2010 08:22 PM

I've used /etc/init.d/httpd reload, which returns OK, but how to enable Master00?


RE: ISPCP admin blank white page - Freakez - 07-15-2010 08:26 PM

Normaly this config file named 00_master.conf, this is for the priority. When you would like to enable Master00_conf, you can do this with:
Code:
a2ensite Master00_conf

Then reload Apache with:
Code:
/etc/init.d/httpd force-reload



RE: ISPCP admin blank white page - tomtom901 - 07-16-2010 04:46 PM

a2ensite command: not found.

P.S. One of my other sites also started showing this problem, all help is welcome and a payment is no problem!! This isn't funny anymore...


RE: ISPCP admin blank white page - gOOvER - 07-16-2010 04:51 PM

(07-15-2010 08:06 PM)tomtom901 Wrote:  Apache2 doesn't exist on my system.

Why that?? Normaly Apache2 will installed by default on ispCP installation Wink

Did you install ispCP correct?? It doesn't seems so Wink


RE: ISPCP admin blank white page - joximu - 07-16-2010 05:12 PM

maybe it's time to tell more about the system (OS, ispcp version etc)


RE: ISPCP admin blank white page - tomtom901 - 07-16-2010 05:23 PM

Already thought so:

ISPCP (mentioned it before): 1.0.5.
OS: CentOS (on both servers) 64 bit

I'm restarting Apache with httpd and not Apache2. Everything worked fine until a couple of days ago. I'm using a total of 4 servers with ISPCP and 2 / 4 are showing this problem, the other two don't.
Is a2ensite specific for ubuntu?


RE: ISPCP admin blank white page - joximu - 07-16-2010 06:35 PM

try to get the list of configured vhosts in apache:
in debian it's "apache2ctl -S"...

We are talking about the master process (the ispcp gui) aren't we?
so this runs normally with privileges vu2000 so the permissions of the gui should be ok (the script above should fix this) and the f(ast)cgi(d) settings should fit (you don't use mod_php, do you?). And then there always should be more info in the eror log (or suexec.log) when an error 500 appears.

I don't know if this is a valid path (mentioned above):
/var/www/html/admin

in debian it's not... maybe better: /var/www/ispcp/gui/admin

so this should be checked too...

/J