mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
15bb1ce95f
- CAN-2003-0789: information leak in mod_cgid <URL:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0789> - CAN-2003-0542: buffer overflow in mod_alias and mod_rewrite <URL:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0542> Use a DIST_SUBDIR. Use the DOCSDIR macro. Add options: HTTP_PORT, IPV6_V6ONLY, NO_CGI, NO_ERROR, NO_ICONS, NO_WWW, NO_WWWDATA, WITHOUT_AUTH, WITHOUT_DAV, WITHOUT_MODULES, WITHOUT_MODULES, WITHOUT_PROXY, WITH_ALL_STATIC_APACHE, WITH_BERKELEYDB, WITH_CUSTOM_AUTH, WITH_CUSTOM_PROXY, WITH_DBM, WITH_EXTRA_MODULES, WITH_MODULES, WITH_MPM, WITH_STATIC_APACHE, WITH_STATIC_MODULES and WITH_STATIC_SUPPORT PR: 58654 Submitted by: Clement Laforet (maintainer)
25 lines
859 B
Plaintext
25 lines
859 B
Plaintext
$FreeBSD$
|
|
|
|
--- docs/conf/ssl-std.conf.in.orig Mon Oct 13 16:14:10 2003
|
|
+++ docs/conf/ssl-std.conf.in Mon Oct 13 16:15:17 2003
|
|
@@ -88,8 +88,8 @@
|
|
DocumentRoot "@exp_htdocsdir@"
|
|
ServerName www.example.com:443
|
|
ServerAdmin you@example.com
|
|
-ErrorLog @exp_logfiledir@/error_log
|
|
-TransferLog @exp_logfiledir@/access_log
|
|
+ErrorLog @exp_logfiledir@/httpd-error.log
|
|
+TransferLog @exp_logfiledir@/httpd-access.log
|
|
|
|
# SSL Engine Switch:
|
|
# Enable/Disable SSL for this virtual host.
|
|
@@ -240,7 +240,7 @@
|
|
# 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.
|
|
-CustomLog @exp_logfiledir@/ssl_request_log \
|
|
+CustomLog @exp_logfiledir@/httpd-ssl_request.log \
|
|
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
|
|
|
|
</VirtualHost>
|