Re: In terrible need of a work-a-round :)

2000-12-29 Thread Nick DeClario

Connected with no problems using Netscape 4.72 for Linux running RH 6.2
kernel 2.2.17.

Eric Wood wrote:
 
 I have a test web site http://www.interplas.com/newindex.html and am having
 problems connect via https to https://www.interplas.com/log-in.html.
 
 IE 5.5 for Windows (128bit) connects fine to the secure log-in page.
 Netscape 4.75 for Windows has no problem either.  But, Windows IE 5.0
 (40bit) and Macintosh IE 5.0 (128bit) both will _not_ connect securely to
 the log-in page.  Mac says, "Security Failure. Data Decryption error."
 
 I'm running apache-1.3.14-3, mod_ssl-2.7.1-3, and openssl-0.9.5a-14 on a RH
 7.0 system with all the RH updates.
 
 Can someone connect to my log-in page just to see if you can connect
 securely?  Please tell me the browser and platform you are running if it
 fails and I welcome any suggestions.
 
 Thanks!!!
 -Eric Wood
 
 PS: extra info
 
 VirtualHost 12.107.34.11:443
 DocumentRoot /www/docs/www.interplas.com
 ServerAdmin [EMAIL PROTECTED]
 ServerName www.interplas.com
 ErrorLog
 /www/docs/www.interplas.com/logs/www.interplas.com-error_log
 CustomLog
 /www/docs/www.interplas.com/logs/www.interplas.com-access_log combined
 Customlog
 /www/docs/www.interplas.com/logs/www.interplas.com-ssl_request_log "%t %h
 %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
 SSLEngine on
 SSLCertificateFile
 /etc/httpd/conf/ssl.crt/www.interplas.com.server.crt
 SSLCertificateKeyFile
 /etc/httpd/conf/ssl.key/www.interplas.com.server.key
 Files ~ "\.(cgi|shtml)$"
 SSLOptions +StdEnvVars
 /Files
 #   Directory "/var/www/cgi-bin"
 #   SSLOptions +StdEnvVars
 #   /Directory
 SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
 /VirtualHost
 
 __
 Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
 User Support Mailing List  [EMAIL PROTECTED]
 Automated List Manager[EMAIL PROTECTED]

-- 
Nicholas DeClario   Guardian Digital, Inc.
(201) 934-9230Pioneering.  Open Source.  Security.
[EMAIL PROTECTED]http://www.guardiandigital.com
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: Module might crash under EAPI

2000-12-29 Thread Wojciech Wasowicz

12/29/00 12:36:51 PM, Evelio Martinez [EMAIL PROTECTED] wrote:


   I have done it as you told me but  still continues the same. Any idea? 
 


   lista="mod_vhost_alias mod_env mod_log_config mod_mime_magic mod_mime
   mod_negotiation mod_status mod_info mod_include mod_autoindex mod_dir
   mod_cgi mod_asis mod_imap mod_actions mod_speling mod_userdir mod_alias
   mod_rewrite mod_access mod_auth mod_auth_anon mod_auth_dbm mod_digest
   mod_cern_meta mod_expires mod_headers mod_usertrack mod_unique_id
   mod_setenvif" 

   for i in $lista 
   do 
 /usr/sbin/apxs -o $i.so -DEAPI -DSHARED_CODE -c $i.c 
   done 


   Originally it was generated with: 

   SSL_BASE=../openssl-0.9.6 
   EAPI_MM=../mm-1.1.3 
   ./configure --enable-module=ssl \ 
   --enable-rule=EAPI \ 
   --enable-module=most \ 
   --enable-shared=max \ 
   --with-layout=RedHat 


   Regards 

   --
   Evelio Martínez
   Testanet. Dept. desarrollo software.
   Av. Reino de Valencia, 15 - 5
   46005 Valencia (Spain)
   Tel: +34 96 395 90 00
   Fax: +34 96 316 23 19


One thing - what version of apache apsx have you got? I've been sent a letter that it 
must be _new_ aspx 
- I've used one included in apache1.3.14

second - there is 
http://jakarta.apache.org/builds/tomcat/release/v3.2.1/bin/
these are sources of tomcat - if you take it, look at included documentation, 
you will find the way to compile mod_jk with aspx (including all options, problems etc)
- it is called mod_jk-HOWTO. I've taken my command line for compilation  from that 
document

using command for solaris I've compiled modules, copied them instead that compilen 
during instalation 
and it run without a warning 
Each module I replaced - one warning less occured.

Oh, and i've let modssl to configure my apache sources
cd mod(..)
./configure --with-apache=../apache(..) ...



HIH

Wojtek




__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]