Search results

  1. J

    Problems with language specific letters

    http://en.wikipedia.org/wiki/Polish_alphabet But... this is weird because polish letters are now dynamically converted to html entities. Earlier i had trouble with these letters: łąęś.
  2. 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)...
  3. J

    Rewrite Problem

    Problem solved RewriteCond %{HTTP_HOST} ^klasad.hmt.pl [NC] RewriteCond %{CURRENT_URI} !^_klasad RewriteRule (.*) /_klasad/$1 [L] But i lost a couple of time, because as You can see at logs in my previous posts, CURRENT_URI don't has "/" at start of the string. I thought that URI always should...
  4. J

    Rewrite Problem

    But how? I added: RewriteOptions MaxRedirects=1 And there's still problem with infinite loops and internal error 500.
  5. J

    Rewrite Problem

    2007-03-20 18:29:08.186 INFO [xxx:4006-0#hmt.pl] [REWRITE] strip rewrite base: '/' from URI: '/' 2007-03-20 18:29:08.186 INFO [xxx:4006-0#hmt.pl] [REWRITE] Rule: Match '' with pattern '(.*)', result: 2 2007-03-20 18:29:08.186 INFO [xxx:4006-0#hmt.pl] [REWRITE] Cond: Match 'endemit.hmt.pl' with...
  6. 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}...
  7. 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...
  8. J

    Authentication Error with 3.0 on FreeBSD 6

    @xing: I used fresh install of lsws on my freebsd 6.1 (32-bit) and tried to login via ff 2.0,opera 9 and IE7 so it wasn't cookie problem. Also checked keyboard codepage. But i don't remember if i installed lsws for freebsd or for freebsd6 version. @mistwang: Now it's ok. I reinstalled...
  9. 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.
  10. J

    Pike + LSWS ?

    Today i've seen that on official faq there is one point missing! They don't wrote that in ../scriptrunner_install_dir/lib are pike modules that must been copied to the ../pike_install_dir/lib/modules. ;) I added context as you said, mistwang, then used URL rewrite and here are the results...
  11. J

    Pike + LSWS ?

    My log: http://gmclan.org/vh.txt
  12. 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...
  13. J

    Proccess limit

    I changed max connections, because in my forum some of users talked to me that quoting posts is not possible, because it showing error 503 or Server Temporary busy... But server is not overloaded (server load ~1, other pages loading fast) :| What should i change? Actually i made these...
  14. J

    Proccess limit

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

    Something missing?

    Sorry, not REMOTE_ADDR but SERVER_ADDR. I use PHP5 with LSAPI from 2.1.2.
  16. J

    Something missing?

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

    FastCGI > LSAPI ?

    Thanks for the answer. Please check PM. :)
  18. 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