Current time: 05-07-2024, 05:32 PM 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
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #12
RE: [webmail-subdomain] webmail.domainX.de Acess-Denied
ah - liegt wohl daran, dass das Howto nicht auf alle Varianten zugeschnitten ist.

Werde da wohl einen Kommentar reindrücken...

/J

Upd: aber du hattest ja schon das mit den vu-User-Rechten... lediglich fcgid statt fastcgi...
(This post was last modified: 08-17-2009 12:14 AM by joximu.)
08-17-2009 12:12 AM
Visit this user's website Find all posts by this user Quote this message in a reply
mac86 Offline
Junior Member
*

Posts: 21
Joined: Aug 2009
Reputation: 0
Post: #13
RE: [webmail-subdomain] webmail.domainX.de Acess-Denied
(08-16-2009 11:12 PM)forquato Wrote:  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).


Thank you.
It works!
09-08-2009 08:16 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)