Search results

  1. R

    How to load custom "php.d" directory?

    Hey, Seems that, when installing PHP from repo, .ini files aren't loaded from /etc/php.d but from (example for PHP 5.6) /usr/local/lsws/lsphp56/etc/php.d/ . I've tried to symlink /etc/php.d to /usr/local/lsws/lsphp56/etc/php.d/ but didn't worked. Any idea of how to solve this? Thank you very...
  2. R

    License for 4gb VPS

    Hey, One of our clients has a 4G VPS. He asked us to purchase a LiteSpeed license for him: VPS Lease LSWS Enterprise. I am aware that, on dedicated servers, it doesn't matters how many cores are available, as LSWS will use X no. of cores depending on the license. Is this the same with RAM? I...
  3. R

    suPHP not reading .htaccess

    Well isn't the purpose of suPHP to run the processes under each user? So the processes should be executed with the local user when using suPHP, not the "nobody" user. Right?
  4. R

    suPHP not reading .htaccess

    Hey, I've setup LSWS to run as "nobody", as usual. Next I've compiled PHP 5.4 and created a new Virtual Host by using the "Virtual Hosts Templates". The server is showing content, but it's not reading any .htaccess file (posting an "Access denied - cannot read .htaccess" at Home). Can you...
  5. R

    [newb] How to activate Zend OPCache or xCache

    Hey, I've successfully installed and compiled PHP 5.4 + Zend OPCache and xCache (and APC) via webinterface. What should I do next in order to create a vhost that benefits from these features? I suppose that a PHP_SuEXEC vhost is out of discussion. Can you please point me to the right...
  6. R

    LiteSpeed Standard + RPM PHP = possible?

    1. Regarding the installation of LiteSpeed Standard from YUM Repository I've done a yum install, all went great, but when trying to start the lsws service...nothing happens. Here's the log: Nothing in /var/log: Nothing in /usr/local/lsws/admin/logs/ Any idea of how to fix this? Or is the...
  7. R

    LiteSpeed Standard + RPM PHP = possible?

    Hey, 1) From my understanding it is not possible to install LiteSpeed Standard (free) by using the repository. Correct? 2) I've installed LS Standard from source, than installed PHP from the PHP repository. Still PHP is not functional, the testpage is just offering me the "raw" PHP file...
  8. R

    ImageMagick + LiteSpeed - howto?

    Hello, I would like to install LiteSpeed + ImageMagick. How should I do this? Should I install ImageMagick via YUM than add '--with-imagemagick" when recompiling PHP? I'm using CentOS 6.3 and I'm installing LS by following this tutorial. Thanks!
  9. R

    [BUG] eAccelerator not compiling - CentOS 6.3, PHP 5.4.6, fresh install

    Hello, Any idea of how to fix this: After that the installer crashes. Thanks!
  10. R

    Monitor Virtual Hosts Templates traffic

    Doooh! Stupid me! I was looking at http://www.nltechno.com/awstats/awstats.pl?config=destailleur.fr and searching for "traffic". But it was right there, on the "bandwidth" column! Thanks for the tip and sorry for the stupid question...
  11. R

    Monitor Virtual Hosts Templates traffic

    As far as I know AWStats counts only the visitors/visits, not the traffic. I would like to know how much traffic, in MB/GB, has been used by each vhost.
  12. R

    Monitor Virtual Hosts Templates traffic

    [SOLVED] Monitor Virtual Hosts Templates traffic Hi, I'm using a couple of PHP_SuEXEC templates/Virtual Hosts. I would like to monitor the traffic for each virtual host. I need just raw stats, like weekly/monthly traffic reports, nothing fancy. How can I do this? Thank you!
  13. R

    Incorrect download link on the download page

    Horray! :) Now...how can I upgrade? :D
  14. R

    Incorrect download link on the download page

    Hi, Please take a look at http://litespeedtech.com/litespeed-web-server-downloads.html If you take a look at "LiteSpeed Web Server Standard Edition: Free" you will see that the link for "Linux (x86) ** / 4.1 Std / 1 / 4-13-2011" links to So it points to the 4.0.20 build link... Shouldn't it...
  15. R

    Error with (date.timezone) in LiteSpeed

    Please see "Later edit 3" :)
  16. R

    Error with (date.timezone) in LiteSpeed

    Solved one thing...broke another... I'm now trying to access my blog's /wp-admin but all I get is a...blank page... The error.log is not stating anything suspicious. Here's the Configuration - Server - Tunning: - Max Connections: 3000 - Max Keep-Alive Requests: 1000 Please note that I'm...
  17. R

    Error with (date.timezone) in LiteSpeed

    Horraaaay! Works! Thanks a lot! Solved!
  18. R

    Error with (date.timezone) in LiteSpeed

    Should I copy php.ini to "/opt/lsws/lsphp5/etc"? Note: "/opt/lsws/lsphp5/etc" doesn't exists. Should I create it?
  19. R

    Error with (date.timezone) in LiteSpeed

    Added "date.timezone='America/Chicago' " in /opt/lsws/php/php.ini than "service lsws restart". Still...same result... Any other ideas? Should I switch to 5.2?
  20. R

    [PROBLEM] WordPress not working even with "--with-mysql"

    Worked like a charm. Thanks!
Top