ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
* [Sysadmins] Проблема с авторизацией в apache.
@ 2007-08-27 11:30 Avramenko Andrew
  2007-08-31 16:12 ` Michael Shigorin
  2007-09-10 13:04 ` Avramenko Andrew
  0 siblings, 2 replies; 9+ messages in thread
From: Avramenko Andrew @ 2007-08-27 11:30 UTC (permalink / raw)
  To: ALT Linux sysadmin discuss

Доброго всем дня!

Стоит apache2-2.2.4-alt16, проксирует часть запросов на IIS. По 
следующей схеме:

...
ProxyPass /wiki/ !
ProxyPass /pma/ !

ProxyPass / http://192.168.4.2/

..

Т.е. сначала пишутся исключения, а все остальное -- на IIS.

Когда прописываю авторизацию:
<Directory "/net/www/html/pma">
                 Options Indexes FollowSymLinks MultiViews
                 AllowOverride None
                 AuthType basic
                 AuthName "Please enter a password:"
                 AuthUserFile /net/www/private/psw.txt
                 Require valid-user
</Directory>

исключение не отрабатывает, происходит переадресация на IIS и как 
следствие - err 404. Если выносить это в .htaccess - такая же проблема.

Если отключать проксирование - все нормально, спрашивает пароль.
В чем может быть проблема?


--
С уважением,
Андрей


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-09-10 13:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-27 11:30 [Sysadmins] Проблема с авторизацией в apache Avramenko Andrew
2007-08-31 16:12 ` Michael Shigorin
2007-09-03  8:06   ` Avramenko Andrew
2007-09-03  8:16     ` Алексей Шенцев
2007-09-03 13:58       ` Avramenko Andrew
2007-09-03 14:06         ` Алексей Шенцев
2007-09-03 14:10           ` Avramenko Andrew
2007-09-04 17:19             ` Michael Shigorin
2007-09-10 13:04 ` Avramenko Andrew

ALT Linux sysadmins discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/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 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
		sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
	public-inbox-index sysadmins

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


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