summaryrefslogtreecommitdiff
path: root/www/mod_ruby/pkg-message
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-03-05 12:35:23 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-03-05 12:35:23 +0000
commit8751bc0197dcc99a4b449c80f782de8146acbc1c (patch)
treed026c7b904745166388afe6736364ed272c7b506 /www/mod_ruby/pkg-message
parentFix name of xforms library (xforms.0 -> forms.0). (diff)
Bentofy. Show some instruction and point at the example file and the
documents instead of directly modifying httpd.conf by apxs -A.
Notes
Notes: svn path=/head/; revision=39088
Diffstat (limited to 'www/mod_ruby/pkg-message')
-rw-r--r--www/mod_ruby/pkg-message15
1 files changed, 8 insertions, 7 deletions
diff --git a/www/mod_ruby/pkg-message b/www/mod_ruby/pkg-message
index a1b41cc59905..2d68bd0cfa7c 100644
--- a/www/mod_ruby/pkg-message
+++ b/www/mod_ruby/pkg-message
@@ -1,13 +1,14 @@
************************************************************
-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 can always refer to the useful documents held in
-${PREFIX}/share/doc/ruby/mod_ruby/, where ${PREFIX} is
-typically /usr/local.
+Look at the file ${PREFIX}/etc/apache/httpd.conf.mod_ruby
+and the documents held in ${PREFIX}/share/doc/ruby/mod_ruby/
+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