Search results

  1. J

    Strange Solaris Issue

    LSWS Version: 3.3.21/Standard OS: Solaris 10 sun4u (64-bit) For some reason the Solaris version of Litespeed searches for a "httpd" executable in the bin directory: 2008-10-29 09:20:49.675 [ERROR] [/appl/lsws/bin/httpd] is not a valid executable. # strings lshttpd.3.3.21 | grep...
  2. J

    Gmail Ads

    Just noticed a few days ago that LSWS ads are popping up on Gmail. I think that's awesome! Hopefully it will help get the word out!
  3. J

    ETag

    Ya, that's basically what I was using cgi_buffer. Was just curious since you have gzip support for dynamic content and ETag support for static content, if there was a reason you don't do ETag for dynamic :). It seems like it would be cleaner to keep that in the server instead of having to do...
  4. J

    ETag

    I was just curious if there's a reason LSWS doesn't generate ETag headers for dynamic content (eg, PHP output via LSAPI). ETag is basically the only use I have left for cgi_buffer, and I'd like to just get rid of cgi_buffer completely :).
  5. J

    lsapi + Sun Studio 10 Compilers

    Okay... now it bombed out in linking: Undefined first referenced symbol in file swapIntEndian /tmp/postoBAAZkayPr isPipe /tmp/postoBAAZkayPr allocateBuf...
  6. J

    lsapi + Sun Studio 10 Compilers

    Hello, Compiling the Litespeed API (PHP 5.1.0RC1) on Solaris Express: Community Release b23 using the Sun Studio 10 compilers, it complains very loudly about functions not declared as static using variables that are declared as static...
  7. J

    OpenSolaris

    Just thought you'd like to know that LSWS 2.0.7 seems to work flawlessly on OpenSolaris :) PHP Version 4.3.11 System SunOS sanitarium 5.11 tonic-split-06122350 sun4u
  8. J

    /dev/poll on Solaris 8

    Okay, last problem, I swear! :) I've noticed that at least on Solaris 8, the /dev/poll implementation seems to have problems. With /dev/poll on, the admin GUI acts stangely (it's hard to describe, the tabs get corrupted, etc) and at least one other page I know for sure starts acting up (it's...
  9. J

    2.0.6 & PHP

    I feel stupid then, I guess I figured that since php was in fcgi-bin that lscgid was used :). I was indeed starting to think it was a PHP problem, since as a stop-gap I put in a cron to restart PHP every 5 minutes, and since then our monitoring app hasn't paged me (finally!). I was just...
  10. J

    2.0.6 & PHP

    Yes I'm running it as FastCGI (the default PHP config). I assumed lscgid was used for FastCGI as well? -Dustin
  11. J

    2.0.6 & PHP

    Hopefully you can help me with this problem. Our production server (E4500 running Solaris 8) for some intranet apps have been running an old pre-2.x lsws setup. The last few days it has been giving 503 pages constantly, and nothing short of a restart would fix it. I finally upgraded it to...
  12. J

    PHP + cgi_buffer using LS API

    Sweet, I'll try it when I get to work tomorrow. I had one other related problem, but I won't remember what it was or what I did to fix it until I look at it tomorrow also :). Man that was fast. Do you guys ever sleep? :)
  13. J

    PHP + cgi_buffer using LS API

    Hello, I've been using cgi_buffer.php via auto_prepend on my server, due to it's support for ETag. I noticed on my dev box that if I compile PHP 4.3.11 using LS API support, that some of my scripts just stop working while cgi_buffer is enabled. It doesn't happen on all of the scripts, and...
  14. J

    litespeed API for PHP

    Upon upgrading lsws on my dev box.. I noticed that the litespeed SAPI module seems to require two main gcc 3.x features: - Anonymous unions - Declaring variables within a function Which I know that gcc 2.95.x should be abandoned by now, but seeing as they decided to break SPARC ABI...
  15. J

    Custom Header

    Sorry about the extremely slow response. I've been busy moving and I'm just now getting around to unpacking. Adding a header is all I need, correct. I don't care about anything fancier than that :). I did get one of my coworkers hooked on LiteSpeed. Maybe I can convince him to send some...
  16. J

    Custom Header

    I was afraid you'd say that. I guess I can add it a PHP prepend file. I was hoping for a better solution site-wide, however. The main reason is some people use MSIE 6's piracy settings to only allow certain cookies depending on what the site says they will do with the cookie information...
  17. J

    Custom Header

    I'm curious if there's a way to insert headers on a site-wide basis, like Apache's "append" option? I need this to insert a P3P header to my pages. Some endusers have been complaining that their MSIE 6.x browsers quit taking my session cookies when I switched from Apache to lsws. Also, I...
  18. J

    2.0RC3 Admin Interface problem?

    Okay, after working on this for hours I've found this: 1) Disabling pipelining and increasing the soft connection limit w/ RC3 helps, but eventually it still gets to the point where the admin interface slows to a crawl and then eventually locks. I noticed when this happens it also affects...
  19. J

    2.0RC3 Admin Interface problem?

    Okay, I finally figured this out. The problem only occurs when I enable HTTP piplining in Mozilla Firefox. I didn't notice this in RC2 since I had it set to use HTTPS. If I disable piplining in Firefox or enable HTTPS on the admin port, the problem goes away. I have the log files tar'd up...
  20. J

    2.0RC3 Admin Interface problem?

    I'll do this tonight when I get home and I'll let you know how it goes.. I have to say so far I LOVE LSWS. It rocks! :) -Dustin
Top