On 24-06-2005 17:43, "Adam Jack" <[EMAIL PROTECTED]> wrote: > Somebody (not me) seems to have most/all of a test Gump install on our > solaris zone. Thanks!!!
That was me :-). Please take over :-) > I simply (after some poking around) had to re-create /var/run/apache2 and > start the HTTPD, and we get these pages. > > I've just kicked off a test run. > > http://gump.zones.apache.org/gump/test/buildLog.html > > and we are already getting out update failures. ;-) > > http://gump.zones.apache.org/gump/test/jakarta-velocity/index.html > > BTW: Having read this, I still need to figure out how to get the RC scripts > for HTTPD installed. Pointers appreciated. > > http://www.apache.org/dev/solaris-zones.html There aren't any by default. I modified /etc/init.d/apache into /etc/init.d/apache2 and changed /etc/rc*.d to start/stop/etc apache2 automatically. i.e.: -rwxr--r-- 6 root sys 1649 Jan 8 08:25 ./init.d/apache -rwxr--r-- 1 root sys 1655 Jun 27 10:05 ./init.d/apache2 -rwxr--r-- 6 root sys 1649 Jan 8 08:25 ./rc0.d/K16apache lrwxrwxrwx 1 root root 17 Jun 27 10:08 ./rc0.d/K16apache2 -> ../init.d/apache2 -rwxr--r-- 6 root sys 1649 Jan 8 08:25 ./rc1.d/K16apache lrwxrwxrwx 1 root root 17 Jun 27 10:08 ./rc1.d/K16apache2 -> ../init.d/apache2 -rwxr--r-- 6 root sys 1649 Jan 8 08:25 ./rc2.d/K16apache lrwxrwxrwx 1 root root 17 Jun 27 10:08 ./rc2.d/K16apache2 -> ../init.d/apache2 -rwxr--r-- 6 root sys 1649 Jan 8 08:25 ./rc3.d/K16apache lrwxrwxrwx 1 root root 17 Jun 27 10:08 ./rc3.d/S50apache2 -> ../init.d/apache2 -rwxr--r-- 6 root sys 1649 Jan 8 08:25 ./rcS.d/K16apache lrwxrwxrwx 1 root root 17 Jun 27 10:09 ./rcS.d/K16apache2 -> ../init.d/apache2 Cheers, LSD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
