Search results

  1. B

    Number of established connections increased when upgrading 3.2.4 --> 3.3.4

    I just upgraded some of our installations from 3.2.4 to 3.3.4. Prior to the upgrade, the number of established connections was always between 1-5 (PLAINCONN in .rtreport). Immediately after the upgrade, this has jumped to 25-30. Nothing else has changed and I am seeing the same behavior...
  2. B

    Upload progress bar stop to work...

    Is the upload progress bar going to be part of the 3.3 release?
  3. B

    Etag generation customization

    It is for static files. I thought lsws doesn't apply the etag header to dynamic files. We ended up having to filter static requests to a single server in order to get around this issue. Thanks for the help. Barry Wordpress
  4. B

    Etag generation customization

    Any suggestions on how to generate consistent etags across multiple backend web servers?
  5. B

    Etag generation customization

    Does Litespeed honor the FileEtag apache directive? http://httpd.apache.org/docs/2.0/mod/core.html#fileetag I am trying to figure out a way to make sure all of our backend servers report the same Etag for a given file without dynamically generating the Etags via a php script. I tried...
  6. B

    Performance tuning - php 4/apc/lsapi

    Thanks for the reply. I dont think the DB layer is the problem, but it could be something else (memcached, maybe?) It could also I guess just be a large influx of simultaneous requests. If this were the case, would it be wise to use PHP_LSAPI_CHILDREN to handle the concurreny better? Do you...
  7. B

    Performance tuning - php 4/apc/lsapi

    Hi, I was wondering if anyone could provide some feedback as to optimal settings or performance tweaks to get the most out of a relatively standard lsws 2.1.20 std/php 4.4.2/APC setup? Things have been going along ok, but recently, we have had issues with huge load spikes. The load will...
  8. B

    Custom LogFormat

    Yes, but this only logs the litespeed virtual host name, not the actual HTTP host request. For example, we are using wildcard virtualhosts to respond to all subdomains of a particular domain. We wish to see for which subdomain each request is for. This information is contained in the HTTP...
  9. B

    Custom LogFormat

    I'm trying to add the virtualhost name to the access log (would be done by adding a %v to the LogFormat directive if using apache). Is this possible using LiteSpeed? I didn't see any option in the interface and couldn't find any reference in the documentation and/or forums. Barry
  10. B

    Php file uploads result in "connection reset" error

    Hi, I resent the files to bug@ and cc'ed xing@ I will see about trying the uploads over non-SSL and let you know what I discover. Regarding the debug log -- in our test environment, I cannot replicate the error, so although I can send the debug log from a production server, it will have lots...
  11. B

    Php file uploads result in "connection reset" error

    Xing, Sending email to that address fails with this error: bug@litespeedtech.com bad owner for /home/bug/.forward: retry timeout exceeded Is there another account where I should send the requested config files?
  12. B

    Php file uploads result in "connection reset" error

    Xing, Sorry about that. All our LiteSpeed deployments Debian Sarge AMD64 and Ubuntu Breezy 64-bit. I will forward the config files to you in a couple minutes.
  13. B

    Php file uploads result in "connection reset" error

    Greetings, We are running into a problem when uploading files (specifically images) via php. What happens is that the upload will stop and the user will receive the following message in their browser: "Connection Interrupted The document contains no data. The network link was...
Top