<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Bitstream Vera Sans">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.<br>
<br>
</font></font>
</body>
</html>