To find version of OpenSuse, run server3:~ # cat /etc/*release NAME=”openSUSE Leap” VERSION=”15.1″ ID=”opensuse-leap” ID_LIKE=”suse opensuse” … openSUSERead more
Author: TechHubWriter
Codeigniter 3 session not working
On a web application, session not working. I verified PHP session is working with script https://gist.github.com/serverok/8c504205ae0357e0c6488eab880a77bf … Codeigniter 3 session not workingRead more
systemd service file for openlitespeed
To start/stop OpenLiteSpeed web server, you can use the following systemd service file vi /usr/lib/systemd/system/lshttpd.service Add … systemd service file for openlitespeedRead more
PHP Script to verify private key matches SSL certificate?
OpenSSL command can be used to verify if an SSL certificate matches a private key file. … PHP Script to verify private key matches SSL certificate?Read more
Change SSH port in CyberPanel
CyberPanel is a free open source control panel for web hosting. It use OpenLiteSpeed web server. … Change SSH port in CyberPanelRead more
How to clear Laravel cache
To clear the Laravel cache, run the command You can also delete compiled files from
Monitoring APCu with APCu Panel
apcu-panel provide GUI to monitor APCu cache. To install apcu-panel on CentOS, run yum install apcu-panel … Monitoring APCu with APCu PanelRead more
Install Zend OpCache on OpenLiteSpeed Server
To install Zend OpCache on OpenLiteSpeed Server, run apt install -y lsphp73-opcache Now restart PHP with … Install Zend OpCache on OpenLiteSpeed ServerRead more
Install LiteSpeed Web Server
LiteSpeed is a high performance web server. Unlike most other web servers, this is a paid … Install LiteSpeed Web ServerRead more
Monitoring APCu with APCu Panel
apcu-panel provide GUI to monitor APCu cache. To install apcu-panel on CentOS, run yum install apcu-panel … Monitoring APCu with APCu PanelRead more