Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 49496 invoked from network); 24 May 2008 07:22:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 May 2008 07:22:57 -0000 Received: (qmail 6114 invoked by uid 500); 24 May 2008 07:22:47 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 6093 invoked by uid 500); 24 May 2008 07:22:47 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 6082 invoked by uid 99); 24 May 2008 07:22:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 May 2008 00:22:46 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kildau-ml@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 24 May 2008 07:21:53 +0000 Received: (qmail invoked by alias); 24 May 2008 07:22:14 -0000 Received: from pD95FDAAB.dip.t-dialin.net (EHLO zoidberg.unixhosts.org) [217.95.218.171] by mail.gmx.net (mp013) with SMTP; 24 May 2008 09:22:14 +0200 X-Authenticated: #27148210 X-Provags-ID: V01U2FsdGVkX1+SRZZEvVSSdYXbWI+ZCjd+M6GSOrHKXV6G1BVMlR +Xz29FlOKAELEI Received: from daisy.unixhosts.org (daisy.unixhosts.org [10.1.16.10]) by zoidberg.unixhosts.org (Postfix) with ESMTP id 3A7A04C253 for ; Sat, 24 May 2008 09:22:14 +0200 (CEST) From: Chris Cohen To: users@httpd.apache.org Date: Sat, 24 May 2008 09:22:13 +0200 User-Agent: KMail/1.9.9 X-Face: 5Ag-ktG!9(*vm6J?bzPavE]v.SJ-6M^j:?#%w}FbodPM~]"2)a?5w<=?utf-8?q?U0=0A=09n=2372vtiGw?=,bW9St@u\v!=u+.}%Z'Qo-&)Rz>V+f%P^7d$:W_"2wVX$>2<2yq@3,=?utf-8?q?ZKgcV=5Cv=0A=09=24=7Ed=7B+8j!=5F?=@gsy&Jor(U]}A}sMyhNnGw`&DXtq]J!R{; MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805240922.14000.kildau-ml@gmx.de> X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] how to use reverseproxy with htaccess Hello all, I'm new to this list and am not very experienced with apache. I wan't to use apache's reverse proxy functionality to access a webserver in my lan behind nat via ssl. But I want to restrict access to only a few users. So I have: ServerAdmin webmaster@example.org SSLEngine on SSLOptions +StrictRequire SSLCertificateFile /etc/ssl/certs/apache.pem SSLCertificateKeyFile /etc/ssl/private/apache.pem ProxyRequests Off AddDefaultCharset off Order deny,allow Allow from all AuthType Basic AuthName "Internal Proxy" AuthUserFile /etc/apache2/htpasswd Require valid-user ProxyPass http://fry.example.org/ ProxyPassReverse http://fry.example.org/ But it doesn't work. It seems like I can't use ProxyPass and Auth* within the same directive. What is the common way to something like this? -- Thanks Chris --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org