Warning: session_start() Permission denied (13)

Discussion in 'Installation/Configuration' started by Tommahawk, Jun 18, 2007.

  1. Tommahawk

    Tommahawk New Member

    I keep getting the errors below, http://www.5s7.com:81/login.php
    checking the session file has the permissions apache user of port 80 not admispconfig user of (ispconfig) apache on port 81 and causes permission denied on the session, doing a rm -rf sess_* on the session file makes the problem (as new sess data has the admispconfig user on the session file) go away but it keeps coming back any info on how to permenetly fix this issue on what is causing it.

    Warning: session_start() [function.session-start]: open(/tmp/sess_ugicbqtl2d21ugp73m9gm143i3, O_RDWR) failed: Permission denied (13) in /home/admispconfig/ispconfig/web/login.php on line 29

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/admispconfig/ispconfig/web/login.php:29) in /home/admispconfig/ispconfig/web/login.php on line 29

    Thanks in advance
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    netstat -tap
    ?

    Did you modify your ISPConfig installation?
     

Share This Page