[Comm] lightsquid
JoyLink
=?iso-8859-1?q?dicom_=CE=C1_mail=2Eru?=
Вт Апр 26 15:02:33 MSD 2005
Здравствуйте, Владимир.
Вы писали 26 апреля 2005 г., 14:48:33:
>>> Очень рад, что писали в httpd.conf по поводу директории lightsquid ?
>>
>>
>> Vhosts.conf
>>
>> <VirtualHost a.b.c.d>
>> [skip]
>> DocumentRoot /var/www/html/lightsquid
>> <Directory "/var/www/html/lightsquid">
>> Options Includes FollowSymLinks MultiViews ExecCGI
>> <IfModule mod_dir.c>
>> DirectoryIndex index.html index.htm index.shtml
>> index.cgi Default.htm default.htm index.php index.php3 index.php4
>> index.rbx
>> </IfModule>
>> AllowOverride All
>> Order deny,allow
>> Deny from all
>> Allow from 127.0.0.1 192.168
>> AddHandler cgi-script .cgi
>> </Directory>
>> </VirtualHost>
>>
> И снова то же самое:
> Forbidden
> You don't have permission to access /lightsquid/index.cgi on this server.
> Apache/1.3.31 Server at www.moscow.postshop.ru Port 80
> Права на директории и файлы root и группа webmaster, открыты на чтение, запуск...
Чесслово, я больше ничего не делал :)
1. Extract lightsquid.tgz into any folder
cd /var/www/htdocs/
mkdir lightsquid
cd lightsquid
tar -xzf lightsquid.tgz
chmod +x *.cgi
chmod +x *.pl
chown -R apache:apache *
(where apache = httpd user)
2. Configure your Apache server to allow override control
if disable gloabal override is defined in httpd.conf;
<Directory "/var/www/html/lightsquid">
AddHandler cgi-script .cgi
AllowOverride All
</Directory>
Restart apache
--
JoyLink
Подробная информация о списке рассылки community