Hello All,
Есть скрипт test.pl
В адресной строке запрос выглядит:
http://server.ru/cgi-bin/catalog/catalog2/scripttest.pl?12345
В httpd.conf прописано:
ScriptAlias /test /usr/local/apache/share/cgi-bin/test.pl
Получим:
http://server.ru/test?12345
Все работает.
Но хочется большего, хочется что бы это выглядело:
http://server.ru/test/12345
Была попытка прописать:
ScriptAlias /test/ /usr/local/apache/share/cgi-bin/test.pl?
Однако сервер выдает ошибку:
script not found or unable to stat: /usr/local/apache/share/cgi-bin/test.pl?12345
Сервер Apache 1.3.4 rus PL28.10
Может быть кто подскажет - как это лечится?
Best regards,Oleg mailto:ilin@xxxxxxxx
=============================================================================
= 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.