mod_cgi #

Nach einer normalen Installation von Apache2 und ruby, python und perl kann man das CGI Modul einfach konfigurieren.

Ziel ist es alle Dateien mit der Endung rb (ruby), pl (perl), py (python) und sh (shell) als Ausgabescript zu nutzen. Folgende Konfiguration genügt.

<IfModule mod_cgi.c>
 AddHandler cgi-script .cgi .py .rb .pl .sh
 <Files ~ "\.(rb|py|pl|sh|php)$">
   Options +ExecCGI
 </Files>
</IfModule>

Tags:  Apache, Tomcat

Add new attachment

Only authorized users are allowed to upload new attachments.
« This page (revision-3) was last changed on 23-Feb-2009 23:03 by JensKapitza