Changeset 71e9a5c in mod_gnutls for test/tests/12_cgi_variables/apache.conf
- Timestamp:
- Aug 22, 2015, 3:53:31 PM (6 years ago)
- Branches:
- debian/master, debian/stretch-backports, jessie-backports
- Children:
- b837187
- Parents:
- 2db6923 (diff), 4addf74 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
test/tests/12_cgi_variables/apache.conf
r2db6923 r71e9a5c 1 Include ${PWD}/../../base_apache.conf 2 3 LoadModule cgi_module /usr/lib/apache2/modules/mod_cgi.so 4 5 AddHandler cgi-script .cgi 1 Include ${srcdir}/base_apache.conf 2 Include ${srcdir}/cgi_module.conf 6 3 7 4 GnuTLSCache dbm cache/gnutls_cache 8 5 9 <Directory ${ PWD}/../../data>6 <Directory ${srcdir}/data> 10 7 Options +ExecCGI 11 8 </Directory>
Note: See TracChangeset
for help on using the changeset viewer.