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

    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 :).
  4. 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...
  5. 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
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. J

    2.0RC3 Admin Interface problem?

    On my Solaris 10 b63 box I tried upgrading from 2.0RC2 to 2.0RC3 to fix the problem I've been having with lscgid not reaping children. I shut-down the 2.0RC2 instance, did a mv /usr/local/lsws /usr/local/lsws.bak, and did a clean install of 2.0RC3 into /usr/local/lsws. Started it up, went to...
  12. J

    lshttpd.2.0RC2 process using CPU

    Today I noticed that the main lshttpd.2.0RC2 process was using around 1% CPU consantly, which I thought was wierd since I know nobody was using the web server at the moment. A truss on the process shows: Received signal #14, SIGALRM, in pollsys() [caught] pollsys(0x0022F258, 3...
  13. J

    CGIs under 2.0RC2 on Solaris 10

    This could be something I messed-up. I'm running RTG (MRTG-like app), and I installed it's web interface under lsws. Most of the app is PHP-based. That code works great. The part that actually tries the graphs, however, is a CGI that is called from the PHP script. The graphs run, and they...
Top