ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Michael Varamashvili <GodsForge@inbox.ru>
To: Community@altlinux.ru
Subject: [Comm] .htaccess для vhost-ов
Date: Sat, 11 Dec 2004 12:41:24 +0300
Message-ID: <1432602335.20041211124124@inbox.ru> (raw)

Hу здpаcте Community,

  Сделанно так:

<VirtualHost 10.33.20.1>
    ServerAdmin ginius@localhost.localdomain
    ServerName 10.33.20.1

    ErrorLog /var/log/httpd/virthosts/10.33.20.1/error_log
    TransferLog /var/log/httpd/virthosts/10.33.20.1/access_log
    CustomLog /var/log/httpd/virthosts/10.33.20.1/ssl_request_log \
              "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"

    DocumentRoot /var/www/virthosts/10.33.20.1/www
    ScriptAlias /cgi-bin/ /var/www/virthosts/10.33.20.1/cgi-bin/

    <Directory />
            Options Indexes +Includes FollowSymLinks
            AllowOverride None
    </Directory>

    SSLEngine on
    SSLCertificateFile /etc/httpd/conf/ssl/server.crt
    SSLCertificateKeyFile /etc/httpd/conf/ssl/server.key
    SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
</VirtualHost>

Проблемма - не обрабатываеются .htaccess. Вообще. Где-бы не лежали. .htaccess
следующего содержания:

Order Deny,Allow
Deny from all
Allow from localhost

AuthType            Basic
AuthName            "mysqlAdmin"
AuthUserFile        /var/www/virthosts/10.33.20.1/www/http.passwd
Require             valid-user

-----------••••··· [ www.magicssoft.ru | www.kaskadterra.ru | www.sakura.magicssoft.ru ]
С уважением, GiniuS.       mailto:GodsForge@inbox.ru
np: b-z-z-z-z-z
Tearline: Меня постоянно преследуют умные мысли, но я всегда быстрее.
Origin: Super star... super fuck, baby...



             reply	other threads:[~2004-12-11  9:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-11  9:41 Michael Varamashvili [this message]
2004-12-11 10:07 ` Ivan Fedorov
2004-12-12  8:49   ` Re[2]: " Michael Varamashvili

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=1432602335.20041211124124@inbox.ru \
    --to=godsforge@inbox.ru \
    --cc=Community@altlinux.ru \
    /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