Re: [users@httpd] Virtual Hosts on physical servers

2011-07-18 Thread Patrick Proniewski
On 18 juil. 2011, at 23:26, Peter B wrote: > Patrick, Do you know of any examples on how to configure this? I'm going to take a look at my old config files, I've done that years ago, may be I've still some valuable pointers. >> From: patrick.proniew...@univ-lyon2.fr >> Date: Mon, 18 Jul 2011 2

Re: [users@httpd] Virtual Hosts on physical servers

2011-07-18 Thread Patrick Proniewski
On 18 juil. 2011, at 23:25, Peter B wrote: > Thank you Patrick, that does make sense, I'll do some more reading up.. > > I'm actually starting to think it might just be easier to host all the sites > on one server, although sooner or later I'm going to need to do this anyhow. that's for sure. A

[users@httpd] Can we pass Remote user without authenication

2011-07-18 Thread SSRChandra Devagupthapu
Dear All, I need to pass remote user from Apache to Sun directory server for Single sign Implementation , the problem here is Windows User's database is not present in Sun directory server , Only the Remote user (I .e Username ) we required, as it is mapped to User's data base in Sun direct

Re: [users@httpd] Simple RewriteRule?

2011-07-18 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/18/2011 04:37 PM, Geert Mak wrote: > >> I have changed the rule to >> >> RewriteEngine On RewriteCond %{SERVER_PORT} =80 RewriteRule >> ^/teachers/(.*)$ https://%{HTTP_HOST}/$1 [L,R] >> >> which does not work either. If I change ^/teachers/(.*

Re: [users@httpd] Simple RewriteRule?

2011-07-18 Thread Geert Mak
> I have changed the rule to > > RewriteEngine On > RewriteCond %{SERVER_PORT} =80 > RewriteRule ^/teachers/(.*)$ https://%{HTTP_HOST}/$1 [L,R] > > which does not work either. If I change ^/teachers/(.*)$ to ^(.*)$, it > works for every page. But I only wanted it to change when entering the > t

Re: [users@httpd] Simple RewriteRule?

2011-07-18 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/18/2011 03:12 PM, James Moe wrote: > I have what I thought is a simple re-write rule: > > RewriteEngine on ReWriteRule ^/teachers/(.*)$ https://${HTTP_HOST}/$1 > [L,R] > I have changed the rule to RewriteEngine On RewriteCond %{SERVER_PORT}

Re: [users@httpd] Simple RewriteRule?

2011-07-18 Thread Geert Mak
> Hello, > apache v2.2 > > I have what I thought is a simple re-write rule: > > RewriteEngine on > ReWriteRule ^/teachers/(.*)$ https://${HTTP_HOST}/$1 [L,R] > > The idea is that if the teachers page is being loaded, always use the > secure protocol. It does not work. > Where have I gone wro

Re: [users@httpd] Simple RewriteRule?

2011-07-18 Thread Igor Cicimov
Typo in ReWriteRule, should be RewriteRule On Jul 19, 2011 8:12 AM, "James Moe" wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, apache v2.2 I have what I thought is a simple re-write rule: RewriteEngine on ReWriteRule ^/teachers/(.*)$ https://${HTTP_HOST}/$1 [L,R] The idea is

[users@httpd] Simple RewriteRule?

2011-07-18 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, apache v2.2 I have what I thought is a simple re-write rule: RewriteEngine on ReWriteRule ^/teachers/(.*)$ https://${HTTP_HOST}/$1 [L,R] The idea is that if the teachers page is being loaded, always use the secure protocol. It does not

RE: [users@httpd] Virtual Hosts on physical servers

2011-07-18 Thread Peter B
Patrick, Do you know of any examples on how to configure this? > From: patrick.proniew...@univ-lyon2.fr > Date: Mon, 18 Jul 2011 23:16:36 +0200 > To: users@httpd.apache.org; jc_denton_1...@hotmail.com > Subject: Re: [users@httpd] Virtual Hosts on physical servers > > Hi, > > On 18 juil. 2011, a

RE: [users@httpd] Virtual Hosts on physical servers

2011-07-18 Thread Peter B
Thank you Patrick, that does make sense, I'll do some more reading up.. I'm actually starting to think it might just be easier to host all the sites on one server, although sooner or later I'm going to need to do this anyhow. > From: patrick.proniew...@univ-lyon2.fr > Date: Mon, 18 Jul 2011 23:

Re: [users@httpd] Virtual Hosts on physical servers

2011-07-18 Thread Patrick Proniewski
Hi, On 18 juil. 2011, at 21:20, Peter B wrote: > I have a single IP address, with multiple web servers, so I somehow need > www.hello.com to go to server1 and www.test.com to go to server2. As long as you have only one public IP address, you'll have to put a device (sofware or hardware) betwe

RE: [users@httpd] Virtual Hosts on physical servers

2011-07-18 Thread Peter B
Thanks Dave, I'll check this out. > Date: Mon, 18 Jul 2011 13:20:59 -0700 > From: g...@uniserve.com > To: users@httpd.apache.org; p...@openstrike.co.uk > Subject: Re: [users@httpd] Virtual Hosts on physical servers > > Quoting Pete Houston : > > > Content-Type: text/plain; charset=us-ascii > >

RE: [users@httpd] Virtual Hosts on physical servers

2011-07-18 Thread Peter B
Hi Pete, I checked out that page, but that only covers virtual hosts on the same server, not other servers. > Date: Mon, 18 Jul 2011 20:35:52 +0100 > From: p...@openstrike.co.uk > To: users@httpd.apache.org > Subject: Re: [users@httpd] Virtual Hosts on physical servers > > Hello, > > It sound

Re: [users@httpd] Re: Apache throughput turns glacial on weekends

2011-07-18 Thread John McAdams
As a person who's not a real techie, I just wanted to thank people on this list for the advice that has solved my problem. John At 09:27 PM 6/26/2011, you wrote: Yes. It implies that those two items are disabled or are not read by the apache. It is by default. You need to search for this it

Re: [users@httpd] Virtual Hosts on physical servers

2011-07-18 Thread Dave Stevens
Quoting Pete Houston : Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello, It sounds like you want name-based virtual hosts. See http://httpd.apache.org/docs/2.2/vhosts/name-based.html Peter For several years now I've bee

Re: [users@httpd] Virtual Hosts on physical servers

2011-07-18 Thread Pete Houston
Hello, It sounds like you want name-based virtual hosts. See http://httpd.apache.org/docs/2.2/vhosts/name-based.html Pete On Tue, Jul 19, 2011 at 07:20:15AM +1200, Peter B wrote: > > I have a single IP address, with multiple web servers, so I somehow need > www.hello.com to go to server1 and w

[users@httpd] Configuring SSLCACertificatePath in httpd-ssl.conf

2011-07-18 Thread Christopher Johnson
Hello, I have a bunch of CA's that I need to configure. I have everything setup correctly in the httpd-ssl.conf file referencing where my CA's are located. The issue is from what I have read these need to be symlinked to work in linux. Is that the case? How do i do it? I haven't seen much docu

[users@httpd] Virtual Hosts on physical servers

2011-07-18 Thread Peter B
Hi All, I'm setting up some servers for web hosting (they are vbox virtual servers) and need a little help with virtual hosts. I could find examples on how to set up virtual hosts for most scenarios, but not my one, which is as follows: I have a single IP address, with multiple web servers, s

Re: [users@httpd] HTTPD 2.2.17 issue on Fedora 15 with listening on IPv4

2011-07-18 Thread Barry Scott
On Thursday 14 July 2011 10:38:44 Barry Scott wrote: > On Wednesday 13 July 2011 01:24:34 Jeff Trawick wrote: > > > > > > > > >... rewrite rules ... > > > > > > > > >#+ localhost auth file > > >Order allow,deny > > >Allow from 127.0.0.1 > > >Allow from ::1 >