Current time: 05-18-2024, 03:48 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ERLEDIGT]Von ispCP in PMA einloggen geht nicht mehr
Author Message
Rafioso Offline
Junior Member
*

Posts: 151
Joined: Oct 2009
Reputation: 0
Post: #11
RE: [ERLEDIGT]Von ispCP in PMA einloggen geht nicht mehr
Oh verdammt, es klappt doch nicht...

Sobald ich diese Config aktiviere, gehts nicht mehr mit dem einloggen in PMA von ispCP aus:

Code:
#
# Master Begin
#

<VirtualHost 999.999.999.999:443>

    SSLEngine          on
    SSLCertificateFile          /etc/apache2/ssl/aha.lala.domain.tld.crt
    SSLCertificateKeyFile          /etc/apache2/ssl/aha.lala.domain.tld.key
    SSLProtocol          All -SSLv2
    SSLCipherSuite          ALL:!EXP:!NULL:!ADH:!LOW
    SetEnvIf          User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown

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

    ServerName      aha.lala.domain.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 All
        Order allow,deny
    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/chkro
            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
#
(This post was last modified: 04-26-2010 06:38 AM by Rafioso.)
04-26-2010 06:37 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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