ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Nikolay A. Fetisov" <naf@naf.net.ru>
To: community@lists.altlinux.org
Subject: Re: [Comm] phpMyAdmin проблема
Date: Wed, 12 Mar 2008 11:51:24 +0300
Message-ID: <20080312115124.3fb36330@v3405.naf.net.ru> (raw)
In-Reply-To: <47D78F2B.6090206@mont-spb.ru>

Здравствуйте,

... учитывая, что проблема уже снялась, просто пара комментариев:

On Wed, 12 Mar 2008 11:07:07 +0300
Maxim Ivanov wrote:

> ...
> 2.6.18-ovz-smp-alt14
К делу не относится, но обновите до -alt22.

> ...
> 2) Почему полностью отсутствует какая-либо документация
> по установке пакета в составе Alt Linux Server?
Присутствует:
/usr/share/doc/phpMyAdmin-2.11.5/phpMyAdmin-README.ALT

Вместе с прочей документацией по phpMyAdmin, в пакете
phpMyAdmin-2.11.5-alt1.noarch.rpm

> 
> 3) Я сделал:
...
> 3.4) Создал симлинк
> ln /var/www/html/phpMyAdmin /var/www/apache2/html/
Это лишнее. Правильнее вставить в конфигурацию Apache
соответствующее описание, что-нибудь типа

    Alias /phpMyAdmin/ /var/www/html/phpMyAdmin/
    <Directory "/var/www/html/phpMyAdmin">
        DirectoryIndex index.php
        Options Indexes Includes ExecCGI
        AllowOverride None
	<IfModule authz_host_module>
	        Order deny,allow
		Deny from all
	        Allow from <MY IP>
	</IfModule>
    </Directory>

-- 
С уважением,	
Николай Фетисов



  parent reply	other threads:[~2008-03-12  8:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-12  8:07 Maxim Ivanov
2008-03-12  8:34 ` Maxim Ivanov
2008-03-12  8:35   ` Алексей Шенцев
2008-03-12  8:34 ` Алексей Шенцев
2008-03-12  8:51 ` Nikolay A. Fetisov [this message]
2008-03-12  9:27   ` [Comm] Проблема замены ядра с alt14 на alt22 (Was phpMyAdmin проблема) Maxim Ivanov
2008-03-12  9:52     ` Nikolay A. Fetisov
2008-03-12 10:22       ` Maxim Ivanov
2008-03-12 11:16         ` Nikolay A. Fetisov
2008-03-12 11:22         ` Sergey Vlasov

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=20080312115124.3fb36330@v3405.naf.net.ru \
    --to=naf@naf.net.ru \
    --cc=community@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 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