Changeset 1eaadcd in mod_gnutls
- Timestamp:
- Apr 8, 2020, 6:16:41 PM (3 years ago)
- Branches:
- asyncio, main, master, proxy-ticket
- Children:
- e2666ba
- Parents:
- 0484b31
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/ocsp_server.conf.in
r0484b31 r1eaadcd 6 6 Include ${srcdir}/cgi_module.conf 7 7 LoadModule env_module ${AP_LIBEXECDIR}/mod_env.so 8 LoadModule rewrite_module ${AP_LIBEXECDIR}/mod_rewrite.so8 LoadModule alias_module ${AP_LIBEXECDIR}/mod_alias.so 9 9 10 10 # separate log and PID file … … 20 20 21 21 <VirtualHost _default_:${OCSP_PORT}> 22 RewriteEngine On 23 RewriteRule ^/ocsp(.*) /ocsp.cgi$1 [L] 22 ScriptAlias /ocsp "${srcdir}/data/ocsp.cgi" 24 23 # General rules for all OCSP handling 25 24 <Location /ocsp/> … … 46 45 SetEnv OCSP_KEY ${PWD}/authority/subca/ocsp-responder/secret.key 47 46 </Location> 48 <Directory ${srcdir}/data>49 Options +ExecCGI50 </Directory>51 47 </VirtualHost>
Note: See TracChangeset
for help on using the changeset viewer.