Hi Matt, The error i see is..
[ Nov 22 19:35:06 Method "start" exited with status 1 ] [ Nov 22 19:35:06 Executing start method ("/lib/svc/method/http-apache2 start") ] Syntax error on line 275 of /etc/apache2/httpd.conf: Cannot load /usr/apache2/libexec/mod_jk.so into server: ld.so.1: httpd: fatal: /usr/apache2/libexec/mod_jk.so: open failed: No such file or directory It seems that pkg-get -i ap2_mod_jk installed it to /opt/csw/apache2/libexec/. So i changed the LoadModule line to LoadModule jk_module /opt/csw/apache2/libexec/mod_jk.so But I get the following error when trying to start apache. [ Nov 22 20:31:44 Executing start method ("/lib/svc/method/http-apache2 start") ] Syntax error on line 275 of /etc/apache2/httpd.conf: API module structure `jk_module' in file /opt/csw/apache2/libexec/mod_jk.so is garbled - perhaps this is not an Apache module DSO? [ Nov 22 20:31:44 Method "start" exited with status 1 ] On 11/22/06, Matthew Briggs <[EMAIL PROTECTED]> wrote:
Running 'svcs -xv' will show you the status of any services in maintenance mode, including a pointer to the SMF logfile to check for more information. Matt Ben Short wrote: > I'm trying to get Apache 2 to use mod_jk in a Solaris 10 Zone. I have installed the ap2_mod_jk package from blastwave with no errors. I added the following line to the correct httpd.conf > > LoadModule jk_module libexec/mod_jk.so > > And then try to start apache using > > svcadm enable apache2 > > I then do svcs and it shows the following > > maintenance 19:35:06 svc:/network/http:apache2 > > I have check the logfiles but nothing is being written to them. > > The output from uname -a is > > SunOS arachne 5.10 Generic_Patch_118844-30 i86pc i386 i86pc > > Has anyone tried to do this? > > Regards > > Ben > > > This message posted from opensolaris.org > _______________________________________________ > opensolaris-discuss mailing list > opensolaris-discuss@opensolaris.org >
_______________________________________________ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org