Search results

  1. M

    Trouble configuring php5 in litespeed

    maybe remove the "--with-mysqli" option, and make sure mysql section shows up in the phpinfo() page.
  2. M

    RewriteRule regression in 3.3.9 -> 3.3.10

    OK, please download and try 3.3.12 release package, just change the version number in the download link.
  3. M

    directory access without trailing slash doesn't work after 3.3.9

    OK, please download and try 3.3.12 release package, just change the version number in the download link.
  4. M

    Trouble configuring php5 in litespeed

    You need to change the 'extension_dir' configuration in your php.ini
  5. M

    directory access without trailing slash doesn't work after 3.3.9

    I see. The first request should be redirect to the second one, should not go through the rewrite rule in .htaccess at all. I probably know what is the problem. will address it soon.
  6. M

    directory access without trailing slash doesn't work after 3.3.9

    Looks like we need to fully duplicate your server configurtion to reproduce it. www.domainname/the_given_directory should be redirected to www.domainname/the_given_directory/ then processed with the rewrite rule.
  7. M

    Trouble configuring php5 in litespeed

    Maybe you /tmp directory is special, create a temp directory under /opt/lsws, then set the socket "Address" to /opt/lsws/tmp/lsphp5.sock
  8. M

    4.0 road map

    We will add an option to store vhost template members in a standalone flat text file.
  9. M

    bz2 mime type

    thanks. we will add that
  10. M

    directory access without trailing slash doesn't work after 3.3.9

    Sorry, forgot to update this thread. Yes, it should have been fixed in 3.3.11
  11. M

    3.3.11 / override cPanel restart HTTPD script

    I will send you an updated version of the script.
  12. M

    How does it work?

    You need to stop LSWS and start Apache.
  13. M

    Cron Daemon email

    nothing to worry about.
  14. M

    How does it work?

    I recommend that the configuration for those two match each other. Just use the configuration parameter from Apache phpinfo() page to build lsphp.
  15. M

    How does it work?

    Our PHP build interface build the lsphp binary for you, but it cannot install required libraries for you. The cPanel build has nothing to do with lsphp, but cPanel's script is pretty good at resolve dependency, if you build php through cPanel, it will installed all libraries required, so you...
  16. M

    ssl for name-based virtual host?

    Yes, that's true for all web servers, not LiteSpeed specific. You need assign a dedicate IP for each SSL certificate.
  17. M

    PHP 5.2.6 is out

    That's it.
  18. M

    Installation Question

    If you are trying the enterprise edition and select "cPanel", all defaults should be good. Even LiteSpeed installed, it will show cPanel Apache page. You can check the server signature with Firefox FireBug or liveheader extension.
  19. M

    How can I install PHP 5.2.6 in Litespeed 3.x?

    You can update the admin console code to include 5.2.6 under lsws/admin/html/utility Thanks, please help us spreading the words. :)
Top