ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: JoyLink <dicom@mail.ru>
To: "Владимир Гусев" <community@altlinux.ru>
Subject: Re[4]: [Comm] lightsquid
Date: Tue, 26 Apr 2005 15:02:33 +0400
Message-ID: <227484863.20050426150233@mail.ru> (raw)
In-Reply-To: <op.spt5m7zlglg102@post.cnt.ru>

Здравствуйте, Владимир.

Вы писали 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




  parent reply	other threads:[~2005-04-26 11:02 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-26  9:33 Владимир Гусев
2005-04-26 10:14 ` JoyLink
2005-04-26 10:21   ` Владимир Гусев
2005-04-26 10:32     ` Re[2]: " JoyLink
2005-04-26 10:48       ` Владимир Гусев
2005-04-26 10:54         ` Slava Dubrovskiy
2005-04-26 11:42           ` Владимир Гусев
2005-04-26 11:54             ` Slava Dubrovskiy
2005-04-26 12:01               ` Re[2]: " JoyLink
2005-04-26 12:08                 ` Slava Dubrovskiy
2005-04-26 12:28                   ` Re[2]: " JoyLink
2005-04-26 13:24                 ` Владимир Гусев
2005-04-27 11:59                   ` Владимир Гусев
2005-04-27 12:25                     ` Re[4]: " JoyLink
2005-04-27 12:46                     ` Slava Dubrovskiy
2005-04-27 13:20                       ` Владимир Гусев
2005-04-26 12:43               ` Владимир Гусев
2005-05-06  9:32             ` Re[2]: " Беляев Владимир Николаевич
2005-05-06  9:37               ` Re[3]: " Беляев Владимир Николаевич
2005-05-06  9:48               ` Slava Dubrovskiy
2005-05-06 10:22                 ` Re[2]: " Беляев Владимир Николаевич
2005-05-06 15:29                   ` Владимир Гусев
2005-04-26 11:02         ` JoyLink [this message]
2005-04-26 11:17           ` Slava Dubrovskiy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=227484863.20050426150233@mail.ru \
    --to=dicom@mail.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git