Recent content by Josh Linn

  1. J

    Php SuExec

    PM'd requested information.
  2. J

    Php SuExec

    Alright, I don't know the method which dokuwiki writes files, but this script: <?php echo get_current_user (); ?> Returns "user", and this script: <?php // try to create a file and read it's ids $tmp = tempnam ('/tmp', 'check'); $uid = fileowner($tmp); $gid = filegroup($tmp)...
  3. J

    Php SuExec

    For example, one of my vhost is a Dokuwiki setup so rather than using a db, Dokuwiki writes each individual page as a txt file. These files are being created/written as "nobody" even thought php reports it is running as "user".
  4. J

    Php SuExec

    One more question, everything is running as "user" but the web server creates files as "nobody". Is this expected behavior? Can it be changed to create files as "user"?
  5. J

    Php SuExec

    Your are awesome! FWIW, I erased everything and started fresh with your instruction. I began by creating a document root under the server root and chown'ing it to "user/group". After restarting Open Lite Speed, my system still reported lsphp running as "nobody". I decided to double check...
  6. J

    Php SuExec

    Oh wise gods of Open Lite Speed, I have read all available documentation, I have scoured both the open source and commercial forums, google has failed me and I am lost. Try as I might, my server will not will not execute php (lsphp) as another user. Ubuntu 16.04 with OLS 1.4.24 installed from...
Top