привёл всё вот к такому виду
LoadModule lcgi_module modules/mod_lcgi.nlm
<IfModule mod_lcgi.c>
AddHandler lcgi-script .nlm .pl
LCGIModuleMap sys:/apache/cgi-bin/lcgi/cgi2perl.nlm .pl /perl
AddEnvVar PERL_ROOT sys:/apache/cgi-bin
ScriptAlias /cgi-bin/ "sys:/apache/cgi-bin/"
<Directory "sys:/apache/cgi-bin/">
AllowOverride Options
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
</IfModule>
но теперь при обращении
http://name_server/cgi-bin/script.pl
выползает сообщение "Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@ and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
"
в логах пишет:
[Wed Mar 31 16:10:20 2004] [error] [client 192.168.1.10] File does not exist: sys:/apache/cgi-bin/script.pl
здесь я вошёл в ступор, что дальше делать не знаю, ПОДСКАЖИТЕ !!!