Search results

  1. A

    any concerns with uninstall -> reinstall on licensed install?

    I have a rather old install of litespeed on centos that ended up in /opt for some reason on a CentOS system and it's gotten a little messy. I'd like to uninstall and then reinstall it clean. It's a licensed copy - are there any concerns to worry about? ie. do I need to release the license and...
  2. A

    mod_ruid2 with litespeed's php?

    Given how litespeed runs and manages php, is it technically possible for it to use the mod_ruid2 suexec module? Or is this impossible, maybe unnecessary? The idea is it would stop reading/writing files as nobody and work as the user. Cpanel has supported this for apache+php since...
  3. A

    external apps: for cPanel backend ?

    I was looking at a new litespeed test install and I noticed something that seemed new in the exteral app settings: 127.0.0.1:2086 127.0.0.1:2077 127.0.0.1:2095 127.0.0.1:2082 Is this an attempt to make cpanel use litespeed instead of their slow apache backend? Or is it just a reverse...
  4. A

    compatibility bug with litespeed's PHP build (SAPI)

    I believe I have run into a compatibility bug with litespeed's SAPI when using a matching build of the cpanel PHP for apache PHP can be executed from the command line of course - we use this for various reasons, typically in cron to execute things like WordPress maintenance and avoid wasteful...
  5. A

    internal error template editing?

    Is it possible to edit the internal error templates for litespeed? Or are they hard coded into the binary? ie. to change the the Internal Server Error message
  6. A

    cpanel trying to check whm-status through litespeed

    I just noticed this is periodically happening in the logs File not found [/usr/local/apache/htdocs/whm-server-status] I vaguely recall cpanel polls that normally to make sure things are running and possibly do a restart if it's not there? This is a problem because while it's in...
  7. A

    litespeed serving index.html.gz incorrectly (re-compressed?)

    On a new install where wp-super-cache is trying to serve it's own pre-compressed files, litespeed seems to be sending them as binary when apache gets it right. Perhaps I need to exclude recompressing them somehow? Works fine in apache, litepspeed serves garbled (looks like native gzip)...
  8. A

    feature request: imitation of apache directive SetHandler server-status

    It would be interesting if litespeed could support the apache directive SetHandler server-status to get a little text based status report for the server and currently open connections. Obviously low priority but just an idea for one more bit of apache compatibility. I should point out apache...
  9. A

    "disable" instead of just "delete" on listeners and virtualhosts

    I'd like to be able to disable a listener and virtualhost in the admin console instead of just deleting them. So the settings are still left there for review or changing or reactivation later. Thanks for considering.
  10. A

    throttle files from one particular directory? possible?

    Is it possible via litespeed to throttle the delivery speed of files from one particular directory? Maybe by using a subdomain so it has it's own virtual host name? Thanks for any ideas, I'd rather not have to do it via php etc.
  11. A

    open_basedir blank in lsws but correct in httpd

    Under cpanel they have this set in the httpd.conf template /var/cpanel/templates/apache2/vhost.default php_admin_value open_basedir "[% vhost.homedir %] etc. and it works in apache - under phpinfo it correctly shows the open_basedir restriction but when lsws is running open_basedir no...
  12. A

    is litespeed hardened against "range" dos attack?

    Please see: http://mail-archives.apache.org/mod_mbox/httpd-announce/201108.mbox/%3C20110824161640.122D387DD@minotaur.apache.org%3E open in text viewer: http://seclists.org/fulldisclosure/2011/Aug/att-175/killapache_pl.bin Basically a dos attack by requesting a large number of ranges...
  13. A

    [solved] duplicate domlog, both being updated?

    I am not sure if this is a cpanel problem or a litespeed misconfiguration problem, maybe you'll know right away I noticed there are duplicate domlogs, both are very fresh and updating. It does not appear to be a softlink/hardlink mirror, but how can I doublecheck? 66778385...
  14. A

    suggestion: SPDY protocol support (mod-spdy)

    It would be amazing if Litespeed had dual support for Google's SPDY protocol in addition to HTTP http://www.igvita.com/2011/04/07/life-beyond-http-11-googles-spdy/ Apparently Chrome can use it now and it's up to 64% faster than HTTP. mod-spdy is open source, so the code could be studied...
  15. A

    Is it possible litespeed has a problem with mobile safari ?

    I could be wrong but I am seeing strange, much longer page load times on mobile Safari from an iphone when connecting to litespeed 4.0.x There are some subtle differences in Safari on iphone. Perhaps there is a timeout issue. Does anyone have an easy way to test the same content from apache vs...
  16. A

    cpanel wrapper no longer restarting on Signal 15s

    I am periodically finding lsws completely stalled and needing a restart. It seems to coincide with the signal 15 warnings from cpanel. Is there an updated wrapper? How can I tell if I am running the newest/best solution for that?
  17. A

    Cpanel's "Last 300 Error Log Messages" not working

    I thought I once fixed this but can't remember how to do it now. Litespeed must put the PHP error log somewhere else because they never show up in Cpanel's "Last 300 Error Log Messages in reverse order" list. How can I set cpanel or change litespeed's settings so the logs will be put in...
  18. A

    request: control of chunk size and forcing Transfer-Encoding chunked

    I would like to be able to fine tune the chunk size that is using when sending gzip compressed content. By the way, is it PHP or Litespeed that triggers when something is being chunked in the first place? I noticed that static content is NEVER chunked only PHP. Is it possible to give...
  19. A

    [Resolved] DirectoryMatch and Directory causes all 404s to become 403s

    The use of DirectoryMatch or Directory, ie. <DirectoryMatch "\.(svn|git)"> Order allow,deny Deny from all </DirectoryMatch> or <Directory ~ "\.(svn|git)"> Order allow,deny Deny from all </Directory> Causes any 404 to instead become a 403 ie...
  20. A

    FileETag none

    Since FileETag directive is not supported, how can I turn off etag generation entirely? Is that possible? Could it be made possible? Thanks for any help...
Top