Bug 61419

Summary: SSLProxyPassEnv not supported
Product: [Retired] Stronghold for Red Hat Linux Reporter: Need Real Name <mtsan>
Component: stronghold-mod_sslAssignee: Joe Orton <jorton>
Status: CLOSED WORKSFORME QA Contact: Stronghold Engineering List <stronghold-eng-list>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.0CC: stronghold-eng-list
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-03-19 13:53:31 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 Need Real Name 2002-03-19 13:53:27 UTC
Description of Problem:
Syntax error for httpd.conf when SSLProxyPassEnv is specified in httpd.conf 
and "service httpd start" is executed.

Version-Release number of selected component (if applicable):
stronghold-mod_ssl-2.8.5-5

How Reproducible:
Easily reproduced.

Steps to Reproduce:
1. Edit httpd.conf to add in SSLProxyPassEnv directive.
2. Save httpd.conf file.
3. service httpd start (if httpd is not running before)

Actual Results:
Syntax Error on line xx of httpd.conf. Invalid command 'SSLProxyPassEnv' ..
[FAILED].

Expected Results:
Server starts

Additional Information:

Comment 1 Need Real Name 2002-03-20 15:28:26 UTC
SSLProxyPassEnv is supported, it just needs to be specified after the 
LoadModule libssl.so directive in the httpd.conf file.