You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Tiago Fioreze <ta...@inf.ufsm.br> on 2002/03/14 18:06:34 UTC

Doubts about file error_log

       Hi all !!!

       This message is similar the previous message, but my
doubt is other.

       My file, erro_log, is inflating with the errors below :

[Thu Mar 14 13:59:46 2002] [crit] (67)The socket name is already in use.:
make_sock: could not bind to port 443
[Thu Mar 14 13:59:58 2002] [crit] (67)The socket name is already in use.:
make_sock: could not bind to port 443
[Thu Mar 14 14:00:07 2002] [crit] (67)The socket name is already in use.:
make_sock: could not bind to port 443
[Thu Mar 14 14:00:17 2002] [crit] (67)The socket name is already in use.:
make_sock: could not bind to port 443
[Thu Mar 14 14:00:35 2002] [crit] (67)The socket name is already in use.:
make_sock: could not bind to port 443
[Thu Mar 14 14:00:43 2002] [crit] (67)The socket name is already in use.:
make_sock: could not bind to port 443
[Thu Mar 14 14:00:56 2002] [crit] (67)The socket name is already in use.:
make_sock: could not bind to port 443

      Can this be occuring due the insertion of the line 

       httpd:2:respawn:/usr/local/apache/bin/httpd -DSSL

      in the file iniitab ?

      PS. In the http.conf, my User and Group are nobody. 

      Thanks in advance !!!

      Tiago Fioreze

     

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: Doubts about file error_log

Posted by Tiago Fioreze <ta...@inf.ufsm.br>.
          Thanks Lee !

          Instead of 'respawn' in httpd, I placed 'once'.
The errors in error_log file had stopped.

          Bye !

Citando Lee Fellows <lf...@4lane.com>:

> Yes.
> 
> On Thu, 2002-03-14 at 12:06, Tiago Fioreze wrote:
> > 
> >        Hi all !!!
> > 
> >        This message is similar the previous message, but my
> > doubt is other.
> > 
> >        My file, erro_log, is inflating with the errors below :
> > 
> > [Thu Mar 14 13:59:46 2002] [crit] (67)The socket name is already in use.:
> > make_sock: could not bind to port 443
> > [Thu Mar 14 13:59:58 2002] [crit] (67)The socket name is already in use.:
> > make_sock: could not bind to port 443
> > [Thu Mar 14 14:00:07 2002] [crit] (67)The socket name is already in use.:
> > make_sock: could not bind to port 443
> > [Thu Mar 14 14:00:17 2002] [crit] (67)The socket name is already in use.:
> > make_sock: could not bind to port 443
> > [Thu Mar 14 14:00:35 2002] [crit] (67)The socket name is already in use.:
> > make_sock: could not bind to port 443
> > [Thu Mar 14 14:00:43 2002] [crit] (67)The socket name is already in use.:
> > make_sock: could not bind to port 443
> > [Thu Mar 14 14:00:56 2002] [crit] (67)The socket name is already in use.:
> > make_sock: could not bind to port 443
> > 
> >       Can this be occuring due the insertion of the line 
> > 
> >        httpd:2:respawn:/usr/local/apache/bin/httpd -DSSL
> > 
> >       in the file iniitab ?
> > 
> >       PS. In the http.conf, my User and Group are nobody. 
> > 
> >       Thanks in advance !!!
> > 
> >       Tiago Fioreze
> > 
> >      
> > 
> > ---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP Server
> Project.
> > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> > For additional commands, e-mail: users-help@httpd.apache.org
> > 
> > 
> 
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 
> 



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: Doubts about file error_log

Posted by Lee Fellows <lf...@4lane.com>.
Yes.

On Thu, 2002-03-14 at 12:06, Tiago Fioreze wrote:
> 
>        Hi all !!!
> 
>        This message is similar the previous message, but my
> doubt is other.
> 
>        My file, erro_log, is inflating with the errors below :
> 
> [Thu Mar 14 13:59:46 2002] [crit] (67)The socket name is already in use.:
> make_sock: could not bind to port 443
> [Thu Mar 14 13:59:58 2002] [crit] (67)The socket name is already in use.:
> make_sock: could not bind to port 443
> [Thu Mar 14 14:00:07 2002] [crit] (67)The socket name is already in use.:
> make_sock: could not bind to port 443
> [Thu Mar 14 14:00:17 2002] [crit] (67)The socket name is already in use.:
> make_sock: could not bind to port 443
> [Thu Mar 14 14:00:35 2002] [crit] (67)The socket name is already in use.:
> make_sock: could not bind to port 443
> [Thu Mar 14 14:00:43 2002] [crit] (67)The socket name is already in use.:
> make_sock: could not bind to port 443
> [Thu Mar 14 14:00:56 2002] [crit] (67)The socket name is already in use.:
> make_sock: could not bind to port 443
> 
>       Can this be occuring due the insertion of the line 
> 
>        httpd:2:respawn:/usr/local/apache/bin/httpd -DSSL
> 
>       in the file iniitab ?
> 
>       PS. In the http.conf, my User and Group are nobody. 
> 
>       Thanks in advance !!!
> 
>       Tiago Fioreze
> 
>      
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 
> 



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org