Loading Index.pl as the Root File

2001-04-23 Thread Al Morgan
I've been studying Slash to better understand mod_perl. I think I understand everything that happens in the config file, except for this: SetHandler "perl-script" PerlHandler Slash::Host::slashcode::rootHandler Apparently, whenever the user reqests the root document (normally

Re: Loading Index.pl as the Root File

2001-04-23 Thread Aaron Johnson
Al Morgan wrote: > I've been studying Slash to better understand mod_perl. I think I > understand everything that happens in the config file, except for this: > > > SetHandler "perl-script" > PerlHandler Slash::Host::slashcode::rootHandler > > > Apparently, whenever the user r

Re: Loading Index.pl as the Root File

2001-04-23 Thread G.W. Haywood
Hi there, On Mon, 23 Apr 2001, Al Morgan wrote: > > SetHandler "perl-script" > PerlHandler Slash::Host::slashcode::rootHandler > > > question is: What does the ~ "^/$" mean? It's a match expression. It means match (the tilde character means match) a line containing a string

Re: Loading Index.pl as the Root File

2001-04-23 Thread Per Einar
- Original Message - From: "Al Morgan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 23, 2001 10:11 PM Subject: Loading Index.pl as the Root File > I've been studying Slash to better understand mod_perl. I think I > understand ever

Re: Loading Index.pl as the Root File

2001-04-23 Thread Jeffrey W. Baker
On Mon, 23 Apr 2001, Al Morgan wrote: > I've been studying Slash to better understand mod_perl. I think I > understand everything that happens in the config file, except for this: That is probably the single worst way to learn about mod_perl. Slash is the only program that makes me physicall

Re: Loading Index.pl as the Root File

2001-04-23 Thread Dave Hodgkinson
"Jeffrey W. Baker" <[EMAIL PROTECTED]> writes: > On Mon, 23 Apr 2001, Al Morgan wrote: > > > I've been studying Slash to better understand mod_perl. I think I > > understand everything that happens in the config file, except for this: > > That is probably the single worst way to learn about mo