Главная страница


ru.unix

 
 - RU.UNIX ----------------------------------------------------------------------
 From : Alexander Chernyh                    2:5020/400     23 May 2006  15:46:22
 To : All
 Subject : mod_poerl2 + apache2
 -------------------------------------------------------------------------------- 
 
 привет всем
 
 собственно поставил связку, однако вместо выполниния скрипта браузер 
 выводит его текст.
 подозреваю дело в вирт конфиге сайта
 <VirtualHost xx.xx.xx.xx:80>
 ServerName xx.xx.xx.xx
 DocumentRoot /usr/home/zmistgc/www
 CustomLog /usr/home/zmistgc/logs/access.log combined
 ErrorLog /usr/home/zmistgc/logs/error.log
 ScriptAlias /cgi-bin/ "/usr/home/zmistgc/cgi-bin/"
 <Directory />
   Options +Includes +MultiViews +Indexes
   DirectoryIndex index.html index.htm
   AddHandler server-parsed .html .htm
   AllowOverride All
 </Directory>
 <Directory "/usr/home/zmistgc/cgi-bin">
   AllowOverride All
   Options +ExecCGI
   Options All
   AddHandler perl-script .pl
 </Directory>
   <IfModule mod_perl.c>
    PerlSendHeader Off
    AddHandler perl-script .cgi .pl
    PerlHandler Apache2::Registry
   </IfModule>
 RewriteEngine on
 
 что в конфиг дописать, чтоб скрипт выполнялся??
 
 alexch
 --- ifmail v.2.15dev5.3
  * Origin: Demos online service (2:5020/400)
 
 

Вернуться к списку тем, сортированных по: возрастание даты  уменьшение даты  тема  автор 

 Тема:    Автор:    Дата:  
 mod_poerl2 + apache2   Alexander Chernyh   23 May 2006 15:46:22 
Архивное /ru.unix/65779a027754.html, оценка 1 из 5, голосов 10
Яндекс.Метрика
Valid HTML 4.01 Transitional