Re: Web servers for VM

2008-12-10 Thread Alan Altmark
On Wednesday, 12/10/2008 at 01:19 EST, Alan Ackerman [EMAIL PROTECTED] wrote: It doesn't, of course, provide any information about who the client is. For that we would need information from the client certificates. Otherwise, all we have is the IP address. The VM SSL server does not request

Re: Web servers for VM

2008-12-09 Thread Alan Altmark
On Sunday, 12/07/2008 at 09:40 EST, Alan Ackerman [EMAIL PROTECTED] wrote: The most important thing they want to do is to make sure the the data was actually encrypted. Otherwise, someone could have changed it, or stolen it. It seems probable that knowing the number of bits of

Re: Web servers for VM

2008-12-09 Thread David Boyes
Please take a look at the the TcpSStatus call in the TCP/IP Programming Reference to see if it has the details you are wanting. That is one of the APIs for which no C equivalent exists, though it is possible to use the output of NETSTAT SOCKETS to convert a socket number to a connection

Re: Web servers for VM

2008-12-09 Thread Alan Altmark
On Tuesday, 12/09/2008 at 09:44 EST, David Boyes [EMAIL PROTECTED] wrote: One idea: take a look at the OpenSSL API documentation. Since that seems to be the de facto floor SSL implementation on every other platform, similar capabilities would probably be desirable. If you're pressed for

Re: Web servers for VM

2008-12-09 Thread David Boyes
On 12/9/08 10:30 AM, Alan Altmark [EMAIL PROTECTED] wrote: TcpSStatus contains the state information maintainted by the stack in cooperation with the SSL server. I wanted to know if the state information it returns it is sufficient to meet the needs of Mr. Ackerman's programmers. If so, it

Re: Web servers for VM

2008-12-09 Thread Alan Ackerman
On Tue, 9 Dec 2008 10:30:30 -0500, Alan Altmark [EMAIL PROTECTED] wrote: TcpSStatus contains the state information maintainted by the stack in cooperation with the SSL server. I wanted to know if the state information it returns it is sufficient to meet the needs of Mr. Ackerman's programmers.

Re: Web servers for VM

2008-12-07 Thread Alan Ackerman
On Wed, 3 Dec 2008 01:01:56 -0500, Alan Altmark [EMAIL PROTECTED] wrote: What sort of information about the SSL session is useful to an app? We have thrown around the idea of an ibmsockopt or ioctl that would tell th e app whether or not the session is protected and, if so, by what encrypti on

Web servers for VM

2008-12-02 Thread Gentry, Stephen
I'm wanting to know if there are any other web servers, commercial or other wise, available for VM. I know of the following products: VM:Webgateway (CA - no new development) ESAWEB (Velocity) z-Web-Server (Illustro) freeware/open source: httpd server from vm download page Thanks,

Re: Web servers for VM

2008-12-02 Thread Dave Jones
Hi, Stephen Gentry, Stephen wrote: I'm wanting to know if there are any other web servers, commercial or other wise, available for VM. I know of the following products: VM:Webgateway (CA - no new development) ESAWEB (Velocity) (I've used this one a bit, it's quite nice and works

Re: Web servers for VM

2008-12-02 Thread Barton Robinson
ESAWEB is continously being enhanced - and if you are looking at Linux is included as part of our ESALPS (Linux Performance Suite). The LINUXVM.ORG website runs on ESAWEB, as does VelocitySoftware.COM, and other websites as well. ESALPS was written in assembler to be fast. With lack of

Re: Web servers for VM

2008-12-02 Thread Gentry, Stephen
z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of David Boyes Sent: Tuesday, December 02, 2008 11:29 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Web servers for VM I'm wanting to know if there are any other web servers, commercial or other wise, available for VM. The original

Re: Web servers for VM

2008-12-02 Thread Gentry, Stephen
For CMS. -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Jack Woehr Sent: Tuesday, December 02, 2008 11:27 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Web servers for VM Gentry, Stephen wrote: I'm wanting to know if there are any other web

Re: Web servers for VM

2008-12-02 Thread Dave Jones
. From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of David Boyes Sent: Tuesday, December 02, 2008 11:29 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Web servers for VM I'm wanting to know if there are any other web servers, commercial or other wise, available

Re: Web servers for VM

2008-12-02 Thread David Boyes
I think this is the httpd server on the VM download page (or it used to be there). I think the one on the IBM page is the one that Brian Wade did. Anyway, I have Webshare. I don't think it handles SSI's very well or at all.  (I'm not being critical, just an observation - sure wish it

Re: Web servers for VM

2008-12-02 Thread Thomas Kern
The WEBSHARE server itself does not need to support SSL if you have the SSLSERV for the TCPIP stack. I use SSLSERV to provide SSL support for ESA WEB so that I do not have to maintain two different SSL certificates. It has been a while since I used WEBSHARE but it did have some

Re: Web servers for VM

2008-12-02 Thread Adam Thornton
On Dec 2, 2008, at 11:17 AM, Dave Jones wrote: Another limitation is that WEBSHARE does not support SSL, just plain HTTP. The RSK-based one from IBM doesn't either. Yeah, but it'd be trivial to wrap it in SSLSERV. It's a well-behaved protocol, not like FTP. Adam

Re: Web servers for VM

2008-12-02 Thread Gentry, Stephen
feel comfortable modifying at this point in time. Steve -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Kern Sent: Tuesday, December 02, 2008 12:34 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Web servers for VM The WEBSHARE server

Re: Web servers for VM

2008-12-02 Thread Thomas Kern
I will have to dig around my archives to see if I have anything left from when we ran Webshare. /Tom Kern On Tue, 2 Dec 2008 12:40:24 -0500, Gentry, Stephen [EMAIL PROTECTED] wrote: Tom, thanks for the reply. If you have a working example as to what the html tag is supposed to look like

Re: Web servers for VM

2008-12-02 Thread Thomas Kern
I have found that Server-Side Processing was an add-on to WebShare from John Kinne. I have can make a VMARC of all of the files that I have for this add-on and supply it to anyone who wants it. That seems to be within the scope of the copyright. Title: WebShare Server Side Processing

Re: Web servers for VM

2008-12-02 Thread Schuh, Richard
To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Web servers for VM ESAWEB is continously being enhanced - and if you are looking at Linux is included as part of our ESALPS (Linux Performance Suite). The LINUXVM.ORG website runs on ESAWEB, as does VelocitySoftware.COM, and other websites as well

Re: Web servers for VM

2008-12-02 Thread Barton Robinson
System [mailto:[EMAIL PROTECTED] On Behalf Of Barton Robinson Sent: Tuesday, December 02, 2008 8:45 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Web servers for VM ESAWEB is continously being enhanced - and if you are looking at Linux is included as part of our ESALPS (Linux Performance Suite

Re: Web servers for VM

2008-12-02 Thread Eric Vaughan
/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Gentry, Stephen Sent: Tuesday, December 02, 2008 9:37 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Web servers for VM I'm wanting to know if there are any other web servers, commercial or other wise, available for VM. I know of the following

FW: Web servers for VM

2008-12-02 Thread Eric Vaughan
servers for VM I'm wanting to know if there are any other web servers, commercial or other wise, available for VM. I know of the following products: VM:Webgateway (CA - no new development) ESAWEB (Velocity) z-Web-Server (Illustro) freeware/open source: httpd server from vm download page Thanks

Re: Web servers for VM

2008-12-02 Thread Alan Ackerman
On Tue, 2 Dec 2008 15:09:00 -0600, Eric Vaughan [EMAIL PROTECTED] w rote: illustro's z/Web-Server product, listed below, has been continuously updated and enhanced since we acquired it from NEON Systems in 2005, and we continue to add new capabilities and functionality. Our product is actually

Re: Web servers for VM

2008-12-02 Thread Alan Altmark
On Tuesday, 12/02/2008 at 10:40 EST, Alan Ackerman [EMAIL PROTECTED] wrote: True, you can use SSLSERV instead, but it does not support client-side ce rtificates. None of the CGI environment variables are set, as it is transparent to the server. Sometimes you do not want to be so