Re: VirtualHost and ServerAlias

2011-11-29 Thread Vincent Veyron
Le lundi 28 novembre 2011 à 22:58 +0100, André Warnier a écrit : > It works, but it is your choice of language for the explanation which > triggered my comment. > Well, you were right to point out the inaccuracy. I meant transparent to the end user, who in my case is normally unlikely to run a

Re: VirtualHost and ServerAlias

2011-11-29 Thread Vincent Veyron
Le lundi 28 novembre 2011 à 14:15 -0800, Jay Scherrer a écrit : > I would want to create or add a Database table connecting the user's to > the company. This way a simple login could direct all customer requests > to specific company websites. Hi Jay, The problem was to identify the client _befo

Re: VirtualHost and ServerAlias

2011-11-29 Thread Vincent Veyron
Le lundi 28 novembre 2011 à 23:26 +0100, André Warnier a écrit : > you may want to try > > >ServerName "as-pro.biz" > .. > > >ServerName "customer1.biz" > .. > > That is much more flexible (and a lot less work in the long term) than > adapting your > software each time a customer w

Re: VirtualHost and ServerAlias

2011-11-28 Thread Dave Morgan
On 28/11/11 03:26 PM, André Warnier wrote: Vincent Veyron wrote: Snip That is why I was suggesting multiple sections. Snip ... This way, you can give each customer its own "special things" whenever they want, without interfering with your perl modules (or the other customer si

Re: VirtualHost and ServerAlias

2011-11-28 Thread André Warnier
Vincent Veyron wrote: .. tested it. See : http://extranet.france-prevoyance.fr/clients/login and : http://as-pro.biz/clients/login An additional comment : The logic you have now (with the login module checking the hostname and choosing the logo in function of that), is fine as long as the

Re: VirtualHost and ServerAlias

2011-11-28 Thread Jay Scherrer
I would want to create or add a Database table connecting the user's to the company. This way a simple login could direct all customer requests to specific company websites. And also linking to data tables and special web directs. This will also increase service for your companies by providing cus

Re: VirtualHost and ServerAlias

2011-11-28 Thread André Warnier
Vincent Veyron wrote: Le lundi 28 novembre 2011 à 20:37 +0100, André Warnier a écrit : That way, the policy holder can type 'http://extranet.insurance_company.com/clients/login' and have access to the data, transparently hitting my server at as-pro.biz. Not really. I think you need to read up m

Re: VirtualHost and ServerAlias

2011-11-28 Thread Vincent Veyron
Le lundi 28 novembre 2011 à 20:37 +0100, André Warnier a écrit : > > > > That way, the policy holder can type > > 'http://extranet.insurance_company.com/clients/login' and have access to > > the data, transparently hitting my server at as-pro.biz. > > Not really. I think you need to read up more

Re: VirtualHost and ServerAlias

2011-11-28 Thread André Warnier
Vincent Veyron wrote: Hi Group, I host a web service for my customers (ex : insurance_company.com) on a virtual host (*); my customers in turn want their customers (the policyholders) to have access to the data, while using their internet name instead of mine. This works fine with the ServerA

VirtualHost and ServerAlias

2011-11-28 Thread Vincent Veyron
Hi Group, I host a web service for my customers (ex : insurance_company.com) on a virtual host (*); my customers in turn want their customers (the policyholders) to have access to the data, while using their internet name instead of mine. This works fine with the ServerAlias directive inside the