this is a good idea.
i had the same one. i thought it would be easy to test out a new release, and
if i could not get things working - change the link back to the old one.
i did have problems which i believe were related to the softlink.
i have since gone back to hardlinks for the apache server directory.
i'd be interested to see if this produces good results in a production
environment.
cliff rayman
genwax.com
"G.W. Haywood" wrote:
> Greetings,
>
> On Thu, 9 Dec 1999, Sakuji Toyama wrote:
>
> > I have compiled mod_perl-1.21 with apache_1.3.9 under Solaris2.5 machine.
> > ...
> > "--prefix=/usr/local/etc/httpd"
>
> I think this is your problem. Something similar happened to me.
>
> Try putting everything in /usr/local/apache_1.3.9
> with a soft link /usr/local/apache -> /usr/local/apache_1.3.9
> and use --prefix=/usr/local/apache
> put mod_perl in /usr/local/mod_perl-1.21
> with a soft link /usr/local/mod_perl -> /usr/local/mod_perl-1.21
>
> Delete the original apache installation and start again with a fresh
> set of files from the distribution.
>
> Please tell me if this works for you.
>
> Kind regards,
> Ged Haywood.