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) |
ISPCP admin blank white page - tomtom901 - 07-11-2010 07:17 PM Hi, Just recently, when visiting my admin.mydomain.com, it throws a blank page at me. The main website is still up however. Has anyone had experience with this? The logs show something like this: Code: myip - - [11/Jul/2010:11:13:30 +0200] "GET / HTTP/1.0" 500 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)" The /var/www/ispcp/gui and all its folders and files are owned by vu2000:apache. How to fix this? RE: ISPCP admin blank white page - gOOvER - 07-11-2010 07:29 PM That's the wrong log RE: ISPCP admin blank white page - tomtom901 - 07-11-2010 07:30 PM Which one do I need? RE: ISPCP admin blank white page - Freakez - 07-15-2010 04:21 AM (07-11-2010 07:17 PM)tomtom901 Wrote: Hi, Try Code: chown -vR vu2000:www-data /var/www/ispcp/gui RE: ISPCP admin blank white page - tomtom901 - 07-15-2010 07:29 AM chown: `vu2000:www-data': invalid group [root@fr01 ispcp]# ls -all total 28 drwxr-xr-x 7 root root 4096 Apr 11 08:01 . drwxr-xr-x 11 root root 4096 Apr 4 23:23 .. drwxr-xr-x 2 root root 4096 Jul 14 00:00 backups drwxr-xr-x 2 root root 4096 Apr 11 08:00 daemon drwxr-xr-x 9 root root 4096 Apr 11 08:00 engine dr-xr-x--- 13 vu2000 apache 4096 Apr 11 08:00 gui drwxr-xr-x 2 root root 4096 Apr 11 08:00 keys RE: ISPCP admin blank white page - Freakez - 07-15-2010 05:59 PM Maybe the set-gui-permissions script can help you. Try: Code: /var/www/ispcp/engine/setup/set-gui-permissions.sh RE: ISPCP admin blank white page - joximu - 07-15-2010 06:32 PM also have a look at /var/log/apache/suexec.log and maybe the *error.log (depending on your ispcp version) /J RE: ISPCP admin blank white page - tomtom901 - 07-15-2010 06:32 PM (07-15-2010 05:59 PM)Freakez Wrote: Maybe the set-gui-permissions script can help you. Try: [root@fr01]# /var/www/ispcp/engine/setup/set-gui-permissions.sh Setting GUI Permissions: .... done But still, a blank page. (07-15-2010 06:32 PM)joximu Wrote: also have a look at /var/log/apache/suexec.log and maybe the *error.log (depending on your ispcp version) /var/log/httpd/suexec.log keeps logging this: [2010-07-15 10:22:39]: uid: (2001/vu2001) gid: (2001/2001) cmd: php5-fcgi-starter. Which error.log do i need to look into? Is there an error.log for my admin? I'm running on 1.0.5. RE: ISPCP admin blank white page - Freakez - 07-15-2010 06:41 PM What does your 00_master.conf look like? Also give us some log files: /var/log/apache2/users/errors-error.log and: /var/log/apache2/users/admin.domain.tld-error.log RE: ISPCP admin blank white page - tomtom901 - 07-15-2010 07:00 PM Master00_conf: Code: # ispCP Ï^É (OMEGA) a Virtual Hosting Control Panel When I chown -R to vu2000:vu2000 I get the default Apache page. This would seem interesting in the logs? Code: [Thu Jun 24 14:12:01 2010] [error] [clientip] File does not exist: /var/www/html/admin |