Re: [Lxr-general] Problem installing: "The directory / does not exist"
Brought to you by:
ajlittoz
From: Malcolm B. <mal...@gm...> - 2009-11-03 13:43:49
|
On Tue, Nov 3, 2009 at 11:35 AM, Dr Roessi <drr...@gm...> wrote: > By moving sources from "/home/admin/indexed-src/SW_200936/" to > "/testFolder/SW_200936/" solved most of the problems. That would suggest that /home/admin/indexed-src was not readable by the user that apache is running as. A simple test of this is to configure /home/admin/indexed-src as a normal Apache document directory and see if it can be read. > Currently sources can > be browsed via web interface and identifier search works ok. Good! > Remaining problem is general search. Even if I search text that is included in indexed > files for sure, I get reply "0 files found." and error "Version 'SW_200936' > has not been indexed and is unavailable for searching." Possibly the same problem? Things to check: - Did genxref generate swish-e index files in $swishdir? - Using swish-e from the command line, can you search using the indexes created? - Can the user that apache is running as access those indexes? Malcolm |