Search results

  1. J

    too-many-files-open issue with 5.2.12

    I can't seem to solve this php 5.2.12 problem. PHP 5.2.12 is built from scratch using litespeed LSAPI 5.3 (but the same thing happens with 5.2 and 4.10), gcc 4.4.3. I am also running APC 3.0.19. After about 12 hours, I get variations of this message on the server: Warning...
  2. J

    Lsapi api

    I seem to recall that the original intent for LSAPI is that it would be an alternative to the fastcgi protocol. How is this effort going? Will LSAPI be documented and available for use for our own executable programs? It seem this has stalled and that's a shame, I'm sure people are...
  3. J

    php/lsapi crash since 5.2.9

    Hi, my solaris 10 and openSolaris (nevada) servers have been running php 5.2.8 for a year using lsapi 4.8. Today I attempted to upgrade php to 5.2.12. I also tried to upgrade to lsapi 5.0. The php file runs fine in "cli" mode, but it crashes when spawned. I'd seen this before, it was...
  4. J

    symlnk problem - upgrading from 3.3.23

    Today I tried upgrading from 3.2.23-std. There were some problems - first 4.0.11 wasn't downloaded automatically (404 issue). I finally downloaded 4.0.12 manually and somehow got litespeed to recognize it. When 4.0.12 became active, it would not follow the symlinks on one of my virtual...
  5. J

    versions listed out of order

    On my version management admin page, the versions are listed in this order: 3.3.6 3.3.4 3.3.3 3.3.11 3.2.4 3.2.2 3.2.1 etc Note that 3.3.11 is not listed at the top, it's listed in the middle. I consider listing the versions out of order (from newest down to oldest) to be a bug.
  6. J

    solaris litespeed enterprise always dumps core on upgrade

    I'm running litespeed on two servers, identical hardware, Sunfire X4100M2 I think. One version of litespeed is the enterprise version, the other is the standard version. Solaris 10 is the operating system for both. When I use the upgrade feature, the standard version always works as...
  7. J

    How to block evil majestic bot

    I was looking in my logs, here is a sample: The logs are filled with this majestic bot, but the robots.txt instructs to disallow all robots to the entire document root. According to this page: http://www.majestic12.co.uk/projects/dsearch/mj12bot.php There is an evil botnot spoofing...
  8. J

    autoindex throws PHP errors

    I just set up an area behind the realm and I'm using autoindex = on. I use lsapi php 5.2.2 that I compiled. We have display errors = on intentionally. What's going on? Is the default.php accessing indices that don't exist? How do I define this LS_FI_OFF index to stop the errors?
  9. J

    3.2.2 Ent changed logging settings, needs fixing

    Ever since I updated to 3.2.2 enterprise, my access logs are gone. They used to show like this: access.log.2007_09_05.23 access.log.2007_09_05.22 access.log.2007_09_05.21 access.log.2007_09_05.20 Now I all I have is this: access.log which seems to contain just very recent access...
  10. J

    leading zeros for hourly access logs

    I know this is a small thing, but can you use leading zeros for the hour part of the filename for access logs? Here's a recent example of mine: access.log.2007_08_15.2 access.log.2007_08_15.20 access.log.2007_08_15.21 access.log.2007_08_15.22 access.log.2007_08_15.23...
  11. J

    can't access awstats after upgrade to enterprise

    After I upgraded to the LS 3.2 Enterprise, I am not able to access awstats anymore. After I get the HTTP authentication dialog, this shows up on an otherwise blank page: lscgid: request validation failed! Any idea what's misconfigured?
  12. J

    Upgrade from 3.1 STD --> 3.2 Enterprise (?)

    I've been running Litespeed 3.x for the last several months during our offseason to evaluate its performance. The standard version performed very well and I just ordered a permanent license for the enterprise version. I have looked at the install/upgrade documentation on this website, but...
  13. J

    custom 404 that returns 404 instead of 200

    I just realized that my Google webmaster tools no longer works. This is because I enabled the custom 404 pages. Here is the explanation google provided: Can I do this in Litespeed? I want to return a 404 status for the custom 404 pages that catch bad URLs so I can recover my Google...
  14. J

    enabling awstats causes crash upon restart

    I have litespeed 3.10 on two servers, both identical hardware with Solaris 10. Awstats works fine on the first one. On the second one, enabling awstats for the only virtual host for the port 80 listener causes litespeed to immediately crash upon restart. The only way to recover is to edit the...
  15. J

    Usability issue with LSAPI PHP

    One php site that I have just showed up with blank pages and absolute zero errors in the log. I could not figure out what was going on with it. I have LSAPI PHP 5.2.2 compiled. So I get to the command line, and run the file in the command line using fastcgi PHP 5.2.1. No problem, the...
  16. J

    lsz files

    Almost immediately litespeed started creating .lsz files. From the file names, I'm assuming that litespeed is compressing static files for performance reasons: compress once and then send that compressed file over and over. I also assume this is because the "enable gzip" setting was set to...
  17. J

    load balancer -- logic

    It appears that I have successfully configured the load balancer. Between two worker applications, it always picks the same one (there's no load). So it appears to me that the load balance is NOT round-robin. As long as the first worker can handle the load, the second worker will not get a...
  18. J

    awstats / solaris

    It's not been a good 24 hours. I have found something else that doesn't not behave as describe in the documentation + wiki: Awstats. Facts: LSWS 3.0.1 / Solaris 10 ran install script, verified /add-ons/awstats --> /add-ons/awstats-6.6 virtual host uses SSL update mode = dynamic working dir...
  19. J

    no attempt to autoupdate...

    Hi - I've got 3.0.1 installed on a Solaris 10 system. I had to put the configuration aside for a couple of weeks to deal with other things. Since I've come back, I've realized that 2 minor versions have been released since. My litespeed install has been running the entire time, yet there...
  20. J

    virtual host access deny directory

    Hi, I can the "Access Denied Directories" option under the server / security tab, but I can't see a similar option under a virtual host / security tab. I thought that I saw in the documentation that it should be there. How can I use deny access to directories on a per VH basis (without...
Top