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?

    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...
  3. 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...
  4. 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
  5. 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...
  6. 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 ...
  7. 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...
  8. X

    vhosts, keep-alive and some other questions

    Hello, does GlobalServer keep-alive settings have to do something with VHosts if i didnt set up anything there ( in vHosts config )? i ask because ive noticed that some global settings doesnt affect vHosts Will there be in future connection limit for vHosts ( something similar to current...
Top