in reply to Re: Apache::Registry
in thread Apache::Registry with CPanel

I dont really want it to affect all scripts on the server. So if the first line of the httpconfig bit is only my directory it will be ok?

Replies are listed 'Best First'.
Re: Re: Re: Apache::Registry
by grantm (Parson) on Dec 18, 2002 at 10:04 UTC

    It won't affect all scripts on your server, but it will affect all scripts in /perl. The reason is that your <Location> directive associates Apache::Registry with /perl.

Re: Re: Re: Apache::Registry
by rdfield (Priest) on Dec 18, 2002 at 10:01 UTC
    Yes.

    rdfield