← Back to team overview

sslug-teknik team mailing list archive

Re: Apache og CGI (perl)

 

Thomas Rokamp wrote:
> 
> Hejsa!
> 
> Hvordan sætter jeg Apache op, så jeg kan afvikle CGI-scripts alle steder
> fra?
> 
> Skidt med sikkerheden... Den er ikke så vigtig lige nu... Jeg skal bare ha'
> det til at virke lige nu...
> 
> Mvh.
> Thomas Rokamp

du skal sætte Options ExecCGI i din httpd.conf

eg. 
<Directory /det_directory_du_vil_enable>
    Options ExecCGI
</Directory>

Det virker fra directory og alle biblioteker ned

/jens


Follow ups

References