3d82dc899d
- tell people to use /etc/rc.d/httpd restart not apachectl stop / start - remind people to enable mod_perl - zap blank line
18 lines
702 B
Plaintext
18 lines
702 B
Plaintext
$OpenBSD: README,v 1.5 2012/05/17 23:13:52 sthen Exp $
|
|
|
|
+-----------------------------------------------------------------------
|
|
| Running ${FULLPKGNAME} on OpenBSD
|
|
+-----------------------------------------------------------------------
|
|
|
|
To configure OpenBSD's base httpd for rackmonkey, ensure that
|
|
you have enabled mod_perl, and create a symbolic link from
|
|
${PREFIX}/conf/modules.sample/httpd-rackmonkey.conf
|
|
to ${PREFIX}/conf/modules/httpd-rackmonkey.conf:
|
|
|
|
# mod_perl-enable
|
|
# ln -s ../modules.sample/httpd-rackmonkey.conf ${PREFIX}/conf/modules
|
|
# /etc/rc.d/httpd restart
|
|
|
|
See ${PREFIX}/rackmonkey/doc/install.txt for more information which
|
|
has been adapted to be relevant to OpenBSD.
|