Re: Authentication using NIS

2001-05-15 Thread sterling
On 15 May 2001, qazi Ahmed wrote: > Hi Gurus.. > I have got modperl installed on my system. > When i check the error_log file, it shows that apache_1.3.19 installed mod_perl-1.25 >installed. > Now in httpd.conf i write the > > > PerlRequire /../../../../startup.pl > do you mean ? or do you

Re: Authentication using NIS

2001-05-15 Thread G.W. Haywood
Hi there, On 15 May 2001, qazi Ahmed wrote: > Now in httpd.conf i write the > > > PerlRequire /../../../../startup.pl That's a strange way to specify a directory... 73, Ged.

Re: Authentication using NIS

2001-05-15 Thread Rod Butcher
I seem to remember having a similar problem with Apache::ASP and index.html (i.e. the default page) when I accessed the site as http://xyz.com/ until I replaced with to specify pages to be processed by the handler. Do other pages get processed correctly ? At the time this seemed to me to be a bu