You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modproxy-dev@apache.org by Chuck Murcko <ch...@topsail.org> on 2001/02/17 20:23:39 UTC

OOT for a couple

I'm trying to rest up for a couple of days, so I'll likely be not
checking mail until Monday, heading for Half Moon Bay soon.

Graham, did I miss your cache doc?

Still working on getting commit access for ASF people. Graham, are you
interested in this considering that amount of work you've already done?
Also, are there any objections to Graham have commit privs?

Thanks. 16 hours' sleep yesterday did me some good. 8^)
-- 
Chuck
Chuck Murcko
Topsail Group
chuck@topsail.org

Re: OOT for a couple

Posted by "Victor J. Orlikowski" <v....@gte.net>.
My apologies to all. I meant to be asking Chuck directly, but if you
know, please let me know. Otherwise, I'll be working on making the
proxy build system work.

Victor
-- 
Victor J. Orlikowski
======================
v.j.orlikowski@gte.net
orlikowski@apache.org
vjo@us.ibm.com


Re: OOT for a couple

Posted by "Victor J. Orlikowski" <v....@gte.net>.
Chuck,

	Is the proxy building for you?
	If so, could you let me know what steps you took to get it so
(i.e. checking out to what directory, etc.)? I'm not having any luck,
when I check the module out to live under httpd-2.0/modules.

Thanks,
Victor
-- 
Victor J. Orlikowski
======================
v.j.orlikowski@gte.net
orlikowski@apache.org
vjo@us.ibm.com


Re: OOT for a couple

Posted by Graham Leggett <mi...@sharp.fm>.
Chuck Murcko wrote:

> I'm trying to rest up for a couple of days, so I'll likely be not
> checking mail until Monday, heading for Half Moon Bay soon.
> 
> Graham, did I miss your cache doc?

Nope - been recovering from a machine reinstall - I managed to retrieve
the doc from my damaged partition, but I'd like to clean it up first to
make it easier to understand.

Will send it through in the next day.

> Still working on getting commit access for ASF people. Graham, are you
> interested in this considering that amount of work you've already done?
> Also, are there any objections to Graham have commit privs?
> 
> Thanks. 16 hours' sleep yesterday did me some good. 8^)

Regards,
Graham
--

Re: Temporary build patch for proxy

Posted by Chuck Murcko <ch...@topsail.org>.
Cool, thanks. Committed. I think it makes more sense to pattern the
build dir after existing external modules than after apr, so I want to
change that anyway. What's in the build dir now is essentially from
apr-util with the nongeneric stuff stripped out.

Chuck

"Victor J. Orlikowski" wrote:
> 
> O.K., until a proper build system can be put into place for the proxy,
> this will work for those who want to work on the code.
> Ryan, Chuck, or Greg: if you think this is a good idea, please commit
> it temporarily, while a build system is created.
> With this patch in place, all that will be needed to build the proxy
> for now is to check out the httpd-proxy module under modules in the
> 2.0 tree, and to do a buildconf to re-build the configure file
> properly.
> That said, I'll be starting work on a build system shortly (unless
> someone beats me to it).
> 
-- 
Chuck
Chuck Murcko
Topsail Group
chuck@topsail.org

Re: Temporary build patch for proxy

Posted by rb...@covalent.net.
I guess my thought is that what you are doing is encouraging leaving this
code out of the server.  By leaving things the way they are, you can't
work on the server unless it is exactly where it should be in the server.
It also means that when/if it goes back into the server, no changes will
be necessary.

Ryan

On Mon, 19 Feb 2001, Victor J. Orlikowski wrote:

> Ryan,
>
> 	That would work too. :)
> 	However, I'd like to keep the module name as-is. That way, we
> don't get *too* comfortable, and stick to the idea of making this a
> separately maintained module, which may one day be rolled back into
> the stock daemon. Having something ugly but workable is encouragement
> to fix it, IMO.
> Call me crazy; I know you want to. :)
>
> Victor
> --
> Victor J. Orlikowski
> ======================
> v.j.orlikowski@gte.net
> orlikowski@apache.org
> vjo@us.ibm.com
>
>


_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------


Re: Temporary build patch for proxy

Posted by "Victor J. Orlikowski" <v....@gte.net>.
Ryan,

	That would work too. :)
	However, I'd like to keep the module name as-is. That way, we
don't get *too* comfortable, and stick to the idea of making this a
separately maintained module, which may one day be rolled back into
the stock daemon. Having something ugly but workable is encouragement
to fix it, IMO.
Call me crazy; I know you want to. :)

Victor
-- 
Victor J. Orlikowski
======================
v.j.orlikowski@gte.net
orlikowski@apache.org
vjo@us.ibm.com


Re: Temporary build patch for proxy

Posted by rb...@covalent.net.
Why not just do:

cvs co -d httpd-2.0/modules/proxy httpd-proxy?

That will check out the proxy directory to where it expects to be.

Ryan

On Mon, 19 Feb 2001, Victor J. Orlikowski wrote:

> O.K., until a proper build system can be put into place for the proxy,
> this will work for those who want to work on the code.
> Ryan, Chuck, or Greg: if you think this is a good idea, please commit
> it temporarily, while a build system is created.
> With this patch in place, all that will be needed to build the proxy
> for now is to check out the httpd-proxy module under modules in the
> 2.0 tree, and to do a buildconf to re-build the configure file
> properly.
> That said, I'll be starting work on a build system shortly (unless
> someone beats me to it).
>
> Index: module-2.0/config.m4
> ===================================================================
> RCS file: /home/cvs/httpd-proxy/module-2.0/config.m4,v
> retrieving revision 1.5
> diff -u -d -r1.5 config.m4
> --- module-2.0/config.m4	2001/02/06 10:46:23	1.5
> +++ module-2.0/config.m4	2001/02/19 23:24:50
> @@ -1,6 +1,6 @@
>  dnl modules enabled in this directory by default
>
> -APACHE_MODPATH_INIT(proxy)
> +APACHE_MODPATH_INIT(httpd-proxy/module-2.0)
>
>  proxy_objs="mod_proxy.lo proxy_connect.lo proxy_cache.lo proxy_http.lo proxy_util.lo"
>
>
> --
> Victor J. Orlikowski
> ======================
> v.j.orlikowski@gte.net
> orlikowski@apache.org
> vjo@us.ibm.com
>
>


_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------


Temporary build patch for proxy

Posted by "Victor J. Orlikowski" <v....@gte.net>.
O.K., until a proper build system can be put into place for the proxy,
this will work for those who want to work on the code.
Ryan, Chuck, or Greg: if you think this is a good idea, please commit
it temporarily, while a build system is created.
With this patch in place, all that will be needed to build the proxy
for now is to check out the httpd-proxy module under modules in the
2.0 tree, and to do a buildconf to re-build the configure file
properly.
That said, I'll be starting work on a build system shortly (unless
someone beats me to it).

Index: module-2.0/config.m4
===================================================================
RCS file: /home/cvs/httpd-proxy/module-2.0/config.m4,v
retrieving revision 1.5
diff -u -d -r1.5 config.m4
--- module-2.0/config.m4	2001/02/06 10:46:23	1.5
+++ module-2.0/config.m4	2001/02/19 23:24:50
@@ -1,6 +1,6 @@
 dnl modules enabled in this directory by default
 
-APACHE_MODPATH_INIT(proxy)
+APACHE_MODPATH_INIT(httpd-proxy/module-2.0)
 
 proxy_objs="mod_proxy.lo proxy_connect.lo proxy_cache.lo proxy_http.lo proxy_util.lo"
 

-- 
Victor J. Orlikowski
======================
v.j.orlikowski@gte.net
orlikowski@apache.org
vjo@us.ibm.com