]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_ssl.conf
- mailcap (for /etc/mime.types) needed by mod_mime actually; rel 3
[packages/apache.git] / apache-mod_ssl.conf
index d5d7cca6c7f90ab18b60915de4cde3538f2ea1e2..3d2c83f5eeb56e0a61482a5d5d835b2dce3b551e 100644 (file)
@@ -65,14 +65,6 @@ SSLMutex  file:/var/run/httpd/ssl_mutex
 ##
 
 <VirtualHost _default_:443>
-
-#   General setup for the virtual host
-DocumentRoot "/home/services/httpd/html"
-ServerName www.example.com:443
-ServerAdmin you@example.com
-ErrorLog logs/error_log
-TransferLog logs/access_log
-
 #   SSL Engine Switch:
 #   Enable/Disable SSL for this virtual host.
 SSLEngine on
@@ -218,9 +210,11 @@ SSLCertificateKeyFile /etc/httpd/ssl/server.key
 #   Per-Server Logging:
 #   The home of a custom SSL log file. Use this when you want a
 #   compact non-error SSL logfile on a virtual host basis.
-<IfModule mod_log_config.c>
-       CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
-</IfModule>
+#<IfModule mod_log_config.c>
+#      CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
+#      # enable common log too, otherwise you be suprised of no access logs
+#      CustomLog logs/access_log common
+#</IfModule>
 
 </VirtualHost>
 
This page took 0.045793 seconds and 4 git commands to generate.