On Fri, 2009-01-09 at 18:08 +0100, Günther Kastenfrosch wrote:
> Hi Michael, thanks for your response.
>
> 2009/1/9 Michael Ludwig :
> > What about setting up various Apache instances for your developers?
>
> I can't see that this would help. I cannot even tell the apache server
> root config to
Hi Michael, thanks for your response.
2009/1/9 Michael Ludwig :
> What about setting up various Apache instances for your developers?
I can't see that this would help. I cannot even tell the apache server
root config to run .pl scripts with a given interpreter. I can only
chose between shebang an
Günther Kastenfrosch schrieb:
I would like to set different vhosts to call the _same_ .pl file via
cgi using _different_perl_executables_.
I think in order for this to work, you'd have to pass the name of
your vhost along to the CGI handler, in order to then decide which
interpreter to fire up.
2009/1/9 Eric Covener :
> There's windows specific CGI stuff in the manual you can check to let
> windows deal with the association.
Thanks for your quick responses.
You think about the ScriptInterpreterSource directive set to registry?
This will not solve my problem, because registry is system-w
On Fri, Jan 9, 2009 at 11:18 AM, Günther Kastenfrosch
wrote:
> 2009/1/9 Eric Covener :
>
AddHandler myPerlFile .pl
Action myPerlFile "C:/Perl/bin/perl.exe"
>>
>> Action specifies a URL-path, not a filesystem path
>
> I see.
>
> But do you see any other way to get this work? I surly don't
2009/1/9 Eric Covener :
>>> AddHandler myPerlFile .pl
>>> Action myPerlFile "C:/Perl/bin/perl.exe"
>
> Action specifies a URL-path, not a filesystem path
I see.
But do you see any other way to get this work? I surly don't want to
put perl.exe in cgi-bin directory ;)
Günther
---
On Fri, Jan 9, 2009 at 10:53 AM, Günther Kastenfrosch
wrote:
> Hi guys.
>
> After googleing for hours I realized my problem ist too specific to
> easily find proper solutions on the web. But I'm sure that there's
> someone on this list who could help me if there really is a chance.
>
> So here's w
Hi guys.
After googleing for hours I realized my problem ist too specific to
easily find proper solutions on the web. But I'm sure that there's
someone on this list who could help me if there really is a chance.
So here's what I want to do:
We have an development server with a running apache2.2