* [Comm] apache DirectoryIndex directive
@ 2005-05-11 9:34 Alexey Morsov
2005-05-11 10:21 ` Grigory Fateyev
0 siblings, 1 reply; 12+ messages in thread
From: Alexey Morsov @ 2005-05-11 9:34 UTC (permalink / raw)
To: ALT Linux Community
Привет,
не могу что-то понять как использовать DirectoryIndex
Мне надо чтобы в папке (пока, потом в корне сайта) индексом был не
index.html а somescript.cgi
По доке судя препятствий к этому нет
пишу такое
ScriptAlias /devel /home/morsov/devel/pietool/
<Directory /home/morsov/devel/pietool/>
Options +FollowSymlinks
DirectoryIndex pietool
</Directory>
В итоге forbidden :)
По пряому вызову скрипт pietool отрабатывает нормально
Куда копнуть?
--
Всего наилучшего,
Системный Администратор ЗАО "ИК "РИКОМ-ТРАСТ"
Алексей Морсов
ICQ: 196766290
Jabber: Samurai@jabber.pibhe.com
http://www.ricom.ru
http://www.fondmarket.ru
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] apache DirectoryIndex directive
2005-05-11 9:34 [Comm] apache DirectoryIndex directive Alexey Morsov
@ 2005-05-11 10:21 ` Grigory Fateyev
2005-05-11 11:23 ` Alexey Morsov
0 siblings, 1 reply; 12+ messages in thread
From: Grigory Fateyev @ 2005-05-11 10:21 UTC (permalink / raw)
To: community
On Wed, 11 May 2005 13:34:57 +0400 Alexey Morsov wrote:
> Привет,
>
> не могу что-то понять как использовать DirectoryIndex
>
> Мне надо чтобы в папке (пока, потом в корне сайта) индексом был не
> index.html а somescript.cgi
> По доке судя препятствий к этому нет
>
> пишу такое
>
> ScriptAlias /devel /home/morsov/devel/pietool/
>
> <Directory /home/morsov/devel/pietool/>
> Options +FollowSymlinks
> DirectoryIndex pietool
DirectoryIndex somescript.cgi
> </Directory>
>
>
> В итоге forbidden :)
> По пряому вызову скрипт pietool отрабатывает нормально
>
> Куда копнуть?
--
Всего наилучшего!
greg_[at]_anastasia_[dot]_ru Григорий.
http://counter.li.org/ registered Linux user #389407
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] apache DirectoryIndex directive
2005-05-11 10:21 ` Grigory Fateyev
@ 2005-05-11 11:23 ` Alexey Morsov
2005-05-11 11:25 ` Michael Isachenkov
2005-05-11 11:36 ` Дмитриев Михаил Николаевич
0 siblings, 2 replies; 12+ messages in thread
From: Alexey Morsov @ 2005-05-11 11:23 UTC (permalink / raw)
To: community
Grigory Fateyev wrote:
> On Wed, 11 May 2005 13:34:57 +0400 Alexey Morsov wrote:
>
>
>>Привет,
>>
>>не могу что-то понять как использовать DirectoryIndex
>>
>>Мне надо чтобы в папке (пока, потом в корне сайта) индексом был не
>>index.html а somescript.cgi
>>По доке судя препятствий к этому нет
>>
>>пишу такое
>>
>>ScriptAlias /devel /home/morsov/devel/pietool/
>>
>><Directory /home/morsov/devel/pietool/>
>> Options +FollowSymlinks
>> DirectoryIndex pietool
>
>
> DirectoryIndex somescript.cgi
У меня скрипт называется pietool
и лежит он в /home/morsov/devel/pietool/ (см. SciptAlias) - или я
странного хочу?
--
Всего наилучшего,
Системный Администратор ЗАО "ИК "РИКОМ-ТРАСТ"
Алексей Морсов
ICQ: 196766290
Jabber: Samurai@jabber.pibhe.com
http://www.ricom.ru
http://www.fondmarket.ru
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] apache DirectoryIndex directive
2005-05-11 11:23 ` Alexey Morsov
@ 2005-05-11 11:25 ` Michael Isachenkov
2005-05-11 11:39 ` Alexey Morsov
2005-05-11 11:36 ` Дмитриев Михаил Николаевич
1 sibling, 1 reply; 12+ messages in thread
From: Michael Isachenkov @ 2005-05-11 11:25 UTC (permalink / raw)
To: community
> У меня скрипт называется pietool
> и лежит он в /home/morsov/devel/pietool/ (см. SciptAlias) - или я
> странного хочу?
+ExecCGI, дык. :)
--
Best regards, Michael Isachenkov
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] apache DirectoryIndex directive
2005-05-11 11:25 ` Michael Isachenkov
@ 2005-05-11 11:39 ` Alexey Morsov
2005-05-12 2:53 ` Re[2]: " Беляев Владимир Николаевич
0 siblings, 1 reply; 12+ messages in thread
From: Alexey Morsov @ 2005-05-11 11:39 UTC (permalink / raw)
To: community
Michael Isachenkov wrote:
>>У меня скрипт называется pietool
>>и лежит он в /home/morsov/devel/pietool/ (см. SciptAlias) - или я
>>странного хочу?
>
>
> +ExecCGI, дык. :)
Не катит :(
Может все же я не так прописал?
ScriptAlias /devel /home/morsov/devel/pietool/
<Directory /home/morsov/devel/pietool/>
Options +FollowSymlinks +ExecCGI
DirectoryIndex pietool
</Directory>
--
Всего наилучшего,
Системный Администратор ЗАО "ИК "РИКОМ-ТРАСТ"
Алексей Морсов
ICQ: 196766290
Jabber: Samurai@jabber.pibhe.com
http://www.ricom.ru
http://www.fondmarket.ru
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re[2]: [Comm] apache DirectoryIndex directive
2005-05-11 11:39 ` Alexey Morsov
@ 2005-05-12 2:53 ` Беляев Владимир Николаевич
2005-05-12 7:07 ` Alexey Morsov
0 siblings, 1 reply; 12+ messages in thread
From: Беляев Владимир Николаевич @ 2005-05-12 2:53 UTC (permalink / raw)
To: Alexey Morsov
Hello Alexey,
AM> ScriptAlias /devel /home/morsov/devel/pietool/
AM> <Directory /home/morsov/devel/pietool/>
AM> Options +FollowSymlinks +ExecCGI
AM> DirectoryIndex pietool
AM> </Directory>
А права на все правильные?
--
С уважением, Беляев
ICQ: 119181289
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] apache DirectoryIndex directive
2005-05-12 2:53 ` Re[2]: " Беляев Владимир Николаевич
@ 2005-05-12 7:07 ` Alexey Morsov
2005-05-12 7:12 ` Re[2]: " JoyLink
0 siblings, 1 reply; 12+ messages in thread
From: Alexey Morsov @ 2005-05-12 7:07 UTC (permalink / raw)
To: community
Беляев Владимир Николаевич wrote:
> Hello Alexey,
>
> AM> ScriptAlias /devel /home/morsov/devel/pietool/
>
> AM> <Directory /home/morsov/devel/pietool/>
> AM> Options +FollowSymlinks +ExecCGI
> AM> DirectoryIndex pietool
> AM> </Directory>
>
> А права на все правильные?
[morsov@www pietool]$ ll
итого 20
-rw-rw-r-- 1 morsov morsov 1590 Май 5 19:26 footer.html
-rw-rw-r-- 1 morsov morsov 1669 Май 6 12:15 header.html
-rwxr-xr-x 1 morsov morsov 501 Май 5 13:40 pietool
-rw-rw-r-- 1 morsov morsov 7068 Май 6 12:02 show.py
просто вызов этого скрипта из этого места то работает без вопросов.
А мне надо чтобы сей скрипт использовался вместо index.html :)
--
Всего наилучшего,
Системный Администратор ЗАО "ИК "РИКОМ-ТРАСТ"
Алексей Морсов
ICQ: 196766290
Jabber: Samurai@jabber.pibhe.com
http://www.ricom.ru
http://www.fondmarket.ru
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re[2]: [Comm] apache DirectoryIndex directive
2005-05-12 7:07 ` Alexey Morsov
@ 2005-05-12 7:12 ` JoyLink
2005-05-12 8:05 ` Alexey Morsov
0 siblings, 1 reply; 12+ messages in thread
From: JoyLink @ 2005-05-12 7:12 UTC (permalink / raw)
To: Alexey Morsov
Здравствуйте, Alexey.
Вы писали 12 мая 2005 г., 11:07:16:
> Беляев Владимир Николаевич wrote:
>> Hello Alexey,
>>
>> AM> ScriptAlias /devel /home/morsov/devel/pietool/
>>
>> AM> <Directory /home/morsov/devel/pietool/>
>> AM> Options +FollowSymlinks +ExecCGI
>> AM> DirectoryIndex pietool
>> AM> </Directory>
>>
>> А права на все правильные?
> [morsov@www pietool]$ ll
> итого 20
> -rw-rw-r-- 1 morsov morsov 1590 Май 5 19:26 footer.html
> -rw-rw-r-- 1 morsov morsov 1669 Май 6 12:15 header.html
> -rwxr-xr-x 1 morsov morsov 501 Май 5 13:40 pietool
> -rw-rw-r-- 1 morsov morsov 7068 Май 6 12:02 show.py
> просто вызов этого скрипта из этого места то работает без вопросов.
> А мне надо чтобы сей скрипт использовался вместо index.html :)
Была, подобная проблема. Имя каталога и скрипта одно и тоже. Попробуй
переименуй что-то одно. Хотя не уверен...
--
JoyLink
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] apache DirectoryIndex directive
2005-05-12 7:12 ` Re[2]: " JoyLink
@ 2005-05-12 8:05 ` Alexey Morsov
2005-05-12 8:31 ` Re[2]: " JoyLink
0 siblings, 1 reply; 12+ messages in thread
From: Alexey Morsov @ 2005-05-12 8:05 UTC (permalink / raw)
To: community
JoyLink wrote:
> Была, подобная проблема. Имя каталога и скрипта одно и тоже. Попробуй
> переименуй что-то одно. Хотя не уверен...
Неа - не прокатило :(
--
Всего наилучшего,
Системный Администратор ЗАО "ИК "РИКОМ-ТРАСТ"
Алексей Морсов
ICQ: 196766290
Jabber: Samurai@jabber.pibhe.com
http://www.ricom.ru
http://www.fondmarket.ru
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re[2]: [Comm] apache DirectoryIndex directive
2005-05-12 8:05 ` Alexey Morsov
@ 2005-05-12 8:31 ` JoyLink
2005-05-12 8:38 ` Alexey Morsov
0 siblings, 1 reply; 12+ messages in thread
From: JoyLink @ 2005-05-12 8:31 UTC (permalink / raw)
To: Alexey Morsov
Здравствуйте, Alexey.
Вы писали 12 мая 2005 г., 12:05:05:
> JoyLink wrote:
>> Была, подобная проблема. Имя каталога и скрипта одно и тоже. Попробуй
>> переименуй что-то одно. Хотя не уверен...
> Неа - не прокатило :(
Хм. А если убрать последний слэш в <Directory /home/morsov/devel/pietool/>
Попробуй так:
<Directory /home/morsov/devel/pietool>
Options Indexes FollowSymlinks ExecCGI
DirectoryIndex pietool (может быть путь-до-/pietool)
</Directory>
И немешало бы посмотреть грузится ли mod_dir
--
JoyLink
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] apache DirectoryIndex directive
2005-05-12 8:31 ` Re[2]: " JoyLink
@ 2005-05-12 8:38 ` Alexey Morsov
0 siblings, 0 replies; 12+ messages in thread
From: Alexey Morsov @ 2005-05-12 8:38 UTC (permalink / raw)
To: community
JoyLink wrote:
> Хм. А если убрать последний слэш в <Directory /home/morsov/devel/pietool/>
> Попробуй так:
> <Directory /home/morsov/devel/pietool>
> Options Indexes FollowSymlinks ExecCGI
> DirectoryIndex pietool (может быть путь-до-/pietool)
> </Directory>
>
Неа - /me чувствует что не так я делаю (может с директориями не так)
> И немешало бы посмотреть грузится ли mod_dir
А куда он денется - у меня этих <Directory> вагоны в конфигах - и все
работают :)
--
Всего наилучшего,
Системный Администратор ЗАО "ИК "РИКОМ-ТРАСТ"
Алексей Морсов
ICQ: 196766290
Jabber: Samurai@jabber.pibhe.com
http://www.ricom.ru
http://www.fondmarket.ru
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] apache DirectoryIndex directive
2005-05-11 11:23 ` Alexey Morsov
2005-05-11 11:25 ` Michael Isachenkov
@ 2005-05-11 11:36 ` Дмитриев Михаил Николаевич
1 sibling, 0 replies; 12+ messages in thread
From: Дмитриев Михаил Николаевич @ 2005-05-11 11:36 UTC (permalink / raw)
To: community
Alexey Morsov пишет:
>
> Grigory Fateyev wrote:
>
>> On Wed, 11 May 2005 13:34:57 +0400 Alexey Morsov wrote:
>>
>>
>>> Привет,
>>>
>>> не могу что-то понять как использовать DirectoryIndex
>>>
>>> Мне надо чтобы в папке (пока, потом в корне сайта) индексом был не
>>> index.html а somescript.cgi
>>> По доке судя препятствий к этому нет
>>>
>>> пишу такое
>>>
>>> ScriptAlias /devel /home/morsov/devel/pietool/
>>>
>>> <Directory /home/morsov/devel/pietool/>
>>> Options +FollowSymlinks
>>> DirectoryIndex pietool
>>
>>
>>
>> DirectoryIndex somescript.cgi
>
> У меня скрипт называется pietool
> и лежит он в /home/morsov/devel/pietool/ (см. SciptAlias) - или я
> странного хочу?
Тогда:
ScriptAlias /devel /home/morsov/devel/pietool/
<Directory /home/morsov/devel/pietool/>
Options +FollowSymlinks
DirectoryIndex pietool.cgi
Или я чего-то не понимаю в желаниях и возможностях apache.
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2005-05-12 8:38 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-11 9:34 [Comm] apache DirectoryIndex directive Alexey Morsov
2005-05-11 10:21 ` Grigory Fateyev
2005-05-11 11:23 ` Alexey Morsov
2005-05-11 11:25 ` Michael Isachenkov
2005-05-11 11:39 ` Alexey Morsov
2005-05-12 2:53 ` Re[2]: " Беляев Владимир Николаевич
2005-05-12 7:07 ` Alexey Morsov
2005-05-12 7:12 ` Re[2]: " JoyLink
2005-05-12 8:05 ` Alexey Morsov
2005-05-12 8:31 ` Re[2]: " JoyLink
2005-05-12 8:38 ` Alexey Morsov
2005-05-11 11:36 ` Дмитриев Михаил Николаевич
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