<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"Bitstream Vera Sans";
        panose-1:0 0 0 0 0 0 0 0 0 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body bgcolor=white lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Just a guess – do you have cced running? - /etc/init.d/cced
start ???<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Hope this helps!<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>                -Stephanie<o:p></o:p></span></p>

<div style='border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt'>

<div>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'>

<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";
color:windowtext'>From:</span></b><span style='font-size:10.0pt;font-family:
"Tahoma","sans-serif";color:windowtext'> blueonyx-bounces@blueonyx.it
[mailto:blueonyx-bounces@blueonyx.it] <b>On Behalf Of </b>Rod Morgan<br>
<b>Sent:</b> Sunday, March 15, 2009 10:27 AM<br>
<b>To:</b> blueonyx@blueonyx.it<br>
<b>Subject:</b> [BlueOnyx:00778] httpd won't start<o:p></o:p></span></p>

</div>

</div>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal style='margin-bottom:12.0pt'><span style='font-size:10.0pt;
font-family:"Bitstream Vera Sans","serif"'>I've just completed a minimal
installation of CentOS 5.2 as a virtual machine on XenServer 4.1. 
Installation successful with no errors.  I enabled quotas on /home. 
I installed BlueOnyx from the tarball and have the following error in the
/etc/httpd/conf.d/ssl_perl.conf file.<br>
<br>
===<br>
[root@culebra init.d]# ./httpd start<br>
Starting httpd: Syntax error on line 5 of /etc/httpd/conf.d/ssl_perl.conf:<br>
connect: Permission denied\t(in cleanup) Could not connect to
/usr/sausalito/cced.socket: Permission denied\n<br>
                                                          
[FAILED]<br>
===<br>
<br>
It doesn't like 'use Apache2::PerlSections();'<br>
<br>
Output of 'httpd -V'<br>
===<br>
[root@culebra init.d]# /usr/sbin/httpd -V<br>
Server version: Apache/2.2.3<br>
Server built:   Nov 12 2008 10:41:27<br>
Server's Module Magic Number: 20051115:3<br>
Server loaded:  APR 1.2.7, APR-Util 1.2.7<br>
Compiled using: APR 1.2.7, APR-Util 1.2.7<br>
Architecture:   32-bit<br>
Server MPM:     Prefork<br>
  threaded:     no<br>
    forked:     yes (variable process count)<br>
Server compiled with....<br>
 -D APACHE_MPM_DIR="server/mpm/prefork"<br>
 -D APR_HAS_SENDFILE<br>
 -D APR_HAS_MMAP<br>
 -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)<br>
 -D APR_USE_SYSVSEM_SERIALIZE<br>
 -D APR_USE_PTHREAD_SERIALIZE<br>
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT<br>
 -D APR_HAS_OTHER_CHILD<br>
 -D AP_HAVE_RELIABLE_PIPED_LOGS<br>
 -D DYNAMIC_MODULE_LIMIT=128<br>
 -D HTTPD_ROOT="/etc/httpd"<br>
 -D SUEXEC_BIN="/usr/sbin/suexec"<br>
 -D DEFAULT_PIDLOG="logs/httpd.pid"<br>
 -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"<br>
 -D DEFAULT_LOCKFILE="logs/accept.lock"<br>
 -D DEFAULT_ERRORLOG="logs/error_log"<br>
 -D AP_TYPES_CONFIG_FILE="conf/mime.types"<br>
 -D SERVER_CONFIG_FILE="conf/httpd.conf"<br>
===<br>
<br>
output of 'perl -v'<br>
===<br>
[root@culebra init.d]# perl -v<br>
<br>
This is perl, v5.8.8 built for i386-linux-thread-multi<br>
===<br>
<br>
I've googled and can't locate a solution.  It appears the syntax is
correct.  I'm looking for suggestions.</span><o:p></o:p></p>

</div>

</div>

</body>

</html>