Hi there:
We have a crontab procedure re-rewalking our site every night at midnight. Twice I have succesfully gotten gw to pick up .shtml pages by using: bin/gw fshtml, but upon checking up the next day, I find that the rewalk must have messed things up as the .shtml pages were no longer being picked up in a search.
Here is the batch file we run at 12:00 am:
# index-apu.bat invoked via crontab
# Change dir to webinator:
cd /www/httpd/html/webinator
# rewalk globalDB maintaining options from initial walk
bin/gw -rewalk -dglobalDB
# Domains included in globalDB:
# List of domains here
# Change owner,group,mode of globalDB after rewalk:
chown nobody globalDB
chgrp nobody globalDB
chmod 775 globalDB
# Change mode of all tables in globalDB:
chmod -R 666 /www/httpd/html/webinator/globalDB
Using -rewalk is supposed to maintain all options and sites/domains from the initial manual walk, yet this doesn't seem to be the case.
Does anyone know what's happening?
We use webinator V2.55 on RedHat 6.1
Thanks for any pointers!
Russ
We have a crontab procedure re-rewalking our site every night at midnight. Twice I have succesfully gotten gw to pick up .shtml pages by using: bin/gw fshtml, but upon checking up the next day, I find that the rewalk must have messed things up as the .shtml pages were no longer being picked up in a search.
Here is the batch file we run at 12:00 am:
# index-apu.bat invoked via crontab
# Change dir to webinator:
cd /www/httpd/html/webinator
# rewalk globalDB maintaining options from initial walk
bin/gw -rewalk -dglobalDB
# Domains included in globalDB:
# List of domains here
# Change owner,group,mode of globalDB after rewalk:
chown nobody globalDB
chgrp nobody globalDB
chmod 775 globalDB
# Change mode of all tables in globalDB:
chmod -R 666 /www/httpd/html/webinator/globalDB
Using -rewalk is supposed to maintain all options and sites/domains from the initial manual walk, yet this doesn't seem to be the case.
Does anyone know what's happening?
We use webinator V2.55 on RedHat 6.1
Thanks for any pointers!
Russ