Re: problem starting apache + ssl from startup scripts

2000-11-29 Thread Mads Toftum
On Wed, Nov 29, 2000 at 07:56:06AM -0200, Marcus Andree wrote: > > > > I'm using > > daemon path/to/apachectl startssl why use daemon? the usual way is just to do a /path/to/apachectl startssl > > Do you think it's better to move to httpd -DSSL ??? Is there > any di

Re: problem starting apache + ssl from startup scripts

2000-11-29 Thread Marcus Andree
Nope... I wish this problem was as simple as this but it is not... > > It seems you have two versions of Httpd installed. One > that is working correctly and one that you compiled. > > NKN > > > __ Apache Interface

Re: problem starting apache + ssl from startup scripts

2000-11-29 Thread Marcus Andree
> I'm using daemon path/to/apachectl startssl Do you think it's better to move to httpd -DSSL ??? Is there any difference?? thanks. > Hi, > > If you don't have httpd file in /etc/rc.d/init.d/ then > add httpd service using ntsysv and you should get it >

Re: problem starting apache + ssl from startup scripts

2000-11-28 Thread Naresh Narang
It seems you have two versions of Httpd installed. One that is working correctly and one that you compiled. NKN > > Yes. I'm 100% sure. Here's another puzzling > situation. On a shell, > I used the `at` programa to schedule a > /etc/rc.d/init.d/httpd stop and > a /etc/rc.d/init.d/httpd s

Re: problem starting apache + ssl from startup scripts

2000-11-28 Thread Naresh Narang
Hi, If you don't have httpd file in /etc/rc.d/init.d/ then add httpd service using ntsysv and you should get it there. Edit this httpd file and where you have "daemon httpd" write "daemon httpd -DSSL" That should be it. Naresh --- Marcus Andree <[EMAIL PROTECTED]> wrote: > > Hi gu

Re: problem starting apache + ssl from startup scripts

2000-11-28 Thread Brian McGroarty
On Tue, Nov 28, 2000 at 03:12:43PM -0200, Marcus Andree wrote: > > > > On Tue, Nov 28, 2000 at 01:31:45PM -0200, Marcus Andree wrote: > > > > > > I'm with this odd problem on a Redhat 6.2 Linux system: > > > after booting the computer, a init script is used to fire up > > > httpd, but the pr

Re: problem starting apache + ssl from startup scripts

2000-11-28 Thread Marcus Andree
> > On Tue, Nov 28, 2000 at 01:31:45PM -0200, Marcus Andree wrote: > > > > I'm with this odd problem on a Redhat 6.2 Linux system: > > after booting the computer, a init script is used to fire up > > httpd, but the process starts and then suddenly dies. I've tried a lot > > of things to

Re: problem starting apache + ssl from startup scripts

2000-11-28 Thread Brian McGroarty
On Tue, Nov 28, 2000 at 01:31:45PM -0200, Marcus Andree wrote: > > I'm with this odd problem on a Redhat 6.2 Linux system: > after booting the computer, a init script is used to fire up > httpd, but the process starts and then suddenly dies. I've tried a lot > of things to address thi

problem starting apache + ssl from startup scripts

2000-11-28 Thread Marcus Andree
Hi guys, I'm with this odd problem on a Redhat 6.2 Linux system: after booting the computer, a init script is used to fire up httpd, but the process starts and then suddenly dies. I've tried a lot of things to address this issue, but with no success. It's weird be