pkgsrc/www/ap-iasp/MESSAGE
jlam b1b099b68a Initial import of www/ap-iasp.
mod_iasp allows the Apache web server to interface with an iASP proxy server
to provide Active Server Pages (ASP) support.
2003-01-01 07:04:28 +00:00

18 lines
647 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2003/01/01 07:04:28 jlam Exp $
In order to use this module in your Apache installation, you need to
add the following to your httpd.conf file:
LoadModule iasp_module lib/httpd/mod_iasp.so
AddModule mod_iasp.c
<IfModule mod_iasp.c>
Alias /iasp ${IASP_DESTDIR}
IaspConfig server ${IASP_DESTDIR}/properties/server.properties
IaspConfig rules ${IASP_DESTDIR}/properties/rules.properties
</IfModule>
NOTE: ${IASP_DESTDIR} is the installed path of iASP.
===========================================================================