* [mdk-re] Apache and server side includes
@ 2001-09-20 21:26 Maxim
2001-09-20 22:08 ` AT
2001-09-20 22:21 ` Michael Shigorin
0 siblings, 2 replies; 3+ messages in thread
From: Maxim @ 2001-09-20 21:26 UTC (permalink / raw)
To: mandrake-russian
может кто сталкивался с проблемой.
Делаю в html файле:
<!--#include virtual="filename.html" --!>
и ничего не происходит.
пробовал все в .shtml переименовать и все равно ничего не происходит.
Установка сервера почти по умолчанию. Только виртуальные хосты
определил.
Maxim
mailto:max_conf@e-foto.ru
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [mdk-re] Apache and server side includes
2001-09-20 21:26 [mdk-re] Apache and server side includes Maxim
@ 2001-09-20 22:08 ` AT
2001-09-20 22:21 ` Michael Shigorin
1 sibling, 0 replies; 3+ messages in thread
From: AT @ 2001-09-20 22:08 UTC (permalink / raw)
To: mandrake-russian
On Thu, Sep 20, 2001 at 09:35:04PM +0400, Maxim wrote:
> может кто сталкивался с проблемой.
> Делаю в html файле:
>
> <!--#include virtual="filename.html" --!>
<!--#include virtual="filename.html" -->
>
> и ничего не происходит.
> пробовал все в .shtml переименовать и все равно ничего не происходит.
> Установка сервера почти по умолчанию. Только виртуальные хосты
> определил.
>
> Maxim
> mailto:max_conf@e-foto.ru
>
>
> _______________________________________________
> Mandrake-russian mailing list
> Mandrake-russian@altlinux.ru
> http://altlinux.ru/mailman/listinfo/mandrake-russian
__
AT
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [mdk-re] Apache and server side includes
2001-09-20 21:26 [mdk-re] Apache and server side includes Maxim
2001-09-20 22:08 ` AT
@ 2001-09-20 22:21 ` Michael Shigorin
1 sibling, 0 replies; 3+ messages in thread
From: Michael Shigorin @ 2001-09-20 22:21 UTC (permalink / raw)
To: mandrake-russian
On Thu, Sep 20, 2001 at 09:35:04PM +0400, Maxim wrote:
> <!--#include virtual="filename.html" --!>
> пробовал все в .shtml переименовать и все равно ничего не происходит.
Во-первых, почитайте доку по апачу методом поиска. Все очень
хорошо рассказано.
Во-вторых, тема настройки вебсервера рассмотрена тысячу раз на
тысяче сайтов...
Включить это как класс (в httpd.conf):
AddType text/html .shtml
AddHandler server-parsed .shtml
и разрешить использование в нужных местах:
<Directory /home/*/public_html>
Options [...] IncludesNoExec
^^^^^^^^ или Includes -- см. доку
--
WBR, Michael Shigorin, webmaster of www.chem.univ.kiev.ua
>Home Page: http://visa.chem.univ.kiev.ua/~mike/ ICQ: 113344029
>Brainbench: http://www.brainbench.com/transcript.jsp?pid=2434729
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-09-20 22:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-20 21:26 [mdk-re] Apache and server side includes Maxim
2001-09-20 22:08 ` AT
2001-09-20 22:21 ` Michael Shigorin
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