Current time: 04-26-2024, 08:49 AM Hello There, Guest! (LoginRegister)


Post Reply 
ISPCP admin blank white page
Author Message
tomtom901 Offline
Junior Member
*

Posts: 20
Joined: Jul 2010
Reputation: 0
Post: #1
Question ISPCP admin blank white page
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?
07-11-2010 07:17 PM
Find all posts by this user Quote this message in a reply
gOOvER Offline
Banned

Posts: 3,561
Joined: Jul 2007
Post: #2
RE: ISPCP admin blank white page
That's the wrong log Wink
07-11-2010 07:29 PM
Visit this user's website Find all posts by this user Quote this message in a reply
tomtom901 Offline
Junior Member
*

Posts: 20
Joined: Jul 2010
Reputation: 0
Post: #3
RE: ISPCP admin blank white page
Which one do I need?
07-11-2010 07:30 PM
Find all posts by this user Quote this message in a reply
Freakez Offline
Junior Member
*

Posts: 21
Joined: Mar 2010
Reputation: 0
Post: #4
RE: ISPCP admin blank white page
(07-11-2010 07:17 PM)tomtom901 Wrote:  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?

Try
Code:
chown -vR vu2000:www-data /var/www/ispcp/gui
07-15-2010 04:21 AM
Visit this user's website Find all posts by this user Quote this message in a reply
tomtom901 Offline
Junior Member
*

Posts: 20
Joined: Jul 2010
Reputation: 0
Post: #5
RE: ISPCP admin blank white page
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
07-15-2010 07:29 AM
Find all posts by this user Quote this message in a reply
Freakez Offline
Junior Member
*

Posts: 21
Joined: Mar 2010
Reputation: 0
Post: #6
RE: ISPCP admin blank white page
Maybe the set-gui-permissions script can help you. Try:
Code:
/var/www/ispcp/engine/setup/set-gui-permissions.sh
07-15-2010 05:59 PM
Visit this user's website Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #7
RE: ISPCP admin blank white page
also have a look at /var/log/apache/suexec.log and maybe the *error.log (depending on your ispcp version)

/J
07-15-2010 06:32 PM
Visit this user's website Find all posts by this user Quote this message in a reply
tomtom901 Offline
Junior Member
*

Posts: 20
Joined: Jul 2010
Reputation: 0
Post: #8
RE: ISPCP admin blank white page
(07-15-2010 05:59 PM)Freakez Wrote:  Maybe the set-gui-permissions script can help you. Try:
Code:
/var/www/ispcp/engine/setup/set-gui-permissions.sh

[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)

/J


/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.
(This post was last modified: 07-15-2010 06:37 PM by tomtom901.)
07-15-2010 06:32 PM
Find all posts by this user Quote this message in a reply
Freakez Offline
Junior Member
*

Posts: 21
Joined: Mar 2010
Reputation: 0
Post: #9
RE: ISPCP admin blank white page
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
07-15-2010 06:41 PM
Visit this user's website Find all posts by this user Quote this message in a reply
tomtom901 Offline
Junior Member
*

Posts: 20
Joined: Jul 2010
Reputation: 0
Post: #10
RE: ISPCP admin blank white page
Master00_conf:
Code:
# ispCP Ï^É (OMEGA) a Virtual Hosting Control Panel
# Copyright (C) 2006-2010 by isp Control Panel - http://ispcp.net
#
# Version: $Id: 00_master.conf 2505 2010-01-06 20:30:53Z nuxwin $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.1 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is "ispCP Ï^É (OMEGA) a Virtual Hosting Control Panel".
#
# The Initial Developer of the Original Code is ispCP Team.
# Portions created by Initial Developer are Copyright (C) 2006-2010 by
# isp Control Panel. All Rights Reserved.
#
# The ispCP Ï^É Home Page is:
#
#    http://isp-control.net
#

#
# Master Begin
#

<VirtualHost myip:80>

    ServerAdmin     myemail
    DocumentRoot    /var/www/ispcp/gui

    ServerName      admin.mydomain.tld

    Alias /errors   /var/www/ispcp/gui/errordocs/
    ErrorDocument 401 /errors/401.html
    ErrorDocument 403 /errors/403.html
    ErrorDocument 404 /errors/404.html
    ErrorDocument 500 /errors/500.html
    ErrorDocument 503 /errors/503.html

    Alias /pma      /var/www/ispcp/gui/tools/pma/
    Alias /webmail  /var/www/ispcp/gui/tools/webmail/
    Alias /ftp      /var/www/ispcp/gui/tools/filemanager/

    <IfModule suexec_module>
           SuexecUserGroup vu2000 vu2000
    </IfModule>

    <Directory /var/www/ispcp/gui>
        Options -Indexes Includes FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>

    <IfModule mod_fcgid.c>
        <Directory /var/www/ispcp/gui>
            FCGIWrapper /var/www/fcgi/master/php5-fcgi-starter .php
            Options +ExecCGI
        </Directory>
        <Directory "/var/www/fcgi/master">
            AllowOverride None
            Options +ExecCGI MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>
    <IfModule mod_fastcgi.c>
        ScriptAlias /php5/ /var/www/fcgi/master/
        <Directory "/var/www/fcgi/master">
            AllowOverride None
            Options +ExecCGI MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>
    <IfModule mod_php5.c>
        <Directory /var/www/ispcp/gui>
            php_admin_value open_basedir "/var/www/ispcp/gui/:/etc/ispcp/:/var/run/ispcp.lock:/proc/:/bin/df:/bin/mount:/var/log/rkhunter/rkhunter.log:/var/log/chkroot$
            php_admin_value session.save_path "/var/www/ispcp/gui/phptmp/"
            php_admin_value upload_tmp_dir "/var/www/ispcp/gui/phptmp/"
        </Directory>
    </IfModule>

</VirtualHost>

#
# Master End
#

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
07-15-2010 07:00 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)