[users@httpd] multiple domains, multiple servers, one public ip

2011-09-13 Thread Joshua Stoutenburg
I have multiple registered domain names. I have multiple *nix servers (primarily Ubuntu 10.04 LTS). I want to host several services for each domain -- ftp, mysql, http, https, email, subversion, git, etc. I want to be able to host each domain on it's own server AND multiple domains on a single serv

[users@httpd] Apache HTTP Server 2.2.21 Released

2011-09-13 Thread William A. Rowe Jr.
The Apache Software Foundation and the Apache HTTP Server Project are pleased to announce the release of version 2.2.21 of the Apache HTTP Server ("Apache"). This version of Apache is principally a security and bug fix release: * SECURITY: CVE-2011-3348 (cve.mitre.org) mod

Re: [users@httpd] Letting users see directory contents of protected directory

2011-09-13 Thread Frank Gingras
On 13/09/11 09:58 PM, Harry Spier wrote: Many thanks for this suggestion. I've tried both the following in the .htaccess but I now get a Error 500 internal server error IndexOptions ShowForbidden AuthType Basic AuthName "Access to /downloads" AuthUserFile /kunden/homepages/18/d249834675/htpass

RE: [users@httpd] Letting users see directory contents of protected directory

2011-09-13 Thread Harry Spier
Many thanks for this suggestion. I've tried both the following in the .htaccess but I now get a Error 500 internal server error IndexOptions ShowForbidden AuthType Basic AuthName "Access to /downloads" AuthUserFile /kunden/homepages/18/d249834675/htpasswd Require user Ikari and Options Indexes

Re: [users@httpd] Letting users see directory contents of protected directory

2011-09-13 Thread Frank Gingras
On 13/09/11 09:33 PM, Harry Spier wrote: Dear list members, On a shared hosting linux webserver running Apache I have a password protected directory. I want users who have the password for the directory "/downloads" to be able to list the contents of that directory and its subdirectories. I h

[users@httpd] Letting users see directory contents of protected directory

2011-09-13 Thread Harry Spier
Dear list members, On a shared hosting linux webserver running Apache I have a password protected directory. I want users who have the password for the directory "/downloads" to be able to list the contents of that directory and its subdirectories. I have an .htaccess file in the password pr

RE: [users@httpd] Re: Best way to redirect within .htacces

2011-09-13 Thread atanaspich
Thank you very much! :) - Carsten Wiedmann (carsten_st...@gmx.de), на 13.09.2011 в 21:16 - Please see: http://httpd.apache.org/docs/trunk/rewrite/remapping.html#canonicalhost I guess you are using Apache 2.2 and not trunk (2.3 Beta), so better look at [1]. I've already seen it, but unf

[users@httpd] Re: Best way to redirect within .htacces

2011-09-13 Thread Carsten Wiedmann
Am 13.09.2011 19:03, schrieb atanasp...@mail.bg: Am 13.09.2011 15:50, schrieb Frank Gingras: Please see: http://httpd.apache.org/docs/trunk/rewrite/remapping.html#canonicalhost I guess you are using Apache 2.2 and not trunk (2.3 Beta), so better look at [1]. I've already seen it, but un

Re: [users@httpd] Best way to redirect within .htacces

2011-09-13 Thread atanaspich
Hello! I've already seen it, but unfortunetely I can't get the VirtualHost solution to work in .htaccess and I can't understand what's the problem. - francois.ging...@gmail.com - Please see: http://httpd.apache.org/docs/trunk/rewrite/remapping.html#canonicalhost Frank -

Re: [users@httpd] Best way to redirect within .htacces

2011-09-13 Thread Frank Gingras
On 09/13/2011 04:57 AM, atanasp...@mail.bg wrote: Hi, guys! What is the best way to redirect from the non-www domain to the www domain within .htaccess (I don't have access to the server config)? In the Apache documentation it says that is best to use the VirtualHost directive, but is it allowe

AW: [users@httpd] Reverse-Proxy und Redirect

2011-09-13 Thread Christian.Kaiser
Hello to all, I'm trying to set up a APACHE Reverse-Proxy I've created a vhost with following directives: … ProxyRequests Off ProxyPass http://intern.de/app1 ProxyPassReverse http://extern.de … At first call, the URL http://intern.de/app1 will be redirected from der backend ser

Re: [users@httpd] Reverse-Proxy und Redirect

2011-09-13 Thread Nick Kew
On Tue, 13 Sep 2011 13:01:54 + wrote: > Und nun bekomme ich statt http://extern.de/logon die interne URL > http://intern.de/logon zurück, die natürlich von außen nicht erreichbar ist. http://www.apachetutor.org/admin/reverseproxies (Englisch - auf Deutsch kann ich leider nicht helfen). -

[users@httpd] Reverse-Proxy und Redirect

2011-09-13 Thread Christian.Kaiser
Hallo zusammen, ich möchte eine Reverse-Proxy mit APACHE aufsetzen. Dafür habe ich ein vhost angelegt mit folgenden Direktiven: ... ProxyRequests Off ProxyPass http://intern.de/app1 ProxyPassReverse http://extern.de ... Beim ersten Aufruf wird die URL http://intern.de/app1 nach

[users@httpd] Best way to redirect within .htacces

2011-09-13 Thread atanaspich
Hi, guys! What is the best way to redirect from the non-www domain to the www domain within .htaccess (I don't have access to the server config)? In the Apache documentation it says that is best to use the VirtualHost directive, but is it allowed in the .htaccess file? Thanks in advance! --