Skip to content

Commit 72da2ba

Browse files
meyerlormdouchin
authored andcommitted
Update linux.rst more php8.2->php8.3 changes
Overlooked some php8.2 modules
1 parent 10388a7 commit 72da2ba

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

source/install/linux.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Create a new file /etc/nginx/sites-available/lizmap.conf:
8383
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
8484
fastcgi_param PATH_INFO $path_info;
8585
fastcgi_param PATH_TRANSLATED $document_root$path_info;
86-
fastcgi_pass unix:/var/run/php/php8.2-fpm.sock;
86+
fastcgi_pass unix:/var/run/php/php8.3-fpm.sock;
8787
fastcgi_param SERVER_NAME $http_host;
8888
}
8989
}
@@ -108,7 +108,7 @@ You must restart the Nginx server to validate the configuration.
108108
109109
Optimize FastCGI Pool Manager (FPM)
110110
-----------------------------------
111-
For a high-capacity server handling multiple Lizmap instances under heavy load, more aggressive PHP-FPM settings might be needed. Edit /etc/php/8.2/fpm/pool.d/www.conf and change the following settings:
111+
For a high-capacity server handling multiple Lizmap instances under heavy load, more aggressive PHP-FPM settings might be needed. Edit /etc/php/8.3/fpm/pool.d/www.conf and change the following settings:
112112

113113
.. code-block:: bash
114114
@@ -123,7 +123,7 @@ Those values are examples and you will need to test how much RAM/CPU this is goi
123123

124124
.. code-block:: bash
125125
126-
sudo systemctl reload php8.2-fpm
126+
sudo systemctl reload php8.3-fpm
127127
128128
129129
Enable geolocation
@@ -234,8 +234,8 @@ to edit PostgreSQL layer. You must **only** check that the Lizmap server can acc
234234

235235
.. code-block:: bash
236236
237-
apt install php8.2-pgsql
238-
service php8.2-fpm restart
237+
apt install php8.3-pgsql
238+
service php8.3-fpm restart
239239
240240
For Lizmap logs, users and groups, it can be either stored in SqLite or PostgreSQL. To store these information in
241241
PostgreSQL, follow these instructions.

0 commit comments

Comments
 (0)