Thread Perl und Mac OS X 10.5 (5 answers)
Opened by Lightman at 2009-02-14 21:23

Lightman
 2009-02-15 15:11
#118880 #118880
User since
2007-01-31
57 Artikel
BenutzerIn
[default_avatar]
@scriptor: Daran habe ich ja gar nicht mehr gedacht. *handandiestirnklatsch* Jetzt klappt es. Danke!

Lösung:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
# "/Library/WebServer/CGI-Executables" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "/Users/*/Sites/cgi-bin">
AllowOverride All
Options Includes +ExecCGI
Order allow,deny
Allow from all
</Directory>

AddHandler cgi-script .cgi

View full thread Perl und Mac OS X 10.5