Search results

  1. J

    Problems with language specific letters

    lsws has problems with parsing config file if you describe something (i.e. external apps -> notes) with language specific letters. After this lsws won't start and show this error: 2007-09-16 00:59:40.277 [ERROR] [/usr/local/lsws/conf/httpd_config.xml:193] not well-formed (invalid token)...
  2. J

    Rewrite Problem

    After upgrading lsws from 2.2.6 to 3.0, one of virtualhosts, that uses rewrite rules in htaccess file, stopped work correctly. :( In server log i see: ERROR [85.128.x.x:44929-0#hmt.pl] Maximum number of redirect reached. .htacces: RewriteEngine On RewriteCond %{HTTP_HOST}...
  3. J

    [req] asp.net

    Apache can run asp.net pages via mod_mono + mono, so it would be wonderfull if that could be possible in lsws too. Actually this can be made with free xsp web server provided with mono + lsws as proxy for its security settings, but i prefer native api's like you made it for php or ruby. What do...
  4. J

    Authentication Error with 3.0 on FreeBSD 6

    There is a bug. I wanted to test this beta so installed it on my FreeBSD6 that works under vmware workstation. When i try to login to admin panel, i got "Invalid credentials" message. Reinstalling with different user/pass doesn't help.
  5. J

    Pike + LSWS ?

    Hello, i'm learnig Pike from half year (easy to learn, highly object oriented, faster than php, python or ruby). It would be fantastic to use it with lsws trough ScriptRunner (that uses fastcgi), instead of writing own web daemons or caudium/roxen web servers. Scriptrunner module has been tested...
  6. J

    Proccess limit

    1) I've got this message in log: Where is that option? :| 2) Does CGI Resource Control options affects to lsphp?
  7. J

    Something missing?

    I use lsapi php and there's no something like $_SERVER['REMOTE_ADDR']? Why?
  8. J

    FastCGI > LSAPI ?

    Hi, at start sorry for my english. On Your website is written that php with litespeed sapi is faster than fastcgi php. I tested this on my production server and portals and forum scripts like invisionboard are generated much slower. IPB in about 0.1s by lsapi and 0.03s in fastcgi mode...
Top