[analog-help] Mixing FILEEXCLUDES and FILEINCLUDES with anlgform.pl

2002-10-30 Thread analog-help
Hi, First off, many thanks to the analog development (team? person?) for a very useful tool. I'm running analog 5.24 under freebsd 4.6.2. I have a very straightforward requirement but I can't seem to get analog to do what I want. We have a number of private pages and directories that we don't

Re: [analog-help] Mixing FILEEXCLUDES and FILEINCLUDES with anlgform.pl

2002-10-30 Thread analog-help
Rich Winkel [EMAIL PROTECTED] wrote: FILEINCLUDE /~secret/ FILEEXCLUDE /~secret/* ??? Why are you using FILEINCLUDE at all? If you want to EXCLUDE /~secret, just use FILEEXCLUDE /~secret/* Unfortunately this cfg prevents printing out the overall site (minus ~secret). Also, if someone

Re: [analog-help] Mixing FILEEXCLUDES and FILEINCLUDES with anlgform.pl

2002-10-30 Thread analog-help
According to Aengus: Rich Winkel [EMAIL PROTECTED] wrote: FILEINCLUDE /~secret/ FILEEXCLUDE /~secret/* ??? Why are you using FILEINCLUDE at all? If you want to EXCLUDE /~secret, just use FILEEXCLUDE /~secret/* If I do that and don't specify any includes or excludes in anlgform.pl,

Re: [analog-help] Mixing FILEEXCLUDES and FILEINCLUDES with anlgform.pl

2002-10-30 Thread analog-help
Rich Winkel ([EMAIL PROTECTED]; Wednesday, October 30, 2002 1:13 PM): If I do that and don't specify any includes or excludes in anlgform.pl, then analog hangs. It just goes to sleep and never wakes up. I've also overriden the DNS NONE line in anlgform.pl, and set it to DNS WRITE. It's

Re: [analog-help] Mixing FILEEXCLUDES and FILEINCLUDES with anlgform.pl

2002-10-30 Thread analog-help
According to Jeremy Wadsack: It's not sleeping or hanging it's doing DNS lookups. That's why the DNS NONE is in anlgform.pl. You can't do DNS lookups in real time. You should use a third-party DNS tool (see http://analog.cx/helpers/) to do lookups and have Analog only read the values. DOH!!!

Re: [analog-help] Mixing FILEEXCLUDES and FILEINCLUDES with anlgform.pl

2002-10-30 Thread analog-help
Rich Winkel [EMAIL PROTECTED] wrote: I've also overriden the DNS NONE line in anlgform.pl, and set it to DNS WRITE. There's your problem. Never do DNS WRITE from the form. Analogs DNS lookups are slow, and will invariably cause anlgform.pl to time out. Aengus

Re: [analog-help] Mixing FILEEXCLUDES and FILEINCLUDES with anlgform.pl

2002-10-30 Thread analog-help
According to Jeremy Wadsack: Can you define the problem more clearly? What is it you want the form to do. Obviously you want it to remove certain files (~secret/*) but how should the rest of it function? Sorry, I just want it to exclude certain files regardless of the search criteria entered

Re: [analog-help] Mixing FILEEXCLUDES and FILEINCLUDES with anlgform.pl

2002-10-30 Thread analog-help
Rich Winkel ([EMAIL PROTECTED]; Wednesday, October 30, 2002 5:23 PM): According to Jeremy Wadsack: Can you define the problem more clearly? What is it you want the form to do. Obviously you want it to remove certain files (~secret/*) but how should the rest of it function? Sorry, I just