Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

[1.3.2x] mod_proxy

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  listen on more than one IP/Port  
Author Message
smitho

External


Since: Oct 23, 2003
Posts: 6



(Msg. 1) Posted: Thu Oct 23, 2003 8:09 am
Post subject: [1.3.2x] mod_proxy
Archived from groups: alt>apache>configuration (more info?)

How do I enable mod_proxy to proxypass https connections?!?

Here's the error when I attempt:
proxy: No protocol handler was valid for the URL /. If you are using a DSO
version of mod_proxy, make sure the proxy submodules are included in the
configuration using LoadModule.

I went to the mod_proxy there's no documentation on actually loding it's
submodules. I've read some vague references to 'mod_http' and ilk. I don't
have these. Where oh where! Smile

Thanks

 >> Stay informed about: [1.3.2x] mod_proxy 
Back to top
Login to vote
davideyeahsure

External


Since: Nov 03, 2003
Posts: 2907



(Msg. 2) Posted: Thu Oct 23, 2003 9:34 am
Post subject: Re: [1.3.2x] mod_proxy [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

smitho DeleteThis @bluehome.com wrote:
 > How do I enable mod_proxy to proxypass https connections?!?

Did you compiled it yourself or just got a stock installation with
everything in it? Is it compiled as a module or built-in in the
server?

The error you report is usually due to a misconfiguration of the
proxy directives, so check your httpd.conf.

Davide<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: [1.3.2x] mod_proxy 
Back to top
Login to vote
smitho

External


Since: Oct 23, 2003
Posts: 6



(Msg. 3) Posted: Thu Oct 23, 2003 9:40 am
Post subject: Re: [1.3.2x] mod_proxy [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Davide Bianchi" <davideyeahsure.DeleteThis@onlyforfun.net> wrote in message
news:bn7spp$sdh7o$4@ID-18487.news.uni-berlin.de...
 > smitho.DeleteThis@bluehome.com wrote:
  > > How do I enable mod_proxy to proxypass https connections?!?
 >
 > Did you compiled it yourself or just got a stock installation with
 > everything in it? Is it compiled as a module or built-in in the
 > server?
 >
 > The error you report is usually due to a misconfiguration of the
 > proxy directives, so check your httpd.conf.
 >
 > Davide

It's on two seperate systems. One of which I have control over (and I did
the compilation), and another I don't. The proxypass works as soon as I pass
it to an unsecure site -- so I really don't understand how it could be a
configuration issue; but please enlighten.

Thanks<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: [1.3.2x] mod_proxy 
Back to top
Login to vote
davideyeahsure

External


Since: Nov 03, 2003
Posts: 2907



(Msg. 4) Posted: Thu Oct 23, 2003 9:56 am
Post subject: Re: [1.3.2x] mod_proxy [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

smitho RemoveThis @bluehome.com wrote:
 > It's on two seperate systems.

? what ?

 > The proxypass works as soon as I pass it to an unsecure site

? what (2) ?

Ok, now, explain exactly what the hell is going on, maybe post the
relevant part of your httpd.conf.

Davide<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: [1.3.2x] mod_proxy 
Back to top
Login to vote
smitho

External


Since: Oct 23, 2003
Posts: 6



(Msg. 5) Posted: Thu Oct 23, 2003 10:01 am
Post subject: Re: [1.3.2x] mod_proxy [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Davide Bianchi" <davideyeahsure.DeleteThis@onlyforfun.net> wrote in message
news:bn7u2q$u5dln$1@ID-18487.news.uni-berlin.de...
 > smitho.DeleteThis@bluehome.com wrote:
  > > It's on two seperate systems.
 >
 > ? what ?
 >
  > > The proxypass works as soon as I pass it to an unsecure site
 >
 > ? what (2) ?
 >
 > Ok, now, explain exactly what the hell is going on, maybe post the
 > relevant part of your httpd.conf.
 >
 > Davide

The two systems are both running 1.3.28 (One is a BSD system, and the other
is a Netware 6.x box.)

It's really quite simple:
Works: ProxyPass / <a style='text-decoration: underline;' href="http://foo.com/" target="_blank">http://foo.com/</a>
DoesNot: ProxyPass / <a style='text-decoration: underline;' href="https://bar.com/" target="_blank">https://bar.com/</a>

I know there is reference to the https connect protocol but I can't figure
out how to get it working.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: [1.3.2x] mod_proxy 
Back to top
Login to vote
davideyeahsure

External


Since: Nov 03, 2003
Posts: 2907



(Msg. 6) Posted: Thu Oct 23, 2003 10:19 am
Post subject: Re: [1.3.2x] mod_proxy [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

smitho.DeleteThis@bluehome.com wrote:
<font color=purple> > Works: ProxyPass / <a style='text-decoration: underline;' href="http://foo.com/</font" target="_blank">http://foo.com/</font</a>>
<font color=purple> > DoesNot: ProxyPass / <a style='text-decoration: underline;' href="https://bar.com/</font" target="_blank">https://bar.com/</font</a>>

Well, the first one override the second one, or you put it in a
<VirtualHost > directive so it will work only when asked trought
https, or it will never answer. Besides, if you use https on the
proxy there is no real need for https _after_ the proxy, so you
can proxy directly to http and add the ssl part on the proxy side.

Davide<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: [1.3.2x] mod_proxy 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
mod_proxy - hi, I used the following to compile Apache 2.0.47 with mod_proxy.c [quote] ../configure --prefix=/usr/local/apache \ --enable-module=rewrite --enable-shared=rewrite \ --enable-module=proxy --enable-shared=proxy [unquote] but i find the following ..

mod_proxy and mod_gzip - i'm trying to get mod_proxy and mod_gzip to work together. both modules seem to work. but they will not work together. mod_gzip will only work if i tried to down load a website that is hosted on the local server, with out using mod_gzip. I have mod_prox...

mod_proxy vs. IHS (aka IBMhttpd) - Hello, sorry for the crossposting, but this matter shouldn't be too offtopic in all three groups. today we experienced a very strange problem on a seemingly trivial task. we wanted to access a websphere application over a secure reverse proxy like this...

Wanted: mod_proxy binaries - Hi All, Does anyone know where I can download binaries for mod_proxy? OS: Solaris 2.8 Apache: 2.0.43 Due to internal policies I can't install gcc to build my own, so any help will be greatly appreciated TIA, Pete

mod_proxy to IIS with redirect woes - I need help identifying a problem with my apache to IIS reverse proxy server setup. If I send http://foo.com/bar/dir My IIS server correctly gets a request for: /bar/dir/ and then /bar/dir/Default.asp Then that page has a..
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]