I have a script that uses an outside SSH program. I connect to a Websphere server from a Apache2 on win2k and cycle 4 applications($arr_appServerName = Array("ConfigAppSrv", "MWAppSrv1", "MWAppSrv2", "UIAppSrv")). Don't know is this will help but here's a snip of it... <snip> $cmd = "ps -ef|grep $appServerName|grep -c $WAS_HOME"; ob_start(); passthru("D:/Webcore/SSH/ssh2.exe esys@$remoteServer \"$cmd\"", $retcode); $retval = ob_get_clean(); <snip> > -----Original Message----- > From: Craig Dunigan [mailto:cdunigan@xxxxxxxxxxxxx] > Sent: Tuesday, April 19, 2005 12:25 PM > To: users@xxxxxxxxxxxxxxxx > Subject: Re: [users@httpd] SSL access from Apache to Websphere > > Or better yet, this one: > > http://publib.boulder.ibm.com/infocenter/ws60help/index.jsp?to pic=/com.ibm.websphere.nd.doc/info/ae/ae/tins_manualWebIHS20.htm> l > > Basically, it says that if you didn't use IBM's Web Server, the plugin > installation does not include the GSKit libraries needed for SSL. I'm > guessing that if you get the GSKit libraries, you'll be all set. > > On Tue, 19 Apr 2005, Craig Dunigan wrote: > > > Not sure it's relevant, but it sure sounds the same to me: > > > > > http://publib.boulder.ibm.com/infocenter/ws60help/index.jsp?to pic=/com.ibm.websphere.nd.doc/info/ae/ae/tsec_httpserv.html > > > > Found via brief Google query: don't forget to search Google first! > > > > On Tue, 19 Apr 2005, Francisco Martinez Espadas wrote: > > > > > Hello, > > > > > > First I explain you my scenario: I have an apache 2 web > server installed > > > in a Suse Enterprise Server 9. I also have a Websphere > 5.1 Application > > > Server mounted on a Windows 2000 Server. I want to acess > via SSL from > > > the web server to the application server. Right now the client can > > > access the Apache via SSL, and also the WebSphere via > SSL, too. The > > > problem is in the connection between Apache and > Websphere. I mean, when > > > the client tries to acces an application installed on the > application > > > server, but throught the Apache web server. However, it > works fine if > > > the client tries it withouth SSL, via HTTP. > > > > > > In the log (/var/log/apache2/error_log) I've found the > following error: > > > File does not exist: /srv/www/htdocs/name_of_application. > > > I think the apache is not reading the Websphere plugin > properly, but only via SSL!! . > > > I've revised the configuration files and I've not anything rare. > > > > > > What's wrong? > > > > > > Please help me! > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > The official User-To-User support forum of the Apache > HTTP Server Project. > > > See <URL:http://httpd.apache.org/userslist.html> for more info. > > > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > > > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > > > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > > > > > > > > > -- > Craig Dunigan > IS Technical Services Specialist (I don't know what it means, either) > Middleware - Enterprise Info Systems - Department of Info Technology > University of Wisconsin, Madison > > opinions expressed are my own, not the University's > > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP > Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx