Return to BSD News archive
From: Steve Bernacki Jr <steve@zip1.ziplink.net> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Apache Woes. Date: 2 Jun 1997 23:24:56 GMT Organization: ziplink.net Lines: 19 Message-ID: <5mvko8$s45$1@kayrad.ziplink.net> NNTP-Posting-Host: zip1.ziplink.net X-Newsreader: TIN [UNIX 1.3 unoff BETA 970309; i386 FreeBSD 2.2.1-RELEASE] Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.edu.au!munnari.OZ.AU!news.Hawaii.Edu!news.lava.net!news.flex.com!www.nntp.primenet.com!nntp.primenet.com!feed1.news.erols.com!newsfeed.internetmci.com!in2.uu.net!206.15.105.113!news-feed.newscorp.com!kayrad.ziplink.net!zip1.ziplink.net!steve Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:42087 I'm running FreeBSD 2.1.7.1 and Apache 1.1.3 with 126 virtual hosts ifconfig'ed to the ethernet alias. Things have been working fine until I attempted to add another virtual site-- now every connection to the server results in a SYSSEGV error message sent to error.log and no web pages being served. According to the FAQ, this is a resource issue: however, I recompiled my kernel with the following options (recommended on the webpage): maxusers 256 options "NMBCLUSTERS=4096" options "CHILD_MAX=1024" options "OPEN_MAX=1024" Still, though, adding one more virtual site causes things to croak. What am I missing? Thank you very much, -S