Category: Web Server

2

Install/upgrade curl in Litespeed webserver

How to install Curl in LiteSpeed webserver?Kindly follow the steps below to know how to install curl in litespeed webserver.1) Go to lsws directory # cd /opt/lsws/phpbuild/php-5.2.6/ 2) Check the compiled modules with litespeed...

0

Install LiteSpeed in WHM

LiteSpeed installation in WHM. How to add the liteSpeed module or plugin in the cPanel WHM.cd /usr/src wget http://www.litespeedtech.com/packages/cpanel/lsws_whm_plugin_install.sh chmod 700 lsws_whm_plugin_install.sh ./lsws_whm_plugin_install.sh rm -f lsws_whm_plugin_install.sh Login to WHM, “LiteSpeed Web Server Plugin for...

0

Apache with PHP "Zend Phase error"

Apache with PHP.Source installation of apache with PHP.Notes. > If you try to install php-5.3 you will end up with “Zend parse error”. Please try to install PHP-5.2 or lower. > Please check whether...

0

apache commands

  Basic commands to restarting Apache1. Several Linux and SysV variants: /etc/rc.d/init.d/httpd restart 2. Using apachectl scripts: /path/to/apachectl stop /path/to/apachectl start 3. httpdctl and httpsdctl (Using OpenSSL), similar to apachectl: /path/to/httpsdctl stop /path/to/httpsdctl start...