Ik krijg af en toe de volgende fout bij onze webmail client:
Warning: session_start() [function.session-start]: open(/tmp/sess_945xdsfd8vvls2j0vop, O_RDWR) failed: Permission denied (13) in /var/www/html/webmail/inc/inc.php on line 21
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/html/webmail/inc/inc.php:21) in /var/www/html/webmail/inc/inc.php on line 21
Het lijkt op een probleem met de rechten ik kan alleen niet vinden waar.
httpd.conf:
#mod ruid
RMode config
RUidGid apache apache
RGroups apache
En in elke httpd.conf van de gebruiker:
<Location /webmail>
RMode config
RUidGid webapps webapps
RGroups apache
</Location>
<Location /atmail>
RMode config
RUidGid webapps webapps
RGroups apache
</Location>
De map webmail staat op de gebruiker en groep webapps.
Volgens mij kijk ik gewoon ergens over heen.
Iemand?

Likes:


?
Quote
LOL
