The following reply was made to PR mod_proxy/1326; it has been noted by GNATS.

From: Marc Slemko <[EMAIL PROTECTED]>
To: Apache bugs database <[EMAIL PROTECTED]>
Cc:  Subject: Re: mod_proxy/1326: HTTPS - Cannot Connect! (PR#1024, PR#1105) 
(fwd)
Date: Wed, 29 Oct 1997 09:10:16 -0700 (MST)

 ---------- Forwarded message ----------
 Date: Wed, 29 Oct 1997 13:26:27 +0100
 From: Rainer Scherg RTC <[EMAIL PROTECTED]>
 To: [EMAIL PROTECTED]
 Subject: Re: mod_proxy/1326: HTTPS - Cannot Connect! (PR#1024, PR#1105)
 
 > Synopsis: HTTPS - Cannot Connect! (PR#1024, PR#1105)
 > 
 > State-Changed-From-To: open-analyzed
 > State-Changed-By: marc
 > State-Changed-When: Tue Oct 28 06:44:24 PST 1997
 > State-Changed-Why:
 >[...]
 > If this doesn't help, recompile Apache with "-g" added to
 > the EXTRA_CFLAGS for debugging info, add a CoreDumpDirectory
 > directive to put the core dumps somewhere writable, then
 > get a core dump and run gbd on it to see where it is dumping.
 > 
 
 Reply-Mail - Part: 3
 
 I've tried to include a small debug-code in the proxy-source:
 
 The requested https-url is:
  https://R2online.sap-ag.de/scripts/wgate.dll?<some-param>
 
 
 
 Log-Entry concerning this problem:
 --------------------
 *) r->uri: _R2online.sap-ag.de:443_ r->hostname: _[Wed Oct 29
  13:17:25 1997] [notice] httpd: caught SIGSEGV, attempting to
  dump core in /tmp    
 --------------------
 
 
 Module proxy_util.c:
 ---------------------
 static int proxy_match_ipaddr(struct dirconn_entry *This, request_rec *r)
 {
 [...]
     const char *host = proxy_get_host_of_request(r);
 
     memset(&addr, '\0', sizeof addr);
     memset(ip_addr, '\0', sizeof ip_addr);
 
  // add. included print-statement
  fprintf(stderr, "*) r->uri: _%s_ r->hostname: _%s_\n",
          r->uri, r->hostname);
  fflush (stderr);
 [...]
 ---------------------
 
 
 r->hostname seems to be NULL (SIGSEGV)?  (why?)
 and r->uri has a port 443 added (where does this come from?)
 
 ... hope this helps to find the bug -- Rainer
 
 
 
 --------------------------------------------------------------------
 Rainer Scherg, Abt. RTC, Mannesmann Rexroth AG
 e-Mail: [EMAIL PROTECTED],  Tel/Fax: +49-9352-18-1510 /-1500
 
 

Reply via email to