etc/apache2

This commit is contained in:
2025-10-02 10:16:47 +02:00
parent 93a37bf144
commit f34bf34fa1
202 changed files with 3345 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<VirtualHost *:8000>
ServerName boutique.eureka-informatique.fr
DocumentRoot /home/eureka/ps9
<Directory /home/eureka/ps9>
AllowOverride All
Options -Indexes
Require all granted
</Directory>
<FilesMatch \.php$>
SetHandler "proxy:unix:/run/php/php8.4-fpm-ps9_eureka.sock|fcgi://localhost/"
</FilesMatch>
ErrorLog /var/log/apache2/ps9_eureka.error.log
CustomLog /var/log/apache2/ps9_eureka.access.log vhost_proxy_combined
</VirtualHost>