Search results

  1. M

    PHP 5.2.6 is out

    You can update the php code under lsws/admin/html/utility to include 5.2.6 option.
  2. M

    Apache Binary Path must be set properly in order replace Apache, fall back to 'Reload

    check the new configuration option in "Using Apache Configuration File" table under server->general tab.
  3. M

    Context to Monit External App

    I think it should work if you use a rewrite rule to tell LSWS to proxy the request, get rid of the context. RewriteRule ^/monit(.*) http://<name_of_proxy_app>/$1 [P]
  4. M

    Context to Monit External App

    When LSWS proxy the request to monit, it will not change the domain name, so monit will receive request http://myhost.com/monit instead of http://127.0.0.1/monit.
  5. M

    php on cpanel server

    It is to let cPanel fix all dependencies, after running cPanel easyApache, you need to build lsphp from the web admin again.
  6. M

    versions listed out of order

    We will check. You should remove older releases though.
  7. M

    3.3.11 / override cPanel restart HTTPD script

    Frank, Does LSWS stopped, or just won't restart? Has the /scripts/restartsrv_httpd been overridden? Will it restart both LSWS and Apache when you run it from command line directly?
  8. M

    Sendfile does not forward extra headers

    http://www.litespeedtech.com/docs/webserver/config/context/#addMIMEType
  9. M

    PHP 5 compile .. always errors out !

    have no clue, you can try build php manually from /opt/lsws/phpbuild/php-5.2.5/, the code has been patched with LiteSpeed SAPI.
  10. M

    3.3.11 / override cPanel restart HTTPD script

    Just download 3.3.11 package again, the earlier build does not include the new option in the web admin console.
  11. M

    PHP 5 compile .. always errors out !

    Maybe something with the libiconv installation on your server, reinstall it.
  12. M

    Sendfile does not forward extra headers

    which version of LSWS are you using? LSWS will forward Content-Disposition, but not the others. You should only use "X-Litespeed-Location" and get rid of "Location". LSWS serve the internal redirected request as a fresh request, those headers are not inherited, especially for static files...
  13. M

    Mod_security isnt workinng Version 4

    Vivek, Anyway, we rebuilt the 4.0b1 package and try it on your server, works fine to me. Birger, You can try 4.0b1 package if you want.
  14. M

    send buffer size?

    that's for the whole server, 65535 is per socket.
  15. M

    Mod_security isnt workinng Version 4

    Updated 4.0b1 package is available now, download again.
  16. M

    Sendfile does not forward extra headers

    You can use FireFox + FireBug add-on as well.
  17. M

    Sendfile does not forward extra headers

    If you can hit those thin servers directly, try lynx -mime_header http://thin_server_addr/...
  18. M

    Sendfile does not forward extra headers

    LiteSpeed should forward "Content-Disposition", but not "Cache-Control". You can Use Apache directive "AppendHeader" to add the control control header you want. You do not need to set "Location" header when "X-LiteSpeed-Location" is set. For "Content-disposition" header, you really need to...
  19. M

    FreeBSD 7 Request

    tomaz, Thanks for sharing this tip. :)
  20. M

    Rewrite maps

    Include directive won't work with native configurations, need to add those configuration from the web console. Anyway, letting a web server go through thousands of rewrite rules for each request is not a good idea either. Do you really have to do that way?
Top