Search results

  1. N

    [Resolved] php 5.3.3 with curl not working

    the warning is irrelative to curl. add date.timezone="America/Los_Angeles" etc will eliminate the warning message. there should be no problem for 5.3.3 with curl -- I just built it a few days ago. please record the error message during php build.
  2. N

    [Resolved] expires header not working for js/png files unless htaccess is in place ?

    and, if not read apache's httpd.conf, in lsws native configuration, Expires header is enabled by default for png/js/css/jpg. I'd mark this thread as Resolved.
  3. N

    [Resolved] APC Fragmentation: should I care?

    to reduce the fragmentation, you may try apc.ttl = 0 http://php.net/manual/en/apc.configuration.php also, try latest APC 3.1.4, to further tune and improve the php's performance.
  4. N

    Custom log format for use with CloudFlare

    tested with the URL, not exact same, in my case: HTTP-X-Forwarded-For: xx.xx.xx.xx,yy.yy.yy.yy HTTP-CF-Connecting-IP: yy.yy.yy.yy xx.xx.xx.xx is my IP, yy.yy.yy.yy is my ISP's http proxy IP.
  5. N

    [Resolved] expires header not working for js/png files unless htaccess is in place ?

    just browse a vB 4 source, looks like css.php did the trick. but no test.
  6. N

    [Resolved] Upgrading 4.0.16 in cPanel to 4.0.17

    this is not the manual upgrade way. download the whole 4.0.17 package to a folder,say /usr/local/lsws/autoupdate, tar zxvf lsws-4.0.17....tar.gz cd lsws-4.0.17 ./install.sh auto upgrade will be available soon.
  7. N

    [Resolved] expires header not working for js/png files unless htaccess is in place ?

    can you switch back to apache, check if png/js/css/jpg has Expires header or not?
  8. N

    Custom log format for use with CloudFlare

    Apparently, they already do fill that header! can you check if HTTP_CF_CONNECTING_IP and X-Forwarded-For has same value?
  9. N

    Custom log format for use with CloudFlare

    is the customized header is "X-Forwarded-For"? then http://www.litespeedtech.com/docs/webserver/config/general/#useIpInProxyHeader will help.
  10. N

    How to Compile Mssql & Mysql in PHP

    on CentOS, will resolve the issue. not sure on debian, you may need "aptitude search libxml2" first
  11. N

    "Apache compatible .htaccess support"

    in today's 4.0.17 build, has added an option "Ignore Apache Modules" under Server->General->Using Apache Configuration File please test at your case.
  12. N

    How to Compile Mssql & Mysql in PHP

    you need install the develop package first. in CentOS, it's: freetds-devel.x86_64 : Header files, libraries and development documentation for freetds in debian, may need search the package first: aptitude search freetds the install it.
  13. N

    [Resolved] Problem Installing Litespeed

    thanks. so you install 32-bit standard version on a 64-bit OS? your CPU should be x86_64, not ia64 :) ? output of "uname -a"?
  14. N

    How to Compile Mssql & Mysql in PHP

    mssql: need compile your php with --with-mssql and --enable-msdblib. please refer php manual - http://www.php.net/manual/en/mssql.installation.php mysql: php manul - http://www.php.net/manual/en/mysql.installation.php
  15. N

    Reverse Proxy

    all servers in a data center should be better than a few data centers. maybe 1 litespeed server is enough. enable its anti-DDOS features, filter requests, while serve filtered requests.
  16. N

    [Resolved] Problem Installing Litespeed

    please share how did you fix the problem? others may experience same problem.
  17. N

    [Resolved] Turn off ModSecurity directives in htaccess

    now in 4.0.17, mod_security directive in .htaccess can be disabled, configuration is at server level, in admin console. please download and test ... not formally release yet but may be soon.
  18. N

    [Resolved] how to "translate" addhandler / action from apache

    "action" is added in 4.0.17. please download and test if you get chance. not formal release yet but may be soon.
  19. N

    Reverse Proxy

    yes. lsws can forward all filtered requests to backend server(original dedi's in another DC)
  20. N

    Reverse Proxy

    installing lsws on DDOS protected datacenter will help a bit. that's hardware + software double protection. but looks not good idea? you have to pay the traffic between 2 data centers, and transferring between the 2 DCs will be slow compared with LAN.
Top