From: "Vladimir V. Kamarzin" <vvk@vvk.pp.ru>
To: barabashka.sl@gmail.com
Cc: ALT Linux Sisyphus discussion list <sisyphus@lists.altlinux.org>
Subject: Re: [sisyphus] apache2 seiroswiki
Date: Wed, 05 Sep 2007 11:11:47 +0600
Message-ID: <m3sl5t7l2k.fsf@vvk.distance.ru> (raw)
In-Reply-To: <200709041545.51750.barabashka.sl@gmail.com> (Sergey Lebedev's message of "Tue, 4 Sep 2007 15:45:51 +0400")
>>>>> On 04 Sep 2007 at 17:45 "SL" == Sergey Lebedev writes:
SL> Apache2 благополучно стартует. При попытке зайти на страницу localhost/wiki/
SL> в логах получаю
SL> [Mon Sep 03 19:16:21 2007] [error] [client 127.0.0.1] File does not
SL> exist: /var/www/apache2/html/var
SL> Ясно, что там этого ничего нет. Либо A.seiroswiki.conf неправ, либо apache2,
SL> либо опять какая-нибудь черемычка не нажата. Что делать? Кто виноват?
В общем виноват rewrite-режим в комбинации с Alias:
Alias /wiki /var/www/html/addon-modules/seiroswiki
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.*/[^\./]*[^/])$ $1/
RewriteRule ^(robots\.txt)$ robots.txt [L]
RewriteRule ^(favicon\.ico)$ favicon.ico [L]
RewriteRule ^(.*)$ wakka.php?wakka=$1 [QSA,L]
</IfModule>
Если перенастроить A.seiroswiki.conf таким образом, чтобы не использовалось
либо то либо другое, всё начинает работать.
Кто понимает в apache2 и mod_rewrite, как лучше разрулить?
--
vvk
next prev parent reply other threads:[~2007-09-05 5:11 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-04 11:45 Sergey Lebedev
2007-09-04 11:57 ` Avramenko Andrew
2007-09-04 12:28 ` Vladimir V. Kamarzin
2007-09-04 19:20 ` lebedev.v.sergey
2007-09-05 5:11 ` Vladimir V. Kamarzin [this message]
2007-09-05 7:26 ` Sergey Lebedev
2007-09-11 0:16 ` lebedev.v.sergey
2007-09-11 12:13 ` Vladimir V. Kamarzin
2007-09-11 13:24 ` lebedev.v.sergey
2007-09-11 13:29 ` lebedev.v.sergey
2007-09-12 10:36 ` lebedev.v.sergey
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=m3sl5t7l2k.fsf@vvk.distance.ru \
--to=vvk@vvk.pp.ru \
--cc=barabashka.sl@gmail.com \
--cc=sisyphus@lists.altlinux.org \
/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 Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git