in reply to Re: Re: Re: Re: 500 Internal Server Error - Using ActiveState perl
in thread 500 Internal Server Error - Using ActiveState perl
If you then need to switch to Apache, without changing the shebang line, find the following line in the httpd.conf and ensure it's uncommented:#!/usr/bin/perlis.dll
This will ensure you run the script against the Perl binary referenced in the registry and will ignore the shebang line. I use this to switch between IIS and Apache all the time.ScriptInterpreterSource registry
--
Barbie | Birmingham Perl Mongers | http://birmingham.pm.org/
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Re: 500 Internal Server Error - Using ActiveState perl
by iburrell (Chaplain) on Jan 08, 2004 at 03:39 UTC | |
by barbie (Deacon) on Jan 10, 2004 at 10:10 UTC | |
by Anonymous Monk on Jan 10, 2004 at 11:31 UTC | |
by barbie (Deacon) on Jan 11, 2004 at 01:46 UTC |