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,12 @@
<VirtualHost *:80>
ServerName neotech.neotech.fr
DocumentRoot /home/neotech/phpmyadmin
<Directory /home/neotech/phpmyadmin>
Require all granted
</Directory>
<FilesMatch \.php$>
SetHandler "proxy:unix:/run/php/php8.4-fpm-phpmyadmin_neotech.sock|fcgi://localhost/"
</FilesMatch>
</VirtualHost>