summaryrefslogtreecommitdiffstats
path: root/httpd.conf
diff options
context:
space:
mode:
authorjorton <jorton@fedoraproject.org>2007-09-17 19:02:35 +0000
committerjorton <jorton@fedoraproject.org>2007-09-17 19:02:35 +0000
commit78b00cdebb17d1fe5ed96d8b31a3bf00823b0c37 (patch)
tree96d35574200fd1082a43c079841e4b276fd19b94 /httpd.conf
parentcd4fdd894e65e08c5d13ab81c0566bd07d504364 (diff)
downloadhttpd-78b00cdebb17d1fe5ed96d8b31a3bf00823b0c37.tar.gz
httpd-78b00cdebb17d1fe5ed96d8b31a3bf00823b0c37.tar.xz
httpd-78b00cdebb17d1fe5ed96d8b31a3bf00823b0c37.zip
- add fix for SSL library string regression (PR 43334)
- use powered-by logo from system-logos (#250676) - preserve timestamps for installed config files
Diffstat (limited to 'httpd.conf')
-rw-r--r--httpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.conf b/httpd.conf
index 2ab3f8a..a057e7b 100644
--- a/httpd.conf
+++ b/httpd.conf
@@ -538,7 +538,7 @@ ServerSignature On
Alias /icons/ "/var/www/icons/"
<Directory "/var/www/icons">
- Options Indexes MultiViews
+ Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all