openbsd-ports/www/xcache/pkg/MESSAGE
sthen c109ae4c1c from Brad:
- Maintenance update of XCache, also tested by myself.

from me:
- adjust for /var/www/conf/php5 symlinks
- add re2c as BUILD_DEPENDS, configure picks it up if installed
ok brad@ (maintainer)
2008-03-23 21:36:20 +00:00

11 lines
401 B
Plaintext

To configure XCache, edit ${PREFIX}/conf/php5.sample/xcache.ini.
To enable the module, create a symbolic link to that file from
${PREFIX}/conf/php5/xcache.ini:
ln -fs ${PREFIX}/conf/php5.sample/xcache.ini \
${PREFIX}/conf/php5/xcache.ini
If you already have Apache running on your machine,
you should not use "apachectl restart" - instead,
you should fully stop and then restart the server.