Bug 113583

Summary: Segmentation Fault When using auth_pgsql for Authentication
Product: Red Hat Enterprise Linux 3 Reporter: John Pilley <jpilley>
Component: httpdAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
URL: www.cpro5.com
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-01-15 20:50:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description John Pilley 2004-01-15 16:15:34 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2)
Gecko/20030208 Netscape/7.02

Description of problem:
Using mod_auth_pgsql to authenticate users accessing my cgi-s
directory, I get a segmentation fault(11) in the child process when
apache tries to fork. There is no problem with the same set up on
RedHat Linux 9.0.

Version-Release number of selected component (if applicable):
httpd-2.0.46-26ent/mod_auth_pgsql-2.0.1-3.ent

How reproducible:
Always

Steps to Reproduce:
1.Go to static welcome page
2. Click on Member's Entry Point
3. Enter username and password
4. Nothing happens so check /etc/httpd/logs/error_log and get error
message (does not log into the /usr/local/apache/cpro/logs/error_log)
    

Actual Results:  As reported

Expected Results:  Should have seen a page generated by a perl cgi script.

Additional info: