8a2db59a43
The swish extension is an object oriented PHP interface to the swish-e C library. This can be used to access search indexes from your PHP code avoiding the need to run the swish-e binary for searching.
10 lines
314 B
Plaintext
10 lines
314 B
Plaintext
You can disable this module by removing the
|
|
${PREFIX}/conf/php5/swish.ini symbolic link by
|
|
issuing the following command:
|
|
|
|
rm -f ${PREFIX}/conf/php5/swish.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.
|