Current time: 11-23-2024, 05:53 PM Hello There, Guest! (LoginRegister)


Post Reply 
Komme nicht mehr ins adminpanel
Author Message
Sven3004 Offline
Junior Member
*

Posts: 102
Joined: Aug 2009
Reputation: 0
Post: #3
RE: Komme nicht mehr ins adminpanel
Also es steht folgendes in der Datei

Code:
<VirtualHost XXX.XX.XXX.XX:80>

    ServerAdmin     admin@domain.tld
    DocumentRoot    /var/www/ispcp/gui

    ServerName      domain.tld:14147

    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.log:/var/log/chkrootkit.log:/usr/share/php/"
            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>

Gruss Sven
03-29-2010 02:15 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Komme nicht mehr ins adminpanel - Sven3004 - 03-29-2010, 12:37 AM
RE: Komme nicht mehr ins adminpanel - BeNe - 03-29-2010, 02:06 AM
RE: Komme nicht mehr ins adminpanel - Sven3004 - 03-29-2010 02:15 AM
RE: Komme nicht mehr ins adminpanel - BeNe - 03-29-2010, 09:29 PM
RE: Komme nicht mehr ins adminpanel - ZooL - 03-31-2010, 12:51 AM

Forum Jump:


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