Search results

  1. N

    [Resolved] Install APC

    access your phpinfo() page, it tells which php.ini being used. also check extension_dir value in phpinfo(), see if apc.so is under that dir.
  2. N

    optimal opcode setup for large shared hosting plesk server

    in your case, please try eAccelerator and monitor the result. settings: the idea is to use opcode cache on disk - only eAccelerator provide on disk cache. only give 1M memory cache. but the disk actually in shared memory area. note: 1.need create /dev/shm/ea folder first, and set...
  3. N

    compile php ?

    there is a simpler way to do this(in case of cPanel): 1.switch to apache, run easyapache to build php --> you've done it 2.(under apache or lsws)in cPanel lsws plugin, click "Build Matching PHP Binary", then php for lsws will be built according to all the settings in easyapache. -- right, just...
  4. N

    compile php ?

    do the server have cPanel?
  5. N

    characters issue

    is the paged encoded in UTF-8?
  6. N

    Split httpd_config.xml ?

    but per vhost setting is saved in separate files. can you give an example to be more clear on your request.
  7. N

    [Closed] Your PHP installation appears to be missing the MySQL

    you need build your own php under lsws. please refer http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi PHP 4/5 with LSAPI Compile/Install How-To or search our forum, there are many threads about how to build lsphp
  8. N

    LiteSpeed Web Server for Dedicate server

    depending on how you configure litespeed and nginx, make sure there is no conflict between them. for example, assigned a dedicated IP to the website powered by litespeed, assign other IPs to nginx, there should be no conflict. and the answer of your question is: yes
  9. N

    LiteSpeed Web Server for Dedicate server

    not sure about your issue --- it's nginx + wordpress + supercache litespeed + wordpress + supercache is working well according to various sources.
  10. N

    LiteSpeed Web Server for Dedicate server

    install wordpress supercache plugin may improve the load time a lot.
  11. N

    LiteSpeed Web Server for Dedicate server

    litespeed serve wordpress only --- should be ok. did you mean running nginx in corporate with cPanel/WHM ?
  12. N

    LiteSpeed Web Server for Dedicate server

    as long as you configure them properly, no conflict between litespeed and other software, including nginx.
  13. N

    LiteSpeed Web Server for Dedicate server

    please refer: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:ezcpanel How to convert your cPanel server to LiteSpeed in 20 minutes
  14. N

    How to configure Litespeed to work with Apache?

    should support. what's the result of direct access: http://127.0.0.1:81 ?
  15. N

    PHP as Litespeed

    no experience with this issue. just suggestion: after switch to apache, do uninstall lsws. check if /etc/init litespeed is installed in /usr/local/lsws to be sure, delete /etc/init.d/lsws and /usr/local/lsws and how you detect php is running as lsws?
  16. N

    High Memory Usage - Suggestions?

    save a copy of php binary you built last time. bu default it's in /usr/local/lsws/fcgi-bin. just change lsphp5 symbol link to switch between different php binary. first time build php may feel difficult, 2nd, 3rd time should be easier.
  17. N

    [Resolved] Log configuration

    confirmed that: LogFormat "%v %h %l" myformat CustomLog "/usr/local/apache/logs/test_log" myformat works. but CustomLog "/usr/local/apache/logs/test2_log" "%v %h %l" not this is a bug and fixed by developer. just updated in 4.0.17 release. so now CustomLog...
  18. N

    High Memory Usage - Suggestions?

    you can build smaller php, just fit your application needs. for example using --disable-all option, php size will be much smaller.
  19. N

    [RESOLVED] PHP Installation Errors

    add "--disable-fileinfo" as a php build parameter i.e., when you see "--with-mysqli --with-zlib ..." add the option to become "--disable-fileinfo --with-mysqli --with-zlib"
  20. N

    [Resolved] Log configuration

    can you post your vhost setting in /usr/local/apache/conf/httpd.conf: is it ? and for confirmation, what's your server's current setting: Server-->General-->Using Apache Configuration File Load Apache Configuration: Auto Reload On Changes: Apache Binary Path: Apache Configuration File...
Top