<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2722" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=969014712-26082005><FONT size=2>Hey guys,</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>OK. I set up FC4 to replace an 
FC2 box that got CHDS (Crunchy Hard Drive Syndrome) due to a bonehead that 
turned the system off by the switch. Anyway most of the stuff has gone rather 
well except for the ssl installation</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>I've installed openssl and 
mod_ssl. When the sslengine is set to on in the ssl.conf httpd will not 
start {FAILED]. </FONT></SPAN><SPAN class=969014712-26082005><FONT size=2>When 
sslengine is commented out the httpd error_log gives the 
following:</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>[Fri Aug 26 08:55:56 2005] 
[notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)<BR>[Fri Aug 26 
08:55:57 2005] [warn] Init: (host.domain:443) You configured HTTP(80) on the 
standard HTTPS(443) port!<BR>[Fri Aug 26 08:55:58 2005] [notice] Digest: 
generating secret for digest authentication ...<BR>[Fri Aug 26 08:55:58 2005] 
[notice] Digest: done<BR>[Fri Aug 26 08:55:58 2005] [notice] LDAP: Built with 
OpenLDAP LDAP SDK<BR>[Fri Aug 26 08:55:58 2005] [notice] LDAP: SSL support 
unavailable<BR>[Fri Aug 26 08:55:58 2005] [notice] mod_python: Creating 4 
session mutexes based<BR> on 256 max processes and 0 max threads.<BR>[Fri 
Aug 26 08:55:59 2005] [warn] Init: (host.domain:443) You configured HTTP(80) on 
the standard HTTPS(443) port!<BR>[Fri Aug 26 08:55:59 2005] [notice] 
Apache/2.0.54 (Fedora) configured -- resuming normal 
operations<BR></FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>I'm figuring that the [warn] is 
telling me that it can see the LISTEN 80 in my httpd.conf but I don't know 
why. </FONT></SPAN><SPAN class=969014712-26082005><FONT size=2>Any and all 
suggestions are welcome.</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>Thanks,</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>Stephen</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2> </DIV></FONT></SPAN>
<DIV><SPAN class=969014712-26082005><FONT size=2>My httpd.conf file is as 
follows:</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>ServerTokens 
OS</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>ServerRoot 
"/etc/httpd"</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>PidFile 
run/http.pid</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>Timeout 120</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>KeepAlive 
Off</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>MaxKeepAliveRequests 
100</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>KeepAlive Timeout 
15</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2><IfModule 
prefork.c><BR>   StartServers       
8<BR>   MinSpareServers    5<BR>   
MaxSpareServers   20<BR>   
ServerLimit      256<BR>   
MaxClients       256<BR>   
MaxRequestsPerChild  4000<BR></IfModule></FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2><IfModule 
worker.c><BR>   
StartServers         2<BR>   
MaxClients         150<BR>   
MinSpareThreads     25<BR>   
MaxSpareThreads     75<BR>   
ThreadsPerChild     25<BR>   
MaxRequestsPerChild  0<BR></IfModule><BR>Listen 
80</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>LoadModule access_module 
modules/mod_access.so<BR>LoadModule auth_module 
modules/mod_auth.so<BR>LoadModule auth_anon_module 
modules/mod_auth_anon.so<BR>LoadModule auth_dbm_module 
modules/mod_auth_dbm.so<BR>LoadModule auth_digest_module 
modules/mod_auth_digest.so<BR>LoadModule ldap_module 
modules/mod_ldap.so<BR>LoadModule auth_ldap_module 
modules/mod_auth_ldap.so<BR>LoadModule include_module 
modules/mod_include.so<BR>LoadModule log_config_module 
modules/mod_log_config.so<BR>LoadModule logio_module 
modules/mod_logio.so<BR>LoadModule env_module modules/mod_env.so<BR>LoadModule 
mime_magic_module modules/mod_mime_magic.so<BR>LoadModule cern_meta_module 
modules/mod_cern_meta.so<BR>LoadModule expires_module 
modules/mod_expires.so<BR>LoadModule deflate_module 
modules/mod_deflate.so<BR>LoadModule headers_module 
modules/mod_headers.so<BR>LoadModule usertrack_module 
modules/mod_usertrack.so<BR>LoadModule setenvif_module 
modules/mod_setenvif.so<BR>LoadModule mime_module 
modules/mod_mime.so<BR>LoadModule dav_module modules/mod_dav.so<BR>LoadModule 
status_module modules/mod_status.so<BR>LoadModule autoindex_module 
modules/mod_autoindex.so<BR>LoadModule asis_module 
modules/mod_asis.so<BR>LoadModule info_module modules/mod_info.so<BR>LoadModule 
dav_fs_module modules/mod_dav_fs.so<BR>LoadModule vhost_alias_module 
modules/mod_vhost_alias.so<BR>LoadModule negotiation_module 
modules/mod_negotiation.so<BR>LoadModule dir_module 
modules/mod_dir.so<BR>LoadModule actions_module 
modules/mod_actions.so<BR>LoadModule speling_module 
modules/mod_speling.so<BR>LoadModule userdir_module 
modules/mod_userdir.so<BR>LoadModule alias_module 
modules/mod_alias.so<BR>LoadModule rewrite_module 
modules/mod_rewrite.so<BR>LoadModule proxy_module 
modules/mod_proxy.so<BR>LoadModule proxy_ftp_module 
modules/mod_proxy_ftp.so<BR>LoadModule proxy_http_module 
modules/mod_proxy_http.so<BR>LoadModule proxy_connect_module 
modules/mod_proxy_connect.so<BR>LoadModule cache_module 
modules/mod_cache.so<BR>LoadModule suexec_module 
modules/mod_suexec.so<BR>LoadModule disk_cache_module 
modules/mod_disk_cache.so<BR>LoadModule file_cache_module 
modules/mod_file_cache.so<BR>LoadModule mem_cache_module 
modules/mod_mem_cache.so<BR>LoadModule cgi_module modules/mod_cgi.so<BR>Include 
conf.d/*.conf<BR>User apache</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>Group 
apache</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>ServerAdmin <A 
href="mailto:name@domain">name@domain</A></FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>ServerName 
host.domain:80<BR>UseCanonicalName Off</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>DocumentRoot 
"/var/www/html"</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2><Directory 
/><BR>    Options FollowSymLinks<BR>    
AllowOverride None<BR></Directory><BR><Directory 
"/var/www/html"><BR>   Options Indexes 
FollowSymLinks</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>   AllowOverride 
None<BR>   Order allow,deny<BR>   Allow from 
all</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT 
size=2></Directory><BR><IfModule 
mod_userdir.c><BR>    UserDir disable</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT 
size=2></IfModule></FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>DirectoryIndex index.php 
index.htm index.html index.html.var<BR>AccessFileName 
.htaccess</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2><Files ~ 
"^\.ht"><BR>    Order allow,deny<BR>    Deny 
from all<BR></Files><BR>TypesConfig /etc/mime.types</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>DefaultType 
text/plain</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2><IfModule 
mod_mime_magic.c><BR>    MIMEMagicFile 
conf/magic<BR></IfModule></FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>HostnameLookups 
On</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>ErrorLog 
logs/error_log</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>LogLevel 
warn</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>LogFormat "%h %l %u %t \"%r\" 
%>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined<BR>LogFormat "%h %l %u %t 
\"%r\" %>s %b" common<BR>LogFormat "%{Referer}i -> %U" 
referer<BR>LogFormat "%{User-agent}i" agent</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>CustomLog logs/access_log 
combined<BR>ServerSignature EMail</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>Alias /icons/ 
"/var/www/icons/"</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2><Directory 
"/var/www/icons"><BR>    Options Indexes 
MultiViews<BR>    AllowOverride None<BR>    Order 
allow,deny<BR>    Allow from 
all<BR></Directory><BR><IfModule mod_dav_fs.c><BR>    
# Location of the WebDAV lock database.<BR>    DAVLockDB 
/var/lib/dav/lockdb<BR></IfModule><BR>ScriptAlias /cgi-bin/ 
"/var/www/cgi-bin/"</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2><Directory 
"/var/www/cgi-bin"><BR>    AllowOverride 
None<BR>    Options None<BR>    Order 
allow,deny<BR>    Allow from 
all<BR></Directory><BR>IndexOptions FancyIndexing VersionSort 
NameWidth=*<BR></FONT></SPAN><SPAN class=969014712-26082005><FONT 
size=2>AddIconByEncoding (CMP,/icons/compressed.gif) x-compress 
x-gzip</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>AddIconByType 
(TXT,/icons/text.gif) text/*<BR>AddIconByType (IMG,/icons/image2.gif) 
image/*<BR>AddIconByType (SND,/icons/sound2.gif) audio/*<BR>AddIconByType 
(VID,/icons/movie.gif) video/*</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>AddIcon /icons/binary.gif .bin 
.exe<BR>AddIcon /icons/binhex.gif .hqx<BR>AddIcon /icons/tar.gif .tar<BR>AddIcon 
/icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv<BR>AddIcon /icons/compressed.gif 
.Z .z .tgz .gz .zip<BR>AddIcon /icons/a.gif .ps .ai .eps<BR>AddIcon 
/icons/layout.gif .html .shtml .htm .pdf<BR>AddIcon /icons/text.gif 
.txt<BR>AddIcon /icons/c.gif .c<BR>AddIcon /icons/p.gif .pl .py<BR>AddIcon 
/icons/f.gif .for<BR>AddIcon /icons/dvi.gif .dvi<BR>AddIcon /icons/uuencoded.gif 
.uu<BR>AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl<BR>AddIcon 
/icons/tex.gif .tex<BR>AddIcon /icons/bomb.gif core</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2>AddIcon /icons/back.gif 
..<BR>AddIcon /icons/hand.right.gif README<BR>AddIcon /icons/folder.gif 
^^DIRECTORY^^<BR>AddIcon /icons/blank.gif ^^BLANKICON^^<BR></FONT></SPAN><SPAN 
class=969014712-26082005><FONT size=2>DefaultIcon 
/icons/unknown.gif<BR></FONT></SPAN><SPAN class=969014712-26082005><FONT 
size=2>ReadmeName README.html<BR>HeaderName HEADER.html<BR></FONT></SPAN><SPAN 
class=969014712-26082005><FONT size=2>AddLanguage ca .ca<BR>AddLanguage cs .cz 
.cs<BR>AddLanguage da .dk<BR>AddLanguage de .de<BR>AddLanguage el 
.el<BR>AddLanguage en .en<BR>AddLanguage eo .eo<BR>AddLanguage es 
.es<BR>AddLanguage et .et<BR>AddLanguage fr .fr<BR>AddLanguage he 
.he<BR>AddLanguage hr .hr<BR>AddLanguage it .it<BR>AddLanguage ja 
.ja<BR>AddLanguage ko .ko<BR>AddLanguage ltz .ltz<BR>AddLanguage nl 
.nl<BR>AddLanguage nn .nn<BR>AddLanguage no .no<BR>AddLanguage pl 
.po<BR>AddLanguage pt .pt<BR>AddLanguage pt-BR .pt-br<BR>AddLanguage ru 
.ru<BR>AddLanguage sv .sv<BR>AddLanguage zh-CN .zh-cn<BR>AddLanguage zh-TW 
.zh-tw<BR></FONT></SPAN><SPAN class=969014712-26082005><FONT 
size=2>LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn 
no pl pt pt-BR ru sv zh-CN zh-TW<BR></FONT></SPAN><SPAN 
class=969014712-26082005><FONT size=2>ForceLanguagePriority Prefer 
Fallback<BR></FONT></SPAN><SPAN class=969014712-26082005><FONT 
size=2>AddDefaultCharset UTF-8<BR></FONT></SPAN><SPAN 
class=969014712-26082005><FONT size=2>AddType application/x-compress 
.Z<BR>AddType application/x-gzip .gz .tgz<BR></FONT></SPAN><SPAN 
class=969014712-26082005><FONT size=2>AddHandler type-map 
var<BR></FONT></SPAN><SPAN class=969014712-26082005><FONT size=2>AddType 
text/html .shtml<BR>AddOutputFilter INCLUDES .shtml<BR></FONT></SPAN><SPAN 
class=969014712-26082005><FONT size=2>Alias /error/ 
"/var/www/error/"</FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2><IfModule 
mod_negotiation.c><BR><IfModule mod_include.c><BR>    
<Directory "/var/www/error"><BR>        
AllowOverride None<BR>        Options 
IncludesNoExec<BR>        AddOutputFilter 
Includes html<BR>        AddHandler type-map 
var<BR>        Order 
allow,deny<BR>        Allow from 
all<BR>        LanguagePriority en es de 
fr<BR>        ForceLanguagePriority Prefer 
Fallback<BR>    </Directory></FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT 
size=2></IfModule><BR></IfModule><BR></FONT></SPAN><SPAN 
class=969014712-26082005><FONT size=2>BrowserMatch "Mozilla/2" 
nokeepalive<BR>BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 
force-response-1.0<BR>BrowserMatch "RealPlayer 4\.0" 
force-response-1.0<BR>BrowserMatch "Java/1\.0" 
force-response-1.0<BR>BrowserMatch "JDK/1\.0" 
force-response-1.0<BR></FONT></SPAN><SPAN class=969014712-26082005><FONT 
size=2>BrowserMatch "Microsoft Data Access Internet Publishing Provider" 
redirect-carefully<BR>BrowserMatch "^WebDrive" 
redirect-carefully<BR>BrowserMatch "^WebDAVFS/1.[012]" 
redirect-carefully<BR>BrowserMatch "^gnome-vfs" 
redirect-carefully<BR></FONT></SPAN></DIV>
<DIV><SPAN class=969014712-26082005><FONT size=2> </DIV>
<DIV><BR><BR></DIV></FONT></SPAN>
<DIV><SPAN class=969014712-26082005><FONT 
size=2> </DIV></FONT></SPAN></BODY></HTML>