To configure XCache, edit /usr/local/conf/php5.sample/xcache.ini.
To enable the module, create a symbolic link to that file from
/usr/local/conf/php5/xcache.ini:

ln -fs /usr/local/conf/php5.sample/xcache.ini \
        /usr/local/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.
