This commit is contained in:
robert 2011-07-08 18:26:05 +00:00
parent c944cab818
commit ba616abd32
2 changed files with 0 additions and 19 deletions

View File

@ -1,10 +0,0 @@
You can enable this module by creating a symbolic
link from ${PREFIX}/conf/php5.sample/rar.ini to
${PREFIX}/conf/php5/rar.ini.
ln -fs ${PREFIX}/conf/php5.sample/rar.ini \
${PREFIX}/conf/php5/rar.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.

View File

@ -1,9 +0,0 @@
You can disable this module by removing the
${PREFIX}/conf/php5/rar.ini symbolic link by
issuing the following command:
rm -f ${PREFIX}/conf/php5/rar.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.