Search results

  1. M

    Admin Page Login Redirects to Itself

    Weird error, the admin page both on the SSL and non-SSL would not log in and redirected to itself. No error message was displayed, even if entering an invalid password. Found out if an invalid cert (i.e. nonexistant) is entered in /usr/local/lsws/admin/conf/admin_config.xml (but valid...
  2. M

    suPHP Requires 755 Permissions

    Hi, *** EDITED POST *** You are correct regarding cPanel. I've set all Folders to 755 and files to 644. This has worked perfectly and locked down the files. find * -type d -print0 | xargs -0 chmod 0755 # for directories find . -type f -print0 | xargs -0 chmod 0644 # for files Important...
  3. M

    suPHP Requires 755 Permissions

    Thank you for the quick reply! Good to know! What's the point of using suPHP then if all files need 755 permission instead of 700? Isn't the goal of suPHP to limit the need for such extensive permissions? Michael
  4. M

    suPHP Requires 755 Permissions

    Hi All, I am having trouble with suPHP. Realistically it should only require 700 permissions since it runs as the user; however, I know .htaccess are read by the Litespeed application itself, and not the suPHP process. Here's the folder structure. /home/user/public_html user / nobody (700)...
  5. M

    cannot load such file -- rack (LoadError)

    Any updates on this? We are having same issue.
  6. M

    Ruby 2.2.1 w/ Rails 4 - lsapi broken!

    Guys... We need rails support. What's going on!? This is keeping our customers down currently. root@alpha [/usr/local/lsws/fcgi-bin]# gem install ruby-lsapi Building native extensions. This could take a while... ERROR: Error installing ruby-lsapi: ERROR: Failed to build gem native...
  7. M

    Unable to compile lsapi-4.1

    I'm having the same issues. Could you post your final install script? Michael
Top