Current time: 05-20-2024, 02:05 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[webmail-subdomain] webmail.domainX.de Acess-Denied
Author Message
forquato Offline
Junior Member
*

Posts: 37
Joined: Aug 2009
Reputation: 0
Post: #11
RE: [webmail-subdomain] webmail.domainX.de Acess-Denied
hi,

hat sich endlich erledigt dieses Problem!!!

ich musste die Apache-Config etwas abändern.

Zum Einem musste ich sowas wie

Code:
<IfModule suexec_module>
           SuexecUserGroup vu2000 vu2000
    </IfModule>

einfügen, damit der surfende Rechte hat bestimmte Daten zu öffnen.

Zum anderen musste ich sowas wie dies einfügen

Code:
<IfModule mod_fcgid.c>
        <Directory /var/www/ispcp/gui/tools/webmail>
            FCGIWrapper /var/www/fcgi/master/php5-fcgi-starter .php
            Options +ExecCGI
        </Directory>
        <Directory "/var/www/fcgi/master">
            AllowOverride None
            Options +ExecCGI
            Order allow,deny
            Allow from all
       </Directory>
    </IfModule>

damit die fcgi engine zum ausführen benutzt wird (und nicht die fastcgi).
08-16-2009 11:12 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [webmail-subdomain] webmail.domainX.de Acess-Denied - forquato - 08-16-2009 11:12 PM

Forum Jump:


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