Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Mod Perl Readme

Quote Reply
Mod Perl Readme
<Location /url/to/links/cgi>
SetHandler perl-script
PerlHandler Apache::Registry
PerlSendHeader On
Options +ExecCGI
PerlSendHeader On
</Location>

The bit where it says /url/ to in README.mod_perl is a definite typo isn't it? Should it be /path/to or is that right?
Quote Reply
Post deleted by PaulWilson In reply to
Quote Reply
Re: Mod Perl Readme In reply to
Thank you Paul!
Quote Reply
Re: Mod Perl Readme In reply to
There is a typo, but it's that:

PerlSendHeader On

is there twice, it should only be there once.

The URL is correct. You do not want path, but rather a URL (not with http:// though, only the leading slash).

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Mod Perl Readme In reply to
So for example, something like

/www.gossamer-threads.com/scripts/resources

?

Quote Reply
Re: Mod Perl Readme In reply to
Hi,

No, that would be:

<Location /perl/resources/>

If we are talking about the installation at: http://www.gossamer-threads.com/perl/resources/page.cgi.

The Location directive takes a URL whereas the Directory directive takes a directory.

Cheers,

Alex

--
Gossamer Threads Inc.