Search results

  1. M

    mysql and mysqli problem

    you need to install mysql client library devel package, like libmysqlclient-devel rpm
  2. M

    Admin Area Broken!

    You should follow our cpanel wiki to fix theautoindex problem.open_basedir disabled our php script to index the directory.
  3. M

    updgrade to php5 problem

    You need to change the external app "command" configuration to use "$SERVER_ROOT/fcgi-bin/lsphp5" instead of changing the file name. And it is even better to create a "lsphp5" external app instead of changing the existing one for PHP4.
  4. M

    4.0b2 release

    OK, this should have been fixed in the updated 4.0b2 release package. Please download and update again.
  5. M

    updgrade to php5 problem

    run "/opt/lsws/fcgi-bin/lsphp5 -i" from command line see if it is really PHP5. Make sure to restart the server after the configuration change.
  6. M

    4.0b2 release

    Yes, all previous fixes should have been integrated into the 4.0 release. If possible, I would like to take a look at your server next week. Thank you for the feedback.
  7. M

    updgrade to php5 problem

    http://www.litespeedtech.com/docs/webserver/config/scripthandler/ Under "Server"->"Script Handler" tab, you should have a script handler configuration for "php". the "Handler Name" should be lsphp4 or phpLsapi, try to change it to "lsphp5", if it does not show up in the drop down list, you need...
  8. M

    4.0b2 release

    Thanks for the feed back, is the custom 30x error page uses SSI? like 30x.shtml? If it is the case, the good news is our SSI implemenation works, the bad news is SSI does not add the location response header properly, need to be fixed. I will check.
  9. M

    Email alert

    You should configure your local MTA to relay email to your offical email server.
  10. M

    updgrade to php5 problem

    change "php" "Script Handler" configuration at server level from lsphp4 to lsphp5.
  11. M

    updgrade to php5 problem

    You need to install libpng-devel and libjpeg-devel
  12. M

    4.0b2 release

    Fixed in the updated package, please download again or just patch the configuration file around line 134 after </scriptHandler>, add </scriptHandlerList>
  13. M

    vhosts api or command line

    We may use a flat text file for virtual host template member configuration in 4.0 release, on the to-do list.
  14. M

    4.0b1 packages

    4.0b2 package is available http://www.litespeedtech.com/support/forum/showthread.php?t=2196
  15. M

    4.0b2 release

    This is the second public beta release of 4.0, the main new feature in this release is Server Side Include support and enable cache function for virtual hosts configured through Apache httpd.conf only linux package is available now i386-std package...
  16. M

    Admin Area Broken!

    Have you upgrade it recently? Have you tried with another browser? Have you change any file/directory permission under lsws directory? Please check lsws/logs/error.log and lsws/logs/stderr.log for error messages.
  17. M

    LDAP Authentication Issue

    You can grep the log by the IP.
  18. M

    failed to find flength, ffmpeg-php not compatible with LiteSpeed?

    Our SSI implementation is almost ready, we will try to address the upload progress bar issue soon. And, yes, if you need to request refund just contact our sales.
  19. M

    HTTP status 503 while HEAD request

    Have you tried mongrel or other RoR server? It might be Rails internal bug. What you can do is to strace the ruby process to find out why lwp crash it.
  20. M

    PHP Compile in Admin Console.

    You can kill off the admin_php, maybe it is in a infinite loop. "truss it" before killing it. You still need to have the build environment ready, install gcc, autoconf, automake, patch, make, dependency libraries. I recommend you to build PHP manually for the first time to make sure all...
Top