Search results

  1. T

    PHP Compiled shows Success but still errors

    PHP did compile and it shows success, however there is no directory for lsphp55, only lsphp4 lsphp5 and lsphp-5.5.8, not 55 under the fcgi-bin folder Ideas? 2014-02-16 12:57:29.324ERROR[config:server:epsr:lsphp55] invalid path - /usr/local/lsws/fcgi-bin/lsphp55, it cannot be started by Web...
  2. T

    Red Hat 6.5 and PHP 5.5.8 install errors

    I simply cannot get PHP to compile properly, I believe Litespeed should include a list of items to install before attempting as I was going through the logs installing each failure, then I came to this part, even though the packages are installed they still fail: checking for ENCHANT support...
  3. T

    Rewrite all 404s

    like any php? You thinking PHP mod rewrite isn't enabled maybe?
  4. T

    Rewrite all 404s

    These are the errors Im getting with the log level set to 9 2013-01-30 10:36:12.740 [INFO] [10.1.1.156:50369-4#Techie] [REWRITE] Rule: Match '/forums/' with pattern '\.(jpeg|jpg|gif|png)$', result: -1 2013-01-30 10:36:12.740 [INFO] [10.1.1.156:50369-4#Techie] [REWRITE] Rule: Match '/forums/'...
  5. T

    Rewrite all 404s

    The only httpd.conf found on my server was at /usr/local/lsws/add-ons/frontpage/conf Its totally empty Apache has never been installed on the server, this is a dedicated server I put together myself
  6. T

    Rewrite all 404s

    Im running IPBoards 3.4.2 and I need this problem solved and they've already pretty much pointed at the webserver <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(jpeg|jpg|gif|png)$ /public/404.php [NC,L]...
  7. T

    IPBoard 3.4.1 Mod-Rewrite

    So IPBoard is telling me to put this in: If yes, add a file called .htaccess with the following contents. <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(jpeg|jpg|gif|png)$ /public/404.php [NC,L]...
  8. T

    PHP5 Make it Easy?

    -r-xr-xr-x 1 root root 3342 Dec 23 22:38 lsperld.fpl lrwxrwxrwx 1 root root 11 Dec 23 22:52 lsphp5 -> lsphp-5.4.9 -rwxr-xr-x 1 root root 32754966 Dec 23 22:52 lsphp-5.4.9 -r-xr-xr-x 1 root root 4714 Dec 23 22:38 RailsRunner.rb -r-xr-xr-x 1 root root 1095 Dec 23 22:38...
  9. T

    PHP5 Make it Easy?

    I just wasted half my day following the 50 documents I found online how to get litespeed to just run in PHP 5, no matter what I do, compile this and that, 4.4.9 always shows back, I did the recompiles which break everything else I have on the server, set addType application/x-httpd-php5 php in...
Top