Alexey Morsov пишет:
> On Mon, Jan 14, 2008 at 10:25:33PM +0200, [EMAIL PROTECTED] wrote:
>> Не могу подружить апач с перлом. все модули стоят. а всеравно показывает
>> исходы в браузер.
>>
>> # cat vhost.conf
>> <VirtualHost *:80>
>> ServerAdmin [EMAIL PROTECTED]
>> ServerName bugzilla:80
>> DocumentRoot "/usr/httpd/bugzilla/www"
>> <Directory />
>> #Options +ExecCGI FollowSymLinks
>> #AllowOverride All
>> #DirectoryIndex index.cgi
>> #Order allow,deny
>> #Allow from all
>> Include conf/extra-available/Directory_root_default.conf
>> </Directory>
>> <Directory "/usr/httpd/bugzilla/www">
> SetHandler cgi-script
Добавил
кроме Object not found! ничего не добился.
Apache/2.2.6 (Unix) PHP5/5.2.2 with Suhosin-Patch mod_perl/2.0.3 Perl/v5.8.8
остальные конфиги стандартные...
$ cat vhosts.conf
----------------------------------------------------------------------------------
AddHandler cgi-script .cgi
Include /usr/httpd/localhost/*.conf
Include /usr/httpd/phpmyadmin/*.conf
Include /usr/httpd/bugzilla/*.conf
$ cat bugzilla/vhost.conf
----------------------------------------------------------------------------------
<VirtualHost *:80>
ServerAdmin [EMAIL PROTECTED]
ServerName bugzilla:80
DocumentRoot "/usr/httpd/bugzilla/www"
<Directory />
Include conf/extra-available/Directory_root_default.conf
</Directory>
<Directory "/usr/httpd/bugzilla/www">
SetHandler cgi-script
Options +ExecCGI FollowSymLinks
AllowOverride All
DirectoryIndex index.cgi
Order allow,deny
</Directory>
ErrorLog /usr/httpd/bugzilla/error_log
LogLevel warn
<IfModule log_config_module>
CustomLog /usr/httpd/bugzilla/access_log common
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ "/usr/httpd/bugzilla/www/"
</IfModule>
<Directory "/usr/httpd/bugzilla/www">
Include conf/extra-available/Directory_cgibin_default.conf
</Directory>
</VirtualHost>
begin:vcard
fn;quoted-printable:=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9 =D0=9A=D1=83=D0=BB=D0=B8=D0=BA=
n;quoted-printable;quoted-printable:=D0=9A=D1=83=D0=BB=D0=B8=D0=BA;=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9
email;internet:[EMAIL PROTECTED]
x-mozilla-html:FALSE
version:2.1
end:vcard
_______________________________________________
Sysadmins mailing list
[email protected]
https://lists.altlinux.org/mailman/listinfo/sysadmins