Davide Bianchi ha scritto:
> On 2006-06-05, SP <dario.zandolin RemoveThis @gmail.com> wrote:
> > I must redirect with ProxyPass to a https site.
> > I need mod_ssl in my apache?
>
> If you want to accept https connection, yes. Now explain the whole
> problem.
>
> Davide
>
>
> --
> If only more employers realized that people join companies, but leave
> bosses. A boss should be an insulator, not a conductor or an amplifier.
> -- Geoff Kinnel on alt.sysadmin.recovery
Ok,
I would like to use apache as proxy to an https site:
ProxyPass /samples/
https://samples.site.com/
ProxyPassReverse /samples/
https://samples.site.com/
So when a user send a request to my apache with path /samples, my
apache ask to
https://samples.site.com/ the resources, without that
user know this servers path.
I try add this line to httpd.conf of my apache 2.0.53, but when I try
to get the resource, I get 403 from web server.
Have you got some rigth sample of httpd.conf? Or some idea?
It is possible to do this?
>> Stay informed about: ProxyPass to https