Changeset 2901
- Timestamp:
- 03/27/11 17:05:33 (2 years ago)
- Location:
- alternc/trunk/etc/alternc
- Files:
-
- 2 edited
-
apache2-ssl.conf (modified) (1 diff)
-
apache2.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/etc/alternc/apache2-ssl.conf
r2873 r2901 1 1 <VirtualHost *:443> 2 2 SSLEngine on 3 SSLCertificateFile /etc/alternc/apache.pem4 SSLCaCertificatePath /etc/ssl/certs3 SSLCertificateFile /etc/alternc/apache.pem 4 SSLCaCertificatePath /etc/ssl/certs 5 5 DocumentRoot /var/alternc/bureau 6 6 Include /etc/alternc/bureau.conf -
alternc/trunk/etc/alternc/apache2.conf
r2879 r2901 3 3 4 4 ScriptAlias /cgi-bin/ /var/alternc/cgi-bin/ 5 6 #### Some security parameters7 # We set a PhpMyAdmin alias to override the one PhpMyAdmin may have installed8 # to prevent phpmyadmin to be bruteforced "by default"9 Alias /phpmyadmin /usr/share/phpmyadmin10 5 11 6 # Deny access to the root filesystem
Note: See TracChangeset
for help on using the changeset viewer.
