diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-07-22 03:10:13 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-07-22 03:10:13 +0000 |
commit | 9c6ec03185a456fcc34f77adc4ec60ab8f470878 (patch) | |
tree | c056d8c88dd6aabe49f0282b25903b2d82b2ec83 /www/mod_layout | |
parent | 17e239502dccef7d3497477ac37c0ac66b560add (diff) | |
download | ports-9c6ec03185a456fcc34f77adc4ec60ab8f470878.tar.gz ports-9c6ec03185a456fcc34f77adc4ec60ab8f470878.zip |
Notes
Diffstat (limited to 'www/mod_layout')
-rw-r--r-- | www/mod_layout/pkg-message | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/mod_layout/pkg-message b/www/mod_layout/pkg-message new file mode 100644 index 000000000000..332e936946e1 --- /dev/null +++ b/www/mod_layout/pkg-message @@ -0,0 +1,12 @@ + +----------------------------------------------------------------- +You have installed mod_layout, a module that can automatically +prepend/append HTML pages served. To enable this module, edit +${PREFIX}/etc/apache/httpd.conf and look for the line: + +#LoadModule layout_module libexec/apache/mod_layout.so + +Remove the hash mark from the beginning of the line and run +${PREFIX}/sbin/apachectl restart to enable this module. Please +see ${PREFIX}/share/doc/mod_layout for more details. +----------------------------------------------------------------- |