suppression de l'alias phpmyadmin en conflit avec celui installé par phpmyadmin. Quelle raison à ce second alias Fufroma ?
This commit is contained in:
parent
59b0ecac02
commit
61a8433047
|
@ -1,7 +1,7 @@
|
||||||
<VirtualHost *:443>
|
<VirtualHost *:443>
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLCertificateFile /etc/alternc/apache.pem
|
SSLCertificateFile /etc/alternc/apache.pem
|
||||||
SSLCaCertificatePath /etc/ssl/certs
|
SSLCaCertificatePath /etc/ssl/certs
|
||||||
DocumentRoot /var/alternc/bureau
|
DocumentRoot /var/alternc/bureau
|
||||||
Include /etc/alternc/bureau.conf
|
Include /etc/alternc/bureau.conf
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
|
@ -3,11 +3,6 @@
|
||||||
|
|
||||||
ScriptAlias /cgi-bin/ /var/alternc/cgi-bin/
|
ScriptAlias /cgi-bin/ /var/alternc/cgi-bin/
|
||||||
|
|
||||||
#### Some security parameters
|
|
||||||
# We set a PhpMyAdmin alias to override the one PhpMyAdmin may have installed
|
|
||||||
# to prevent phpmyadmin to be bruteforced "by default"
|
|
||||||
Alias /phpmyadmin /usr/share/phpmyadmin
|
|
||||||
|
|
||||||
# Deny access to the root filesystem
|
# Deny access to the root filesystem
|
||||||
<Directory />
|
<Directory />
|
||||||
Options FollowSymLinks
|
Options FollowSymLinks
|
||||||
|
|
Loading…
Reference in New Issue