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
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
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
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
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
im using mod_perl with apache both the newest versions . on my proxy
server the PerlInputFilterHandler filter is working great and capture
the request and send it to application server , but the responset got
not handled by the PerlResponseHandler . the response error im getting
:
HTTP/1.1 400 Bad
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
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