People, HELP!
I have some trouble with indexing from local file system.
My config file have follow lines:
Allow *.html */
Disallow *

Alias http://some_host/ file:/some_path/
Server http://some_host/

When I said:
indexer -a -v 5, it output something like this:
...
Indexer[2363]: [1] Alias: 'file:/some_path/path/'
Indexer[2363]: [1] HTTP/1.0 200 OK
Indexer[2363]: [1] text/html
Indexer[2363]: [1] HTTP/1.0 200 OK text/html 451
Indexer[2363]: [1] "./": Allow NoCase  */
Indexer[2363]: [1] "../": Allow NoCase  */
Indexer[2363]: [1] "file.html": Disallow NoCase  *
Indexer[2363]: [1] "file.html": Allow NoCase  *.html
...
Indexer[2363]: [1] http://some_host/path/file.html
Indexer[2363]: [1] Server 'http://some_host/'
Indexer[2363]: [1] Allow NoCase  *.html
Indexer[2363]: [1] Alias: 'file:/some_path/path/file.html'
Indexer[2363]: [1] HTTP/1.0 200 OK
Indexer[2363]: [1] text/html
Indexer[2363]: [1] Last-Modified: Tue, 28 Nov 2000 23:11:00 GMT
Indexer[2363]: [1] HTTP/1.0 200 OK text/html 35
Indexer[2363]: [1] Duplicate Document with #1718
...

If I cut "*/" from "Allow *.html */", it wouldn`t index anything.
QUESTION:
How I can index content of the files from local file system, which generated by Apache?

--
Kachalov Anton
[EMAIL PROTECTED]
http://lrn.ru/ LRN Dev Team
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to