Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94993 - loading mod_ssl with strange behaviour
Summary: loading mod_ssl with strange behaviour
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-04 03:11 UTC by Thomas Hoff
Modified: 2005-07-11 20:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Hoff 2005-06-04 03:11:25 UTC
Hello. I just emerged 2.0.54-r5. (using the new httpd.conf) 
 
I added APACHE2_OPTS="-D SSL" to /etc/conf.d/apache2, and restarted apache.  
 
http://localhost works fine, but not https://localhost. I get broken 
connection in konqueror. 
 
While trying to sort out the problem i added: 
LoadModule ssl_module    modules/mod_ssl.so 
right after the <IfDefine SSL>.. <IfDefine> in 40_mod_ssl.conf, and restarted 
apache. 
 
It then said: 
 * Restarting apache2... 
[Sat Jun 04 14:05:06 2005] [warn] module ssl_module is already loaded, 
skipping   
 
I can now connect to https://localhost 
Strange eh? 
 
The config files wern't touched apart from this. 
 

Reproducible: Always
Steps to Reproduce:
1. Add APACHE2_OPTS="-D SSL" to /etc/conf.d/apache2    
2. Start apache2, discover that connecting to https://localhost doesn't work    
3. Add  LoadModule ssl_module    modules/mod_ssl.so to 40_mod_ssl.conf (RIGHT  
after  <IfDefine SSL>.. <IfDefine> 
4. Restart apache, and get the warning: [warn] module ssl_module is already 
loaded, skipping 
5. Discover that connecting to https://localhost now works fine 
     
Actual Results:  
read "Steps to Reproduce" 

Expected Results:  
read "Steps to Reproduce"
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-06-04 03:24:06 UTC
Works just fine here with default conf files.
Comment 2 Michael Stewart (vericgar) (RETIRED) gentoo-dev 2005-07-11 20:21:58 UTC
unable to reproduce. resolving.