Thread cgi-bin einrichten: aber wo? (13 answers)
Opened by vayu at 2006-09-07 01:41

renee
 2006-09-07 11:32
#30216 #30216
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Dann musst Du bei Deinem VHost so etwas in der Art eintragen:

Code: (dl )
1
2
3
4
   Alias /cgi-bin/ /usr/local/apache/cgi-bin/
<Directory "/usr/local/apache/cgi-bin/">
SetHandler cgi-script .pl .cgi
</Directory>
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread cgi-bin einrichten: aber wo?