diff --git a/etc/alternc/templates/alternc/apache2.conf b/etc/alternc/templates/alternc/apache2.conf index 0732de07..bcfe3bcd 100644 --- a/etc/alternc/templates/alternc/apache2.conf +++ b/etc/alternc/templates/alternc/apache2.conf @@ -11,7 +11,7 @@ AssignUserId www-data www-data # Deny access to the root filesystem - Options +FollowSymLinks + Options FollowSymLinks AllowOverride None Order allow,deny Deny from all @@ -62,13 +62,13 @@ ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ AllowOverride AuthConfig Options FileInfo Limit Indexes - Options +Indexes +Includes +FollowSymLinks +MultiViews + Options Indexes Includes FollowSymLinks MultiViews Order allow,deny Allow from all AllowOverride AuthConfig Options FileInfo Limit Indexes - Options +Indexes +Includes +FollowSymLinks +MultiViews + Options Indexes Includes FollowSymLinks MultiViews Order allow,deny Allow from all diff --git a/ssl/ssl.conf b/ssl/ssl.conf index 68b422b3..2ff7532c 100644 --- a/ssl/ssl.conf +++ b/ssl/ssl.conf @@ -51,7 +51,7 @@ SSLSessionCacheTimeout 300 # Semaphore: # Configure the path to the mutual exclusion semaphore the # SSL engine uses internally for inter-process synchronization. -Mutex file:${APACHE_RUN_DIR} +#SSLMutex file:${APACHE_RUN_DIR}/ssl_mutex # SSL Cipher Suite: # List the ciphers that the client is permitted to negotiate. See the