Alias /phpmyadmin @TERMUX_PREFIX@/share/phpmyadmin
Options Indexes FollowSymLinks
DirectoryIndex index.php
Require all granted
php_value error_reporting "E_ALL & ~E_DEPRECATED"
php_flag magic_quotes_gpc Off
php_flag track_vars On
php_flag register_globals Off
php_value include_path .
# Authorize for setup
AuthType Basic
AuthName "phpMyAdmin Setup"
AuthUserFile etc/phpmyadmin/htpasswd.setup
Require valid-user
# Disallow web access to directories that don't need it
Order Deny,Allow
Deny from All
Order Deny,Allow
Deny from All
Order Deny,Allow
Deny from All