Current time: 09-29-2024, 08:30 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: #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 


Messages In This Thread
ISPCP admin blank white page - tomtom901 - 07-11-2010, 07:17 PM
RE: ISPCP admin blank white page - gOOvER - 07-11-2010, 07:29 PM
RE: ISPCP admin blank white page - Freakez - 07-15-2010, 04:21 AM
RE: ISPCP admin blank white page - Freakez - 07-15-2010, 05:59 PM
RE: ISPCP admin blank white page - joximu - 07-15-2010, 06:32 PM
RE: ISPCP admin blank white page - Freakez - 07-15-2010, 06:41 PM
RE: ISPCP admin blank white page - tomtom901 - 07-15-2010 07:00 PM
RE: ISPCP admin blank white page - Freakez - 07-15-2010, 07:05 PM
RE: ISPCP admin blank white page - gOOvER - 07-16-2010, 04:51 PM
RE: ISPCP admin blank white page - Freakez - 07-15-2010, 08:26 PM
RE: ISPCP admin blank white page - joximu - 07-16-2010, 05:12 PM
RE: ISPCP admin blank white page - joximu - 07-16-2010, 06:35 PM
RE: ISPCP admin blank white page - Freakez - 07-16-2010, 07:30 PM
RE: ISPCP admin blank white page - joximu - 07-16-2010, 08:08 PM
RE: ISPCP admin blank white page - joximu - 07-16-2010, 08:13 PM
RE: ISPCP admin blank white page - joximu - 07-16-2010, 08:20 PM
RE: ISPCP admin blank white page - joximu - 07-16-2010, 08:39 PM
RE: ISPCP admin blank white page - joximu - 07-16-2010, 08:48 PM
RE: ISPCP admin blank white page - joximu - 07-16-2010, 09:08 PM
RE: ISPCP admin blank white page - joximu - 07-16-2010, 09:37 PM

Forum Jump:


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