diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-05 12:35:23 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-05 12:35:23 +0000 |
commit | 8751bc0197dcc99a4b449c80f782de8146acbc1c (patch) | |
tree | d026c7b904745166388afe6736364ed272c7b506 /www/mod_roaming/pkg-message | |
parent | bed0739f29b8534404a75b341ea19fc4288e2ef1 (diff) | |
download | ports-8751bc0197dcc99a4b449c80f782de8146acbc1c.tar.gz ports-8751bc0197dcc99a4b449c80f782de8146acbc1c.zip |
Notes
Diffstat (limited to 'www/mod_roaming/pkg-message')
-rw-r--r-- | www/mod_roaming/pkg-message | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/www/mod_roaming/pkg-message b/www/mod_roaming/pkg-message index c1d3bf270a09..c700b771f874 100644 --- a/www/mod_roaming/pkg-message +++ b/www/mod_roaming/pkg-message @@ -1,13 +1,15 @@ ************************************************************ -Please edit your apache.conf or httpd.conf to enable and -setup this module, and you might also need to create an -htpasswd file, if you introduce basic authentication. +Please edit your Apache configuration file to enable and set +up this module. You may also need to create an htpasswd +file if you are going to use basic authentication. -You can always refer to the useful documents held in -${PREFIX}/share/doc/mod_roaming/, where ${PREFIX} is -typically /usr/local. +Look at the file ${PREFIX}/etc/apache/httpd.conf.mod_roaming +and the documents held in ${PREFIX}/share/doc/mod_roaming/ +for indications on what to do. -When it's done, do the following to take effect: +(${PREFIX} is typically /usr/local) + +When it's all set up, do the following to take effect: apachectl configtest (and correct any errors reported) apachectl restart |