RE: baffled by Directory vs. Location problem

2001-02-14 Thread Geoffrey Young
-Original Message- From: Ray Zimmerman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 4:10 PM To: modperl List Subject: baffled by Directory vs. Location problem [snip] When I put the following in my httpd.conf ... Location /hello SetHandler perl-script

RE: baffled by Directory vs. Location problem [SOLVED]

2001-02-14 Thread Ray Zimmerman
Thanks ... I finally figured out what it was ... the path I was using in Directory was not consistent with the one used in DocumentRoot because of the use of symlinks. I fixed that and things are working fine now. Ray

baffled by Directory vs. Location problem

2001-02-13 Thread Ray Zimmerman
I ran into a problem trying to get MysqlTool running under mod_perl using the instructions in the included README, so I've broken down my problem into a simple Hello World script (modified from the one in the Eagle book) that demonstrates the same problem. The problem I'm having is that I can