RE: [U2] Using httpout / UV based webserver / images?

2005-06-17 Thread George Gallen
I'll have to generalize them firstI'll see what I can do next week. George -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Thursday, June 16, 2005 7:39 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Using httpout / UV

RE: [U2] Using httpout / UV based webserver / images?

2005-06-17 Thread George Gallen
To: u2-users@listserver.u2ug.org Subject: Re: [U2] Using httpout / UV based webserver / images? George, do you, or would you be willing to, have your code up on the pickwiki ? Will Johnson Fast Forward Technologies -Original Message- From: George Gallen [EMAIL PROTECTED] To: u2-users

RE: [U2] Using httpout / UV based webserver / images?

2005-06-17 Thread Raymond DeGennaro II
At 11:25 -0400 2005/06/17, George Gallen wrote: And the output HTML is not cross browser compatible, unless that's the HTML output you provide. One little nit-pick here. HTML/XHTML is a standard and is browser-neutral. I think what you technically mean is that there will be no Netscape or

Re: [U2] Using httpout / UV based webserver / images?

2005-06-17 Thread FFT2001
In a message dated 6/17/05 8:42:00 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: George, do you, or would you be willing to, have your code up on the pickwiki ? Will --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Using httpout / UV based webserver / images?

2005-06-17 Thread Ian McGowan
From [EMAIL PROTECTED] George, do you, or would you be willing to, have your code up on the pickwiki ? Not to discourage anyone from posting on pickwiki, but Glen's new site http://mvdevcentral.com/ has much better support for code submissions - the wiki format doesn't really lend itself

Re: [U2] Using httpout / UV based webserver / images?

2005-06-16 Thread FFT2001
In a message dated 6/16/2005 10:56:07 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: Right now, I use apache as my webserver, and it integrates with our UV apps fairly well. But what do you use *between* Apache and the UV apps? Will Johnson --- u2-users mailing list

RE: [U2] Using httpout / UV based webserver / images?

2005-06-16 Thread George Gallen
Of [EMAIL PROTECTED] Sent: Thursday, June 16, 2005 2:27 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Using httpout / UV based webserver / images? In a message dated 6/16/2005 10:56:07 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: Right now, I use apache as my webserver

RE: [U2] Using httpout / UV based webserver / images?

2005-06-16 Thread u2
I did something like this a few years ago (on unix). Inetd was configured to run uv httpd in response to hits on port 80, where httpd was a basic program that read and wrote to standard io using socket calls (this was before universe included socket functions, so I had some simple GCI code that

Re: [U2] Using httpout / UV based webserver / images?

2005-06-16 Thread fft2001
:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Thursday, June 16, 2005 2:27 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Using httpout / UV based webserver / images? In a message dated 6/16/2005 10:56:07 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: Right now, I use apache