Results 1 to 2 of 2

Thread: suPHP and sessions

  1. #1
    Join Date
    May 2012
    Beans
    367

    suPHP and sessions

    Hello everybody,

    Once I installed suphp, I cannot login into the member area, I think this is dur to sessions, if anyone can help

    Thanks in advance

  2. #2
    Join Date
    May 2012
    Beans
    367

    Re: suPHP and sessions

    so sort it out, we need to create an htaccess file and put the below code, mentionning the path to php.ini file:

    Code:
    <IfModule mod_suphp.c>
    suPHP_ConfigPath /etc/php5/apache2
    </IfModule
    and edit the permission in /var/lib/php5

    Code:
    ls -l /var/lib/php5
    drwx-wx-wt 2 root          root          69632 Jul 25 21:39 php5
    
    ls -l php5
    -rw------- 1 alfirdaous alfirdaous   0 Jul 25 21:09 sess_0qei54ev0rav2vo2dq5crsfin3
    -rw------- 1 alfirdaous alfirdaous 558 Jul 25 21:40 sess_6gttnqbebfjuuvfms60epfq223
    -rw------- 1 root          root            0 Jul 25 21:39 sess_b0asbnb0n6etlao9r2vp3n6v72
    Last edited by alfirdaous; July 25th, 2014 at 07:45 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •