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

    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]...
  4. 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]...
  5. 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