Author: Zenon Panoussis
Email: [EMAIL PROTECTED]
Message:
> if in indexer.conf I set
> Server http://localhost/
> then run indexer, it adds every file in /usr/local/www/htdocs (where
> my html doc's are held)
> but if I change indexer.conf to
> Server http://www.linuxforlesbians.org/
> it only adds robots.txt (which isnt a file in the htdocs dir) and thats it.
Well, the obvious first questions are: does www.linuxforlesbians.org
resolve properly to localhost? Is there any limitation in httpd.conf
that could cause this? Try lynx http://www.linuxforlesbians.org/
from the machine where indexer is running and see what you get.
The easy workaround is
Alias http://www.linuxforlesbians.org/ file:/full_path_to/domain_files/
Server http://www.linuxforlesbians.org/
This will index from the local file system but put the correct
URL in the index. Note that there's only one slash in file:/whatever
Z
Reply: <http://search.mnogo.ru/board/message.php?id=1460>
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]