Re: default page

2002-05-16 Thread Dzuy Nguyen

Try DirectoryIndex.

adam nelson wrote:

I have a script that needs to be run when some one goes to the site:

www.mysite.com/

it seems like the different ways that I've tried simply run the script
through the normal cgi scenario without using perl-handler.  Am I
missing something obvious with httpd.conf?








RE: default page

2002-05-16 Thread Joe Breeden

or try in the perl.conf

Location /
SetHandler perl-script
PerlHandler My::HandlerPackage
/Location

 -Original Message-
 From: Dzuy Nguyen [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, May 16, 2002 3:12 PM
 To: [EMAIL PROTECTED]
 Subject: Re: default page
 
 
 Try DirectoryIndex.
 
 adam nelson wrote:
 
 I have a script that needs to be run when some one goes to the site:
 
 www.mysite.com/
 
 it seems like the different ways that I've tried simply run 
 the script
 through the normal cgi scenario without using perl-handler.  Am I
 missing something obvious with httpd.conf?