9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] httpd
@ 2005-10-10 15:31 Skip Tavakkolian
  2005-10-10 15:35 ` Russ Cox
  0 siblings, 1 reply; 10+ messages in thread
From: Skip Tavakkolian @ 2005-10-10 15:31 UTC (permalink / raw)
  To: 9fans

What was (is?) the vision for httpd? 



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] httpd
  2005-10-10 15:31 [9fans] httpd Skip Tavakkolian
@ 2005-10-10 15:35 ` Russ Cox
  2005-10-10 19:27   ` Ronald G Minnich
  0 siblings, 1 reply; 10+ messages in thread
From: Russ Cox @ 2005-10-10 15:35 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> What was (is?) the vision for httpd?

To serve HTTP?

Russ


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] httpd
  2005-10-10 15:35 ` Russ Cox
@ 2005-10-10 19:27   ` Ronald G Minnich
  2005-10-10 20:14     ` Skip Tavakkolian
  2005-10-14 13:51     ` sam ducksworth
  0 siblings, 2 replies; 10+ messages in thread
From: Ronald G Minnich @ 2005-10-10 19:27 UTC (permalink / raw)
  To: Russ Cox, Fans of the OS Plan 9 from Bell Labs

Russ Cox wrote:
>>What was (is?) the vision for httpd?
> 
> 
> To serve HTTP?

to serve mankind.

ron


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] httpd
  2005-10-10 19:27   ` Ronald G Minnich
@ 2005-10-10 20:14     ` Skip Tavakkolian
  2005-10-14 13:51     ` sam ducksworth
  1 sibling, 0 replies; 10+ messages in thread
From: Skip Tavakkolian @ 2005-10-10 20:14 UTC (permalink / raw)
  To: 9fans

>>>What was (is?) the vision for httpd?
>> 
>> 
>> To serve HTTP?
> 
> to serve mankind.

serves me right.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] httpd
  2005-10-10 19:27   ` Ronald G Minnich
  2005-10-10 20:14     ` Skip Tavakkolian
@ 2005-10-14 13:51     ` sam ducksworth
  2005-10-18 10:06       ` Charles Forsyth
  1 sibling, 1 reply; 10+ messages in thread
From: sam ducksworth @ 2005-10-14 13:51 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs; +Cc: Russ Cox


On Oct 10, 2005, at 2:27 PM, Ronald G Minnich wrote:

> Russ Cox wrote:
>
>>> What was (is?) the vision for httpd?
>>>
>> To serve HTTP?
>>
>
> to serve mankind.
>
> ron
>

its a cook book!!


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] httpd
  2005-10-14 13:51     ` sam ducksworth
@ 2005-10-18 10:06       ` Charles Forsyth
  2005-10-18 17:24         ` Skip Tavakkolian
  0 siblings, 1 reply; 10+ messages in thread
From: Charles Forsyth @ 2005-10-18 10:06 UTC (permalink / raw)
  To: 9fans

> What was (is?) the vision for httpd?

what was (is?) the vision for the question?



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] httpd
  2005-10-18 10:06       ` Charles Forsyth
@ 2005-10-18 17:24         ` Skip Tavakkolian
  2005-10-18 17:35           ` Uriel
  0 siblings, 1 reply; 10+ messages in thread
From: Skip Tavakkolian @ 2005-10-18 17:24 UTC (permalink / raw)
  To: 9fans

>> What was (is?) the vision for httpd?
> 
> what was (is?) the vision for the question?

generally, are/were there any plans for things like j2ee "connector"
to access off world "web services"? 

specifically, how do i access a servlet (paypal) on a j2ee application
server (tomcat) from plan9 httpd?  a portion of the http request needs to
be handled on the plan9 server so moving everything off of plan9 will
still require apache/plan9 connectivity and auth considerations, etc.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] httpd
  2005-10-18 17:24         ` Skip Tavakkolian
@ 2005-10-18 17:35           ` Uriel
  0 siblings, 0 replies; 10+ messages in thread
From: Uriel @ 2005-10-18 17:35 UTC (permalink / raw)
  To: 9fans

On Tue, Oct 18, 2005 at 10:24:13AM -0700, Skip Tavakkolian wrote:
> >> What was (is?) the vision for httpd?
> > 
> > what was (is?) the vision for the question?
> 
> generally, are/were there any plans for things like j2ee "connector"
> to access off world "web services"? 
> 
> specifically, how do i access a servlet (paypal) on a j2ee application
> server (tomcat) from plan9 httpd?  a portion of the http request needs to
> be handled on the plan9 server so moving everything off of plan9 will
> still require apache/plan9 connectivity and auth considerations, etc.
If you are going to have to use java you could as well forget Plan 9.

(In theory you could make httpd speak whatever retarded protocol tomcat
uses this week, back in the day there were three or four, each with it's
own set of bugs and flaws, and requiring a different apache module, but
really, what does that earn you aside from extra pain?)

What I would like is something 'servlet-like'(the servlets API itself
was not all that bad back when I had to deal with it, but that is
ignoring JSP, J2EE and all that crap), but in Limbo.

Last I heard Inferno's httpd was in rather bad shape(HTTP 1.0 only?) but
I think caerwyn was working on bringing it back to the level of Plan 9's
httpd.

I think someone mentioned that brucee had something in OzInferno for web
app development, but you probably know more about that than me(I would
love to hear more ;)).

uriel


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] httpd
  2010-01-20 18:12 maht
@ 2010-01-20 19:05 ` maht
  0 siblings, 0 replies; 10+ messages in thread
From: maht @ 2010-01-20 19:05 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

As soon as I posted patch came back

I've submitted it as httpd-none and changed -N to -u to match a
different patch that does the same thing for another program





^ permalink raw reply	[flat|nested] 10+ messages in thread

* [9fans] httpd
@ 2010-01-20 18:12 maht
  2010-01-20 19:05 ` maht
  0 siblings, 1 reply; 10+ messages in thread
From: maht @ 2010-01-20 18:12 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hi,

I updated http://plan9.bell-labs.com/sources/contrib/maht/httpd/* to
sync with current source
/n/sources/contrib/maht/httpd/*

It adds -N option to stop it dropping to none which you have to be the
hostowner to kill
and logs any 404's to /sys/log/httpd/log

I tried to see if it's in patch already but that's taking too long
(patch/list has been sat there 30 mins now)

Matt





^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-01-20 19:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-10 15:31 [9fans] httpd Skip Tavakkolian
2005-10-10 15:35 ` Russ Cox
2005-10-10 19:27   ` Ronald G Minnich
2005-10-10 20:14     ` Skip Tavakkolian
2005-10-14 13:51     ` sam ducksworth
2005-10-18 10:06       ` Charles Forsyth
2005-10-18 17:24         ` Skip Tavakkolian
2005-10-18 17:35           ` Uriel
2010-01-20 18:12 maht
2010-01-20 19:05 ` maht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).