Quoting Andreas Widerøe Andersen <[EMAIL PROTECTED]>:

> On 8/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >
> > Quoting Girish Venkatachalam <[EMAIL PROTECTED]>:
> > > > > > Hope to get some input.
> > > > > Looks like ur random seeding is not happening
> > > > > properly. check whether /dev/random and
> > > > /dev/urandom
> > > > > work properly. You can verify it with the command
> > > > >
> > > > > $openssl rand  512
> > > > >
> >
> >
> > Why not just run httpd under gdb, and see WHY it is crashing?
> >
> > gdb httpd httpd.core
> >
> > run -X
> >
> > once cored, just back trace, step, and it should tell you exactly why it
> > is
> > crashing...
> 
> 
> Thanks!
> How do I start httpd with ssl support from this command? (I do apachectl
> startssl when Apache crashes. apachectl start works fine though.)
> 
> Apache runs fine when ssl is NOT started.

run -X -DSSL


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to