Kates Gasis wrote:
> Hello Perl world.
> 
> I'm using ActiveState Perl 5.6.1 and Apache 1.3.27. Everything used
> to work fine until I installed mod_perl. Now my perl scripts doesn't
> work anymore. Whenever I access my scripts, my browser is giving me
> an option to save or open the file. If I choose open, the script will
> run in the cmd window and not in the browser.

This is almost certainly due to an httpd.conf problem.

> I followed the
> instructions in the http://perl.apache.org about mod_perl. Funny but
> my php scripts are still working.      
> 
> One more thing, when I use again my original copy of httpd.conf, the
> problem persist. 

This makes me suspect that the installation of mod_perl caused a new
http.conf to be written and that is what is being used instead of the one
you are modifying.

How exactly are you starting the mod_perl-enabled Apache? Does the shortcut
or whatever use -f to specify a config file? Can you post that file?

> 
> I hope you guys can show me the light on this matter.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to