Transfert de TDM

This commit is contained in:
2025-10-31 11:28:29 +01:00
parent b22ae3c851
commit 3069372fdd
6 changed files with 57 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
<VirtualHost *:8000>
ServerName https://www.tdm-pompes.com
DocumentRoot /home/tdm/wp6
<Directory /home/tdm/wp6>
AllowOverride All
Options -Indexes
Require all granted
</Directory>
<FilesMatch \.php$>
SetHandler "proxy:unix:/run/php/php8.4-fpm-wp6_tdm.sock|fcgi://localhost/"
</FilesMatch>
ErrorLog /var/log/apache2/wp6_tdm.error.log
CustomLog /var/log/apache2/wp6_tdm.access.log vhost_proxy_combined
</VirtualHost>

View File

@@ -0,0 +1,17 @@
<VirtualHost *:8000>
ServerName https://www.tdm-pompes.com
DocumentRoot /home/tdm/wp6
<Directory /home/tdm/wp6>
AllowOverride All
Options -Indexes
Require all granted
</Directory>
<FilesMatch \.php$>
SetHandler "proxy:unix:/run/php/php8.4-fpm-wp6_tdm.sock|fcgi://localhost/"
</FilesMatch>
ErrorLog /var/log/apache2/wp6_tdm.error.log
CustomLog /var/log/apache2/wp6_tdm.access.log vhost_proxy_combined
</VirtualHost>