×


Create custom php ini in Litespeed Webserver - How to do it

Are you trying to create custom php.ini in Litespeed Webserver?

This guide is for you.


Php.ini file is a configuration file of php where you can declare any changes in php setting. 

In the php.ini file you can change the default setting of server by simply editing the php.ini file or create a new php.ini file. 

In php.ini file you can change immediately in the functionality of php. When php is initialized than php.ini file is read every time. 

If php.ini file is not load on your account than you can create the php.ini file.

LiteSpeed Web Server conserves resources without sacrificing performance, security, compatibility, or convenience. Litespeed web server is used in many of the hosting servers to accelerate the performance of the websites hosted in it. 

Here at Ibmi Media, as part of our Server Management Services, we regularly help our Customers to perform Litespeed queries.

In this context, we shall look into 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.


1. Login into WHM

2. Select Litespeed Web Server > Litespeed Configuration > Admin Console > Configuration > Server > External App > lsphp5

3. Under Environment section >> add “PHPRC=$VH_ROOT”

4. Under “suEXEC User ” section >> add the account username for which we want to enable custom php.ini

5. Then under “suEXEC Group ” section >> add the group name of the same account.

6. 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.

1. Under “suEXEC User ” section >> add the account username for which we want to enable custom php.ini

2. Under “suEXEC Group ” section >> add the group name of the same account.

3. Define PHP_INI_SCAN_DIR in LSWS Server to $VH_ROOT/php

4. Eventually, save and return to Main >> Litespeed Webserver

5. 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 urgent help to create php.ini? We can help you. ]


Conclusion

This article covers how to Create custom php.ini in Litespeed Webserver. Basically, compared to the Apache web server, the Litespeed web server configuration may feel a bit complicated. In hosting environment with cPanel servers, it is necessary to edit the PHP variables for each domain or customer and this can be done using by creating a custom php.ini for each user's home directory. So the clients can change the PHP values according to their requirements.  

There should some steps need to be done on Litespeed admin panel on cPanel/WHM to enable custom php.ini and you can follow the below steps to enable it.


To Create Custom Php.Ini In A Litespeed Webserver:

1. Login into WHM.

2. Select Litespeed Web Server

3. Litespeed Configuration > Admin Console > Configuration > Server > External App > lsphp5

4. Under Environment section >> add “PHPRC=$VH_ROOT”

5. Under “suEXEC User ” section >> add the account username for which custom php.ini has to be enabled.

6. Under “suEXEC Group ” section >> add the group name of the same account.

7. Click save and return to Main >> Litespeed Web server

8. Under Quick Configuration of PHP suEXEC settings,>> Set Enable PHP suExec to yes.

9. After that put custom php.ini in the user’s home directory and check it using a phpinfo page.