On 17 Aug 2001 09:54:27 -0500, Andy Laurence wrote: > > Are your script files set as executable by the web server process? ls > > -al an example for the list to look at. Also your /etc/resolv.conf > > might give us a clue as per the DNS thing you're mentioning. > > all scripts are -rwxrwxrwx and resolv.conf reads: > > search logistics > nameserver 195.188.32.33 > nameserver 195.188.32.18 > nameserver 212.57.232.5 > > Thos nameserver entries are correct as every other machine on the network > uses them.
What do relevant portions of access.conf and httpd.conf have to say about cgi-bin? cgi_module is set to be loaded in httpd.conf? Ok. What machine is responsible for running the logistics DNS. Which machine will properly respond to a lookup on XXXXX.logistics? I have my machine at home set to be a DNS for a similar setup and it works flawlessly. --mike