Wondering how to create custom php.ini in Litespeed Webserver? We can help you.
Recently we had a customer who was unable to set PHP configuration parameters for his domain.
Though it is quite easy with Apache, we may face some difficulties with the Litespeed web server.
As part of our Server Management Services, we assist our customers with several Litespeed queries.
Today, let us see how to fix create custom php.ini in Litespeed Webserver.
Steps to create custom php.ini in Litespeed webserver
For our customer, we found a Litespeed web server installed on the server. However, like in Apache he copied a php.ini file to the public_html directory and set the .htaccess file with respect to that.
However, it didn’t work and the site was still loading with the main configuration file.
Initially, we have to check the PHP configuration settings.
To do so, we create a phpinfo page inside the domain for which we want to configure custom php.ini.
The phpinfo page will list all the configuration settings of the system for the domain.
We can see that the configuration file loads from /usr/local/lib/php.ini. We have to change the location of the php.ini file to /home/username/public_html/php.ini
To create a custom php.ini file in the Litespeed web server, we need to make certain settings in the configuration file.
First, we have to copy the php.ini file to the public_html directory of the corresponding account.
- Login into WHM
- Select Litespeed Web Server > Litespeed Configuration > Admin Console > Configuration > Server > External App > lsphp5
- Under Environment section >> add “PHPRC=$VH_ROOT”
- Under “suEXEC User ” section >> add the account username for which we want to enable custom php.ini
- Then under “suEXEC Group ” section >> add the group name of the same account.
- Define PHPRC in LSWS Server to $VH_ROOT under Environment section.
In addition, make sure that the permission of php.ini file is readable by suEXEC user.
- Under “suEXEC User ” section >> add the account username for which we want to enable custom php.ini
- Under “suEXEC Group ” section >> add the group name of the same account.
- Define PHP_INI_SCAN_DIR in LSWS Server to $VH_ROOT/php
- Eventually, save and return to Main >> Litespeed Webserver
- Under Quick Configuration of PHP suEXEC settings, set Enable PHP suExec to yes.
Once done, restart the webserver. Now we can confirm the values by checking the phpinfo page.
[Need help to create php.ini? We can help you]
Conclusion
In short, compared to the Apache web server, the Litespeed web server configuration may feel a bit complicated. However, with the above steps, this can be done easily.
0 Comments