---- Wiadomość Oryginalna ----
Od: Rafal <rafaelb@interia.pl>
Do: slacklist@slackware.com.pl
Data: Thu, 19 Jun 2003 16:15:31 +0200
Temat: [slacklist] CGI i Apache
>
>Jak uruchodzmi dzialanie skryptow na Apachu pod = Slackiem 8 ?
>
>Rafal
>
>Pod dyrektywa ScriptAlias /cgi-bin/ =
"/var/www/cgi-bin/" w pliku
/etc/apache/httd.conf umiesc to co jes nizej lu =
#
# "/var/www/cgi-bin" = should be changed to whatever your
# CGI directory exists, if you have = that configured.
#
<Directory = "/var/www/cgi-bin">
= AllowOverride None
Options = ExecCGI
Order = allow,deny
Allow from = all
</Directory>