ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
From: Grigory Fateyev <greg@anastasia.ru>
To: sysadmins@lists.altlinux.org
Subject: Re: [Sysadmins] apache+nginx
Date: Sat, 2 Dec 2006 13:11:14 +0300
Message-ID: <20061202131114.701d17fc@greg> (raw)
In-Reply-To: <20061201111437.GI4051@osdn.org.ua>

Hello Michael Shigorin!
On Fri, 1 Dec 2006 13:14:37 +0200 you wrote:

> Бишь для простого прокси достаточно поставить nginx, нарисовать
> listen, server_name * (кажется -- см. документацию) и proxy_pass
> на apache.  Сначала nginx на левом порту для тестирования и
> apache где обычно, а потом -- apache на левый, nginx на нужный,
> service httpd stop; service nginx restart; service httpd start

А как выглядят настройки nginx на общий доступ для всех виртуальных
хостов на скрипт, например postfixadmin из папки /var/www/public/pma?

PMA должен быть доступен по http://domain1.ru/pma/ и
http://domain2.ru/pma/

Такой конфиг переправляет на backend и висит до 200 секунд:
        location /pma {
            alias /var/www/public;
            proxy_pass         http://127.0.0.1:8080/pma/;
            proxy_redirect     http://domain1.ru:8080/pma/ /pma/;
            proxy_set_header   Host             $host;
            [...]

В apache просто alias:
Alias /pma /var/www/public/pma

-- 
Всего наилучшего! Григорий
greg [at] anastasia [dot] ru
Письмо отправлено: 2006/12/01 20:43


  parent reply	other threads:[~2006-12-02 10:11 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-30 15:13 Alexander Volkov
2006-11-30 18:53 ` Avramenko Andrew
2006-12-01  5:49   ` Alexander Volkov
2006-12-01 10:07     ` Grigory Fateyev
2006-12-01 12:45     ` Avramenko Andrew
2006-12-01 11:14       ` Michael Shigorin
2006-12-01 11:24         ` Alexander Volkov
2006-12-02 10:11         ` Grigory Fateyev [this message]
2006-12-01 21:00       ` Konstantin A. Lepikhov
2006-12-02 10:56       ` Денис Смирнов

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=20061202131114.701d17fc@greg \
    --to=greg@anastasia.ru \
    --cc=sysadmins@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 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