Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # /etc/httpd/conf/extra/phpmyadmin.conf
- <VirtualHost pma.localhost:80>
- ServerAdmin phpmyadmin@apache.com
- DocumentRoot "/usr/share/webapps/phpMyAdmin"
- ServerName pma.localhost
- ServerAlias pma.localhost
- ErrorLog "/var/log/httpd/pma.localhost-error_log"
- <Directory "/usr/share/webapps/phpMyAdmin">
- DirectoryIndex index.html index.php
- AllowOverride All
- Options FollowSymlinks
- Require all granted
- </Directory>
- </VirtualHost>
- Alias /phpmyadmin "/usr/share/webapps/phpMyAdmin"
- <Directory "/usr/share/webapps/phpMyAdmin">
- DirectoryIndex index.php
- AllowOverride All
- Options FollowSymlinks
- Require all granted
- </Directory>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement