Search results

  1. A

    LSWS 4.0 admin bug with libjpeg (again?)

    It seems an old bug is rearing its ugly head again. I just tried installing 4.0 (free) in a new centos machine and the admin kept timing out and barking about not being able to link to libjpeg.so.62 in the stderr log. could it be the old problem of statically linking to that lib? Thanks in...
  2. A

    Sendfile does not forward extra headers

    I changed my Rails app from using send_file (from Rails) to using the headers as it says in the wiki http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed:wiki:feature:internal_redirect but now all my downloads open directly in the browser instead of forcing the "Save as..." dialog...
  3. A

    LSAPI Bug

    Seems like the latest Ruby LSAPI is not parsing the QUERY_STRING (incorrectly) and PATH_INFO (missing) environment variables. Can this be a bug? Here is a test URL that shows the output of the LSAPI example: http://208.78.98.75/asd/ert/?test=right&sdf=324 Notice how QUERY_STRING is empty and...
  4. A

    Solaris SMF?

    For some reason I could not get LS to restart on OpenSolaris so I was trying to get it going under the SMF. I tried this SMF recipe but it doesn't work either: <?xml version='1.0'?> <!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'> <service_bundle...
  5. A

    [WARN] Can't find ruby interpreter

    I have installed Litespeed Web Server Standard v3.0.1 succesfully on a Solaris box (Joyent Connector) but I get a warning saying: [config:server:rails] Cannot find ruby interpreter, Rails easy configuration is turned off I know Ruby is installed and available on this machine. Aything I can...
  6. A

    Lightweight MVC Ruby framework and LS?

    I have been working with Rails for the last 2 yearsand it's been great. Nevertheless, I am looking for a lightweight MVC Ruby framework that integrates well with LS. Looking around I found Merb which seems to fit what I'm looking for just right although the integration with LS through the LSAPI...
  7. A

    Awstats previous months?

    Anybody know a simple way to show previous months in Awstats? I have it setup on static and I can see that in awstats/data the log file is there but I wanted to ask before digging into the doc files for Awstats. Thanks in advance, AEM
  8. A

    Anybody got Relay (Ajax Directory Manager) fully going?

    I can't seem to get Relay (Ajax Directory Manager) [1] fully working? It uploads most of the files but the upload progress bar does not work. I'm guessing that I don't have the upload.pl script setup right. Any ideas would be greatly appreciated. AEM [1] http://ecosmear.com/relay/
  9. A

    Can't compile ruby-lsapi on Centos 64bit

    Can't figure out how to compile ruby-lsapi on this server. Any ideas? LiteSpeed/2.2.4 Standard # uname -a Linux xyz.domain.com 2.6.9-42.0.3.ELsmp #1 SMP Fri Oct 6 06:28:26 CDT 2006 x86_64 x86_64 x86_64 GNU/Linux # cat /etc/redhat-release CentOS release 4.4 (Final) # rpm -qa|grep gcc...
  10. A

    Installing Awstats afterward

    Didn't choose to install awstas originally but want to install it now. Is there documentation somewhere on how to do that? Thanks in advance, Adrian Madrid
  11. A

    LSAPI bug causing site to stall?

    I get some errors installing the Ruby LSAPI gem (although it says it installed succesfully) and my Rails site does not respond. The access log reports the hit, and I can see that is being processed in the realtime admin report) but production.log does not report anything. Tried running webrick...
  12. A

    Log format

    In Apache I have this log format that I need to use Urchin with UTM: Logformat "%h %v %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"%{Cookie}i\"" special Is there any way to have LS follow this format? Right now I have to proxy from Apache in a few sites just to be able to use...
Top