On Thu, Sep 16, 1999 at 01:34:56PM +0400, Michael_Lebedev wrote:
> Господа!
> Об'ясните чайнику (популярно) как добиться работы mod_perl в Apache
> через Apache::Registry
> Вроде все сделал по доке и FAQ смотрел...
> хочу исполнения скриптов в разных директориях (без выделения специальной)
> mod_perl встроен через APXS
> в http.conf
>
> <Files ~ "\.pl$">
> SetHandler perl-script
> PerlHandler Apache::Registry
> Options +ExecCGI
> </Files>
У меня на apache.lexa.ru используется такая вот конструкция:
<IfModule mod_perl.c>
PerlSendHeader On
AddHandler perl-script .cgi
PerlHandler Apache::Registry
</IfModule>
Работает :). При этом Options - All.
Alex
=============================================================================
= 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.