/
etc
/
apache2
/
sites-enabled
/
Upload File
HOME
<VirtualHost *:80> ServerName phpmyadmin.local ServerAlias phpmyadmin DocumentRoot /usr/share/phpmyadmin <Directory /usr/share/phpmyadmin> Options Indexes FollowSymLinks AllowOverride All DirectoryIndex index.php Require all granted </Directory> <FilesMatch \.php$> SetHandler "proxy:unix:/run/php/php8.3-fpm.sock|fcgi://localhost/" </FilesMatch> ErrorLog ${APACHE_LOG_DIR}/phpmyadmin_error.log CustomLog ${APACHE_LOG_DIR}/phpmyadmin_access.log combined </VirtualHost>