Search results

  1. B

    System load fluxuates

    Hi, I have been paying attention to my Litespeed admin interface and the load. I have noticed pretty big fluxuations in the system in the load. Here is some of what I have observed: 1) System Load - 0.97 RAM - 2.9MB CPU Usage - 0.1% Requests/sec - 1 Traffic in/sec - 0kb Traffic out/sec -...
  2. B

    XCache & Suhosin

    That worked, I just commented out extension_dir in php.ini and restarted litespeed and it was good to go. Thanks
  3. B

    GD Library

    Ah yeah that was it. Had to manually install the libjpeg and libpng packages and recompile PHP with the --with-png-dir=/usr/local --with-zlib-dir=/usr --with-jpeg-dir=/usr/local flags and it worked. Too bad those arent included with the actual GD package its self. Thanks for your help. Bob
  4. B

    XCache & Suhosin

    Hi, Whenever I compile PHP with suhosin & XCache with Litespeed's php compile interface, at the end of the compile it tells me to input the following into my php.ini to install xcache and suhosin: To enable the XCache opcode cache, please add the following to the end of your php.ini...
  5. B

    GD Library

    Hi, I am currently running CentOS with the latest version of Litespeed & PHP 5. Well here is the problem. I am trying to get GD library too work. I have compiled PHP with the --with-gd flag (using litespeed's admin panel "Compile PHP" interface) and still no go. Things such as captchas...
  6. B

    Listening errors followed by server crash

    Ah, the problem was actually numtcpsock was set too low. I raised it and its fine now. I dont know if it was caused by LiteSpeed or what...but my server doesnt crash and the listening errors are fixed.
  7. B

    Cannot load mysql extension. Please check your PHP configuration.

    Ah, had to compile with the --with-mysql. Thanks for your help.
  8. B

    Listening errors followed by server crash

    Hi, I have been having some trouble lately, my server keeps on crashing and I cant access any sites, sftp, ssh etc. I noticed in the litespeed admin panel, theres quite a few errors 2008-08-02 22:48:44.996 ERROR [/usr/local/directadmin/data/users/eliteser/httpd.conf:11] Listener for...
  9. B

    Cannot load mysql extension. Please check your PHP configuration.

    MySQL works, because I restored a backup of the forum and now the forum is wokring fine. It's just that when it trys to detect mysql it isnt detected So how do I find out what the settings are for my mysql installation so I know what to put in php.ini?
  10. B

    Cannot load mysql extension. Please check your PHP configuration.

    Sorry for bombarding you with all these questions :P. This might be a little off topic as to LiteSpeed problems, but I would appreciate it if you can help me out on this one, as you can tell I'm a newbie. So basically, whenever I enter phpmyadmin it warns me of the following error: Cannot...
  11. B

    Setting up MySQL

    Thanks, that worked.
  12. B

    Setting up MySQL

    I have compiled PHP 5, with default flags inside the web admin interface, but none of my sites are able to connect to there database. Also, when I try to access phpmyadmin it says "#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)". Im guessing...
  13. B

    make: *** [ext/posix/posix.lo] Error 1 During PHP Compile

    Thanks. Greatly appreciated.
  14. B

    make: *** [ext/posix/posix.lo] Error 1 During PHP Compile

    We are running CentOS Linux 5.2
  15. B

    make: *** [ext/posix/posix.lo] Error 1 During PHP Compile

    Hi, I am trying to compile PHP via the admin console on the latest version of LiteSpeed enterprise. Compile always fails for both php5/php4. I've checked the log files and I noticed /usr/local/lsws/phpbuild/php-5.2.6/ext/posix/posix.c: In function 'zif_posix_uname'...
Top