ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Sergey Lebedev <lebedev.v.sergey@gmail.com>
To: ALT Linux Sisyphus discussion list <sisyphus@lists.altlinux.org>
Subject: Re: [sisyphus] apache2 seiroswiki
Date: Wed, 5 Sep 2007 11:26:27 +0400
Message-ID: <200709051126.28149.barabashka.sl@gmail.com> (raw)
In-Reply-To: <m3sl5t7l2k.fsf@vvk.distance.ru>

В сообщении от Wednesday 05 September 2007 09:11:47 Vladimir V. Kamarzin 
написал(а):
[skip]
>
> В общем виноват 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, как лучше разрулить?

Это ночью я откопал, но чего оно так не понятно. Большое подозрение 
на %{REQUEST_FILENAME} -- это полный путь до директории, вот именно он и 
светится в логах. А вообще вот кусок strace от apache2, который обрабатывает 
мой запрос localhost/wiki

accept(3, {sa_family=AF_INET, sin_port=htons(42389), 
sin_addr=inet_addr("127.0.0.1")}, [16]) = 11
getsockname(11, {sa_family=AF_INET, sin_port=htons(80), 
sin_addr=inet_addr("127.0.0.1")}, [16]) = 0
fcntl64(11, F_GETFL)                    = 0x2 (flags O_RDWR)
fcntl64(11, F_SETFL, O_RDWR|O_NONBLOCK) = 0
read(11, "GET /wiki/ HTTP/1.1\r\nHost: local"..., 8000) = 556
gettimeofday({1188934756, 620826}, NULL) = 0
stat64("/var/www/html/addon-modules/seiroswiki/", {st_mode=S_IFDIR|0755, 
st_size=600, ...}) = 0
stat64
("/var/www/apache2/html/var/www/html/addon-modules/seiroswiki/wakka.php", 
0xbf8499ac) = -1 ENOENT (No such file or directory)
lstat64("/var", {st_mode=S_IFDIR|0755, st_size=552, ...}) = 0


  reply	other threads:[~2007-09-05  7:26 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
2007-09-05  7:26   ` Sergey Lebedev [this message]
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=200709051126.28149.barabashka.sl@gmail.com \
    --to=lebedev.v.sergey@gmail.com \
    --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