Кусочек из httpd.conf:
ScriptAlias /cgi-bin/ "/home/alexrat/public_html/cgi-bin/"
ScriptAlias /vrchance/"/home/alexrat/public_html/cgi-bin/"
#
# "@@ServerRoot@@/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "/home/alexrat/public_html/cgi-bin">
AllowOverride All
Options None
# Options ExecCGI
Order allow,deny
Allow from all
</Directory>
Теперь вопрос:
Почему скрипты из /cgi-bin/ нормально пускаются, а из
/vrchance/cgi-bin/ выдаются аки текстовые файлы ???
С уважением, Alex S.S. Rat.
=============================================================================
= Apache-Talk@xxxxxxxxxxxxx mailing list =
Mail "unsubscribe apache-talk" to majordomo@xxxxxxxxxxxxx if you want to quit.
= Archive avaliable at http://www.lexa.ru/apache-talk =
"Russian Apache" includes software developed
by the Apache Group for use in the Apache HTTP server project
(http://www.apache.org/) See
Apache LICENSE.
Copyright (C) 1995-2001 The Apache Group. All rights reserved.
Copyright (C) 1996 Dm. Kryukov; Copyright (C)
1997-2009 Alex Tutubalin. Design (C) 1998 Max Smolev.