2008-03-23 17:36:20 -04:00
|
|
|
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:
|
2007-07-23 14:57:07 -04:00
|
|
|
|
2008-03-23 17:36:20 -04:00
|
|
|
ln -fs ${PREFIX}/conf/php5.sample/xcache.ini \
|
|
|
|
${PREFIX}/conf/php5/xcache.ini
|
2007-07-23 14:57:07 -04:00
|
|
|
|
|
|
|
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.
|