- Timestamp:
- Nov 27, 2015, 7:49:24 AM (7 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- bca7629
- Parents:
- dff57b4
- Location:
- test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
rdff57b4 r3ccceed 122 122 apache_data = base_apache.conf cgi_module.conf data/* mime.types proxy_mods.conf 123 123 124 EXTRA_DIST = $(apache_data) $(cert_templates) *.uid.in proxy_backend.bash \ 125 runtests server-crl.template server-softhsm.conf softhsm.bash 124 EXTRA_DIST = $(apache_data) $(cert_templates) *.uid.in common.bash \ 125 proxy_backend.bash runtests server-crl.template server-softhsm.conf \ 126 softhsm.bash 126 127 127 128 # Lockfile for the main Apache process -
test/base_apache.conf
rdff57b4 r3ccceed 14 14 TypesConfig ${srcdir}/mime.types 15 15 16 Include ${srcdir}/listen.conf16 Include listen.conf 17 17 18 18 DocumentRoot ${srcdir}/data
Note: See TracChangeset
for help on using the changeset viewer.