Configuring the .ovhconfig file of your Web Hosting plan
This guide explains the.ovhconfig file and how to edit it
This guide explains the.ovhconfig file and how to edit it
Last updated 5th May 2020
For numerous reasons, you may need to modify the configuration of your Web Hosting plan. For this reason, OVHcloud has implemented a file that allows you to change certain settings: the .ovhconfig file.
This guide explains the.ovhconfig file and how to edit it.
When you edit the .ovhconfig file of your Web Hosting plan, you will change both its configuration and that of your website, due to dependency. Performing an incompatible modification could therefore render your site unreachable. Please ensure that the new configuration is technically compatible with your website.
The .ovhconfig file can be edited in two ways:
By manually editing the .ovhconfig file. This method is technical in nature, and requires you to be connected to your storage space. In this guide, we will focus on this method.
Through a configuration wizard in the OVHcloud Control Panel. This solution is less technical and requires you to be logged in to the OVHcloud Control Panel, where you can select the changes to be made. Please refer to the instructions set out in our guide: Modifying the configuration of a Web Hosting plan.
Continue reading if you wish to edit the .ovhconfig file manually.
Get your main FTP username, its password and the FTP server address. Once you have all these elements, log in to your storage space. If you are unsure how to do this, refer to the following guide: Log in to your storage space.
If you no longer have that information, log in to the OVHcloud Control Panel, then click on Hosting plans
. Select the name of the hosting plan concerned,and click on the FTP - SSH
tab. There you will find the information you need to log in. With regards to the FTP user password, please refer to the instructions set out in our guide to Modifying a FTP user password, if necessary.
Once you are connected to your storage space, you can view all the files that are currently being hosted there. Keep your cursor on the root of your hosting plan (which can be represented with a “ / “). You should find the .ovhconfig file there.
There are now two possibilities:
Once you have the .ovhconfig file, you can edit it. To do so, you should use a text editor, or similar program. Your .ovhconfig file must contain a code similar to this:
app.engine=php
app.engine.version=8.0
http.firewall=none
environment=production
container.image=stable64
Customise the values of the variables according to the configuration you wish to use with your hosting plan.
Variables | Details |
---|---|
app.engine | Allows you to modify the PHP engine used by the hosting plan. Enter “php” to enable the PHP-FPM accelerator and “phpcgi” to disable it. |
app.engine.version | Allows you to define the PHP version used by the hosting plan from the ones proposed by OVHcloud. Enter the version of your choice. |
http.firewall | Allows you to enable or disable the firewall supplied with all OVHcloud Web Hosting plans. Enter “security” to enable it or “none” to disable it. |
environment | Allows you to manage cache behaviour for the static files of your website, as well as PHP error processing. Enter “production” to maximise caching and hide PHP errors or “development”, so that no cache is applied and PHP error are displayed. |
container.image | Allows you to modify the runtime environment used by the hosting plan. Enter the search engine of your choice. You can find them here: View the configurations available. |
When you choose the "stable64" runtime environment, verify that your site is compatible with the 64-bit environment.
Below is the full application detail for the .ovhconfig file:
; ovhconfig
;
; this file must be placed in $HOME/.ovhconfig or in $DOCUMENT_ROOT/.ovhconfig
; __app.engine__
;
; values: php (php engine + opcache accelerator)
; notice: if php, a phpcgi engine will be activated as fallback (if previous engine crash)
;
; php:
; IMPORTANT: register_globals and magic_quotes_gpc are off for security
; php optiones .htaccess (like php version) are ignored
; phpcgi:
; IMPORTANT this is a fallback to previous system
; in this case __app.engine.version__ will be considerated as AUTO and php version will be old system
; (meaning depending .htaccess or .phpX extension)
;
app.engine=php
; __app.engine.version__ specify version of your engine
;
; for php:
; default: 8.0
; for phpcgi:
; this options is ignored (= fallback in AUTO)
;
app.engine.version=8.0
; __http.firewall__ used to add application firewall (filter http requests)
;
; values: none | security
; default: none
;
http.firewall=none
; __environment__
;
; values: production | development
;
; production:
; apache will maximise local cache
; mod_expires will grow up TTL of js, css, pdf, images, video, audio
; you can override it changing expiration explicitly in your .htaccess
; feel free to look on our guide.
; development:
; no expiration is added, files are not locally in cache,
; will speed up tests but decrease performances
;
; choosen environment will also be available in your variable ENVIRONMENT unix env
;
; default: production
;
environment=production
; __container.image__
;
; values: legacy | stable | stable64
;
container.image=stable64
Once the .ovhconfig file has been edited, all you have to do is download it to your storage space. To do this, stay connected, with your cursor placed on the root of your storage space (which can be represented by “ / “). Download the .ovhconfig file you just edited. If a file is already there, replace it.
If you host several websites on your hosting space, you have almost certainly configured a few Multisites. There are a number of reasons why you might decide to use a different PHP version on some of your Multisites.
To do this, you must create an .ovhconfig file for the Multisite(s), containing the desired PHP version. You can refer to the instructions set out in the Editing the .ovhconfig file section of this guide, if necessary. When you download the .ovhconfig file to your storage space, be sure to do so inside the Multisite's root folder. You can access the root folders through the OVHcloud Control Panel, under theMultisite
tab of the relevant hosting plan.
It is not possible to specify a second runtime environment. Only the one listed in the .ovhconfig file located in the root folder of your storage space will be taken into account.
Join our community of users on https://community.ovh.com/en/.
Please feel free to give any suggestions in order to improve this documentation.
Whether your feedback is about images, content, or structure, please share it, so that we can improve it together.
Your support requests will not be processed via this form. To do this, please use the "Create a ticket" form.
Thank you. Your feedback has been received.
Access your community space. Ask questions, search for information, post content, and interact with other OVHcloud Community members.
Discuss with the OVHcloud community