Re: CGI and Apache

2000-01-26 Thread Reiner Rusch
> On Mon, 24 Jan 2000, Reiner Rusch wrote: >> Does anybody know, how to tell apache to start cgi (perl) in any >> directory? > In httpd.conf, add > AddHandler cgi-script .pl > or, better yet, use mod_perl and add > AddHandler perl-script .pl > PerlHandler Apache::Registry > PerlSendHeader On

Re: CGI and Apache

2000-01-24 Thread Bernhard Rosenkraenzer
On Mon, 24 Jan 2000, Reiner Rusch wrote: > Does anybody know, how to tell apache to start cgi (perl) in any directory? In httpd.conf, add AddHandler cgi-script .pl or, better yet, use mod_perl and add AddHandler perl-script .pl PerlHandler Apache::Registry PerlSendHeader On You'll also have

CGI and Apache

2000-01-24 Thread Reiner Rusch
Does anybody know, how to tell apache to start cgi (perl) in any directory? Under linuxconf there is a point to tell it a script-alias (for example: /cgi-bin/ /home/httpd/cgi-bin/)! But I want apache to start my script in any directory. But how? Reiner -- To unsubscribe: mail [EMAIL PROTECTED]