Search results

  1. A

    [Resolved] PHP 5.3.3 + APC 3.1.4 = Error 503

    hello. i have problem with apc.. ( without apc everything working fine ) [STDERR] PHP Fatal error: PHP Startup: apc_mmap: mmap failed: in Unknown on line 0PHP Fatal error: PHP Startup: apc_mmap: mmap failed: in Unknown on line 0PHP Fatal error: PHP Startup: apc_mmap: mmap failed: in...
  2. A

    rewrite problem ?

    hello, i have simple rewrite rules RewriteRule ^example/(.*)/(.*)$ /x.php?s=example&n=$1&p=$2 [L] RewriteRule ^example/(.*)$ /x.php?s=example&n=$1 [L] RewriteRule ^ex2/(.*)/(.*)$ /x.php?s=ex2&n=$1&p=$2 [L] RewriteRule ^ex2/(.*)$ /x.php?s=ex2&n=$1 [L] domain.pl / x.php I need rewrite...
  3. A

    auto index problem

    hello. i've read this post http://www.litespeedtech.com/support/forum/showpost.php?p=8543&postcount=4 ~: mv /usr/local/lsws/share/autoindex /usr/local/php5/ cd /usr/local/lsws/share/ ln -s /usr/local/php5/autoindex autoindex but still don't work log: [config:vhost:pub.kage.pl] Path...
  4. A

    1 Instances

    hello. I set up php lsapi - 1 instances PHP_LSAPI_CHILDREN=20 + restart lsws .. and I have 5 or more lsphp process this is correct ? ( I think should be 1 process )
  5. A

    Open_basedir

    Hello. How to set up open_basedir singly for every vhost ? in apache for example : <Directory /home/test> php_admin_value open_basedir /home/test </Directory> <Directory /home/test2> php_admin_value open_basedir /home/test2 </Directory> but where can I do that in Litespeed ? or how else...
  6. A

    Redirect subdomain

    Hi, I am new user of lsws, up to know I've been using Apache 2. I have problems with redirecting subdomain. In Apache I have: <VirtualHost *> ServerName pliki.ssjcenter.pl ServerAdmin art@ssjcenter.pl Redirect / http://ssjcenter.com/ </VirtualHost> How this should be done in lsws?
Top