1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

Fixed c&p error.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1238908 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Guenter Knauf
2012-02-01 02:38:27 +00:00
parent 6702d1e8fc
commit c62f4af1da

View File

@@ -89,7 +89,7 @@ BEGIN {
print "#LoadModule vhost_alias_module modules/vhost.nlm"
if (MODSSL) {
print "#LoadModule socache_dbm_module modules/socachedbm.nlm"
print "#LoadModule socache_shmcb_module modules/socachedbm.nlm"
print "#LoadModule socache_shmcb_module modules/socacheshmcb.nlm"
print "#LoadModule ssl_module modules/mod_ssl.nlm"
}
print ""