|
Home > Archive > Apache Server configuration support > May 2006 > jakarta connectors again
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
jakarta connectors again
|
|
| eeb4u@hotmail.com 2006-05-29, 5:40 pm |
| I have downloaded the correct iso's for my redhat 4 enterprise server
ES and installed all the software I need for our jakarta connectors.
Following the vendor's installaion notes, I have managed to install
mod_jk.so, added the workers.properties file and create my self-signed
certificate for test purposes. If I try to check httpd.conf using
apachectl -t I get the following
# apachectl -t
Syntax error on line 1004 of /etc/httpd/conf/httpd.conf:
Can't find the workers file specified
# grep workers.properties httpd.conf
JkWorkersFile "/etc/httpd/conf/workers.properties"
# ls -al /etc/httpd/conf/workers.properties
-rw-r--r-- 1 root root 192 May 26 00:48
/etc/httpd/conf/workers.properties
I'm not sure why it can't see my workers file!! Do I need to compile
in DSO??
vendor claims not to be an expert in mod_jk.so and states that he has
it working on his system.
httpd -V
Server version: Apache/2.0.52
Server built: Dec 15 2005 04:09:14
Server's Module Magic Number: 20020903:9
Architecture: 32-bit
Server compiled with....
-D APACHE_MPM_DIR="server/mpm/prefork"
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
-D APR_USE_SYSVSEM_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D HTTPD_ROOT="/etc/httpd"
-D SUEXEC_BIN="/usr/sbin/suexec"
-D DEFAULT_PIDLOG="logs/httpd.pid"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_LOCKFILE="logs/accept.lock"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="conf/mime.types"
-D SERVER_CONFIG_FILE="conf/httpd.conf"
uname -r
2.6.9-34.0.1.ELsmp
Please advise
Thanks,
Mike
| |
| Davide Bianchi 2006-05-29, 5:40 pm |
| On 2006-05-26, eeb4u@hotmail.com <eeb4u@hotmail.com> wrote:
> I have downloaded the correct iso's for my redhat 4 enterprise server
> ES
> Syntax error on line 1004 of /etc/httpd/conf/httpd.conf:
> Can't find the workers file specified
Check your SeLinux configuration, maybe you need to allow the process to
read such file.
Davide
--
Nahh, that impending sound of doom is just the blades on my leatherman
locking. --Majdi
| |
| eeb4u@hotmail.com 2006-05-29, 5:40 pm |
|
Davide Bianchi wrote:
> On 2006-05-26, eeb4u@hotmail.com <eeb4u@hotmail.com> wrote:
>
> Check your SeLinux configuration, maybe you need to allow the process to
> read such file.
>
> Davide
>
> --
> Nahh, that impending sound of doom is just the blades on my leatherman
> locking. --Majdi
Davide,
Linux is somewhat new to me, I'm coming from a Solaris background.
Where would I find the configuration files.
Thanks,
Mike
| |
| Davide Bianchi 2006-05-29, 5:40 pm |
| On 2006-05-26, eeb4u@hotmail.com <eeb4u@hotmail.com> wrote:
> Linux is somewhat new to me, I'm coming from a Solaris background.
> Where would I find the configuration files.
/etc/selinux would be my first shot.
Davide
--
And as I've said before, WinNT in a Nutshell has a picture of a Short-
Toed Eagle. The colophon states "Eagles are grasping killers", which
could describe NT's effect on system performance quite nicely...
-- Chris King
| |
| eeb4u@hotmail.com 2006-05-29, 5:40 pm |
|
Davide Bianchi wrote:
> On 2006-05-26, eeb4u@hotmail.com <eeb4u@hotmail.com> wrote:
>
> /etc/selinux would be my first shot.
>
> Davide
will check tonight.
thanks for your assistance
Mike D
|
|
|
|
|