You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Marc Slemko <ma...@znep.com> on 1997/11/06 01:40:00 UTC

Re: mod_include/1361: "include virtual cannot include remote documents (fwd)

The following reply was made to PR mod_include/1361; it has been noted by GNATS.

From: Marc Slemko <ma...@znep.com>
To: Apache bugs database <ap...@apache.org>
Cc:  Subject: Re: mod_include/1361: "include virtual  cannot include remote documents (fwd)
Date: Wed, 5 Nov 1997 17:39:39 -0700 (MST)

 ---------- Forwarded message ----------
 Date: Wed, 05 Nov 1997 16:23:02 -0800
 From: BobX <bo...@bobx.com>
 To: Marc Slemko <ma...@znep.com>
 Subject: Re: mod_include/1361: "include virtual  cannot include remote documents
 
 Hey Marc;
 
 it works now, you were right.  It only works for straight directory, not
 files though.  interesting !!!.
 
 Anyway, I am building my own RSSI  HAHAHHAHA
 
 if you want me to keep you posted, just tell me.
 
 I am the WSF guy, and I have the "multi-IP   single-username"  module
 (which protects clubs from people sharing passwords)  and if you are
 interested, I could make this module available  (it involves one little
 function call being added in the "auth" modules)
 
 thanx for everything man
 
 BobX
 http://www.servermasters.com
 http://www.holler.net
 http://www.servint.com
 http://www.he.net
 http://www.bobx.com
 
 
 Marc Slemko wrote:
 > 
 > On Wed, 5 Nov 1997, BobX wrote:
 > 
 > > Hey Marc;
 > >
 > > no, it still does not work, cause the ProxyPass actually translates the
 > > URL before doind the "include"  and we end up in the same situation.
 > 
 > Erm... I'm not sure what you mean.  It works fine for me.  Perhaps you
 > don't have the proxy properly configured?
 > 
 > >
 > > I am going to write my own REMOTE SSI module, what do you think ?
 > >
 > > thanx a lot man.
 > >
 > > BobX
 > >
 > > marc@hyperreal.org wrote:
 > > >
 > > > Synopsis: "include virtual  cannot include remote documents
 > > >
 > > > State-Changed-From-To: open-closed
 > > > State-Changed-By: marc
 > > > State-Changed-When: Wed Nov  5 07:47:51 PST 1997
 > > > State-Changed-Why:
 > > > mod_include never has allowed for the inclusion of
 > > > remote documents, and likely never will.  It is very
 > > > difficult to implement well.
 > > >
 > > > What you can do is use the proxy and a ProxyPass directive, eg.:
 > > >
 > > >       ProxyPass /foobar http://www.remote-site/
 > > >
 > > > and then use "include virtual=/foobar/file.html"..
 > >