Search results

  1. X

    Problems with php 5.2.9

    I'm having some problems with compiling php 5.2.9 on Centos 5.3 64b. I'm receiving this error: _object_handlers.lo Zend/zend_objects_API.lo Zend/zend_default_classes.lo Zend/zend_execute.lo sapi/litespeed/lsapi_main.lo sapi/litespeed/lsapilib.lo main/internal_functions.lo -lcrypt -lcrypt...
  2. X

    ignore_user_abort doesn't work?

    is there any possible workaround?
  3. X

    ignore_user_abort doesn't work?

    Hello, i wrote a simply irc-bot in php and it seems that lsws ( or php5.2.4 ) has some problems with ignore_user_abort function. It doesn't actually work... When user clicks "close" button in a browser then he stops a script. I tested the bot on my local environment ( apache 2.0.55, php 5.1.1...
  4. X

    problem with rewrite & 404 error

    Hello, It works perfectly, thank you very much
  5. X

    problem with rewrite & 404 error

    For working subdomain: And if there is no website set: Customized Error Pages: 404 Not Found http://example.com/index.html
  6. X

    problem with rewrite & 404 error

    I use `*` so this is not a problem. I didnt mention. It maps the domains. If there is a directory `test` and i enter test.example.com it will display the site located in /home/examplecom/www/test/. The problem is only with 404 error redirection
  7. X

    problem with rewrite & 404 error

    Hello, I use rewrite rules to set up subdomains. Ive also set up 404 redirection to catch all traffic on currently `unused` subdomains ( ive also set it on in Customized Error Pages section ). Those are the rules which i use: The problem is that it only works for a http://example.com . If...
  8. X

    mod_expire?

    Hello, Is this possible to set-up expire on specyfic directory? If yes, how can i do that? I dont want this rule to affect whole VHost Best Regards
  9. X

    mod_expire?

    Is there something like mod_expire in LSWS? I have a folder with dynamic images ( for example images/cron ).. They changes every 3-5minutes and now i need to set up `expire` for these files to 5 minutes. How can i do that with LSWS? Best Regards
  10. X

    .htaccess problem

    Hello.. Seems there is a serious problem with .htaccess files... Sometimes they works, sometimes not.. One of my sites which uses .htaccess to "hide" real urls ( seo optimization ) doesnt work now. I had this problem before.. but i thought it was fixed. I use same .htaccess settings on 4...
  11. X

    subdomains

    Hello, thank you for your answer Goerge, the rules which you wrote almost fits my needs, there is just small *bug*, when you access www.sub.domain.pl it searchs for files in: /home/user/public_html/www.sub not in /home/user/public_html/sub This rule works perfect ( maybe someone other...
  12. X

    subdomains

    Simple rules means a lot of work for me ;) I tried some configurations mentioned on this site... But they dont work for me.. This one would be ideal for me: Any ideas how to force it to work? ;)
  13. X

    subdomains

    Hello, so far ive been setting up different vhosts for different subdomains. In near future, i will have to create 100+ small pages in one domain but on different subdomains. Here is my question. Is this possible to create one vhost to handle these subdomains? The rule should be: domain.com ...
  14. X

    googlebot

    sorry for bumping this topic.. i just want to say that it has nothing to do with liteSpeed.. i run lyrics site and dmoz copy on lsws.. and it works wery vell.. there is no problems with indexing.. ( check it by yourself: lyricstown.org or katalog.otserv.pl .. each site returns almost 400k...
  15. X

    strange error.. & 503 service Unavailable

    thats true, everything works now ( on Lsapi :) ) thanks again for great support Mistwang
  16. X

    strange error.. & 503 service Unavailable

    Im still getting this 503 errors.. Should i raise any limits ( f/e Max Connection)? and is there a constant value for how long this error will stay? Regards
  17. X

    strange error.. & 503 service Unavailable

    Thank you for advices, you are great, this my configuration './configure' '--enable-fastcgi' '--with-xml' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-magic-quotes' '--with-mysql=/usr' '--with-mysqli=/usr/bin/mysql_config' '--enable-discard-path' '--disable-path-info-check'...
  18. X

    strange error.. & 503 service Unavailable

    hello, about this extreme high load times.. im not sure if it was caused by php lsapi... when there was first high load ( 300+ ) lsws noted this: [18280] EACCELERATOR: PHP crashed on opline 33 of file() at /home/ranma/public_html/data/functions.php:883 ( eAccelerator version: 9.3 final )...
  19. X

    strange error.. & 503 service Unavailable

    im using centOs 4.1.. on this site i use external DB ( it generates like 2queries/sec so maybe this outgoing connections may cause this error? ) ive been using lsapi for 12 h and it seems that there is huge memory leak.. i got two extermely high load times.. 300 and 500.. so i gave up
  20. X

    strange error.. & 503 service Unavailable

    well im getting this email almost every 15 minutes 'At [27/Aug/2005:13:24:32 +0200], web server with pid=32328 received unexpected signal=11, no core file is created. A new instance of web server will be started automatically!' whats wrong? my second question is about 503 error.. i doubled...
Top