Current time: 09-29-2024, 08:29 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: #21
RE: ISPCP admin blank white page
Hi Joximu,

Thanks for your reply. I've located my 00_master.conf and this is what it says:
Code:
<VirtualHost my-ip:80>

    ServerAdmin     my-email
    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
       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>
[code]

This also checks some vhosts, and the path which is set here (/var/www/ispcp/gui) is working correctly. Files are owned by vu2000:apache.

I'm getting a bit desperate...
Small update:

When editing the index.php with an echo 'hello world'; it shows the hello world. When visiting PMA it shows the following error: This session cant be started without errors, please check the webserver error log.
(This post was last modified: 07-16-2010 07:02 PM by tomtom901.)
07-16-2010 06:41 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 - 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 - tomtom901 - 07-16-2010 06:41 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: 6 Guest(s)