Your IP : 10.0.84.116


Current Path : /etc/apache2/sites-enabled/
Upload File :
Current File : //etc/apache2/sites-enabled/phpmyadmin.conf

<VirtualHost *:440>
DocumentRoot /var/www/phpmyadmin


ServerName 10.0.84.120
<Directory "/var/www/phpmyadmin">
allow from all
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Require all granted
</Directory>
SSLEngine on
SSLCertificateFile /etc/ssl/certs/apache-selfsigned.crt
SSLCertificateKeyFile /etc/ssl/certs/apache-selfsigned.key

</VirtualHost>