You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Joshua Slive <jo...@slive.ca> on 2006/11/25 01:02:44 UTC

Re: [users@httpd] Apache2 service does not restart

On 11/24/06, Deepak Vohra <dv...@yahoo.com> wrote:
> Apache2 service does not get restarted after making any modification to
> httpd.conf. Tested with Apache Http Server version 2.055, 2.059, and 2.2.3.
>
> Error- message-
> The Apache2.2 service terminated with service-specific error 1.
>
> http://issues.apache.org/bugzilla/show_bug.cgi?id=40981

What does the error log say?  What happens when you start apache from
the command line?  What operating system?

Joshua.

---------------------------------------------------------------------
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
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache2 service does not restart

Posted by Deepak Vohra <dv...@yahoo.com>.
The Apache2 service does not restart only after modifying http.conf. If httpd.conf is not modified, Apache2 restarts.
   
  The error log for restarting Apache2 after modifying httpd.conf:
   
  
[Fri Nov 24 16:45:05 2006] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Fri Nov 24 16:45:05 2006] [notice] Child 1524: Exit event signaled. Child process is ending.
[Fri Nov 24 16:45:06 2006] [notice] Child 1524: Released the start mutex
[Fri Nov 24 16:45:07 2006] [notice] Child 1524: Waiting for 250 worker threads to exit.
[Fri Nov 24 16:45:07 2006] [notice] Child 1524: All worker threads have exited.
[Fri Nov 24 16:45:07 2006] [notice] Child 1524: Child process is exiting
[Fri Nov 24 16:45:07 2006] [notice] Parent: Child process exited successfully.
   
  thanks,
  Deepak
Joshua Slive <jo...@slive.ca> wrote:
  On 11/24/06, Deepak Vohra wrote:
> Joshua,
>
> Thanks.
>
> Command line also produces a error.
>
> >NET Start Apache2
>
> The Apache2 service is starting.
> The Apache2 service could not be started.
> A service specific error occurred: 1.
>
> The error has been reported before.
>
> http://svn.haxx.se/users/archive-2006-09/1481.shtml

No, we need the contents of the apache error log and the exact error
at the command line.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



 
---------------------------------
Access over 1 million songs - Yahoo! Music Unlimited.

Re: [users@httpd] Apache2 service does not restart

Posted by Joshua Slive <jo...@slive.ca>.
On 11/24/06, Deepak Vohra <dv...@yahoo.com> wrote:
> Joshua,
>
> Thanks.
>
> Command line also produces a error.
>
> >NET Start Apache2
>
> The Apache2 service is starting.
> The Apache2 service could not be started.
> A service specific error occurred: 1.
>
> The error has been reported before.
>
> http://svn.haxx.se/users/archive-2006-09/1481.shtml

No, we need the contents of the apache error log and the exact error
at the command line.

Joshua.

---------------------------------------------------------------------
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
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache2 service does not restart

Posted by Deepak Vohra <dv...@yahoo.com>.
The apache command does not start the Apache server and does not produce any output.
   
  thanks,
  Deepak

Joshua Slive <jo...@slive.ca> wrote:
  On 11/24/06, Deepak Vohra wrote:
> With the command line Apache application:
>
> Test the service's configuration file
> apache -n "Apache2" -t
> Syntax OK
>
> Start the Apache2 service.
>
> apache -n "Apache2" -k start
>
> does not produce any output.
>

You need to run it from the command line as a console application, not
as a service:
http://httpd.apache.org/docs/2.2/platform/windows.html#wincons

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



 
---------------------------------
Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates.

Re: [users@httpd] Apache2 service does not restart

Posted by Deepak Vohra <dv...@yahoo.com>.
Apache2 gets restarted after reinstalling PHP.
  

Joshua Slive <jo...@slive.ca> wrote:
  On 11/24/06, Deepak Vohra wrote:
> With the command line Apache application:
>
> Test the service's configuration file
> apache -n "Apache2" -t
> Syntax OK
>
> Start the Apache2 service.
>
> apache -n "Apache2" -k start
>
> does not produce any output.
>

You need to run it from the command line as a console application, not
as a service:
http://httpd.apache.org/docs/2.2/platform/windows.html#wincons

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



 
---------------------------------
Want to start your own business? Learn how on Yahoo! Small Business.

Re: [users@httpd] Apache2 service does not restart

Posted by Joshua Slive <jo...@slive.ca>.
On 11/24/06, Deepak Vohra <dv...@yahoo.com> wrote:
> With the command line Apache application:
>
> Test the service's configuration file
> apache -n "Apache2" -t
> Syntax OK
>
> Start the Apache2 service.
>
> apache -n "Apache2" -k start
>
> does not produce any output.
>

You need to run it from the command line as a console application, not
as a service:
http://httpd.apache.org/docs/2.2/platform/windows.html#wincons

Joshua.

---------------------------------------------------------------------
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
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache2 service does not restart

Posted by Deepak Vohra <dv...@yahoo.com>.
The net start refers to NET HELPMSG 3547.
   
  
>NET HELPMSG 3547
  
A service specific error occurred: ***.
  EXPLANATIONA service-specific error occurred.
  ACTION
   
  Refer to the Help or documentation for that service to determine the problem.
   
  thanks,
  Deepak

Joshua Slive <jo...@slive.ca> wrote:
  On 11/24/06, Deepak Vohra wrote:
> Apache2 service does not get restarted after making any modification to
> httpd.conf. Tested with Apache Http Server version 2.055, 2.059, and 2.2.3.
>
> Error- message-
> The Apache2.2 service terminated with service-specific error 1.
>
> http://issues.apache.org/bugzilla/show_bug.cgi?id=40981

What does the error log say? What happens when you start apache from
the command line? What operating system?

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



 
---------------------------------
Access over 1 million songs - Yahoo! Music Unlimited.

Re: [users@httpd] Apache2 service does not restart

Posted by Deepak Vohra <dv...@yahoo.com>.
With the Apache command line application:
   
  Test the service's configuration file 
  >apache -n "Apache2" -t 
Syntax OK
   
  Start Apache2 service
>apache -n "Apache2" -k start 
  Does not start the service and does not produce any output.
   
  thanks,
  Deepak

Joshua Slive <jo...@slive.ca> wrote:
  On 11/24/06, Deepak Vohra wrote:
> Apache2 service does not get restarted after making any modification to
> httpd.conf. Tested with Apache Http Server version 2.055, 2.059, and 2.2.3.
>
> Error- message-
> The Apache2.2 service terminated with service-specific error 1.
>
> http://issues.apache.org/bugzilla/show_bug.cgi?id=40981

What does the error log say? What happens when you start apache from
the command line? What operating system?

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



 
---------------------------------
Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates.

Re: [users@httpd] Apache2 service does not restart

Posted by Deepak Vohra <dv...@yahoo.com>.
Joshua,
   
  Thanks.
   
  Command line also produces a error.
   
  >NET Start Apache2
   
  The Apache2 service is starting.
The Apache2 service could not be started.
  A service specific error occurred: 1.
   
  The error has been reported before.
   
  http://svn.haxx.se/users/archive-2006-09/1481.shtml
   
  thanks,
  Deepak
  

Joshua Slive <jo...@slive.ca> wrote:
  On 11/24/06, Deepak Vohra wrote:
> Apache2 service does not get restarted after making any modification to
> httpd.conf. Tested with Apache Http Server version 2.055, 2.059, and 2.2.3.
>
> Error- message-
> The Apache2.2 service terminated with service-specific error 1.
>
> http://issues.apache.org/bugzilla/show_bug.cgi?id=40981

What does the error log say? What happens when you start apache from
the command line? What operating system?

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



 
---------------------------------
Everyone is raving about the all-new Yahoo! Mail beta.

Re: [users@httpd] Apache2 service does not restart

Posted by Deepak Vohra <dv...@yahoo.com>.
With the command line Apache application:
  
Test the service's configuration file 
apache -n "Apache2" -t 
Syntax OK
   
  Start the Apache2 service.
  
apache -n "Apache2" -k start 
   
  does not produce any output.
   
  thanks,
  Deepak
  

Joshua Slive <jo...@slive.ca> wrote:
  On 11/24/06, Deepak Vohra wrote:
> Apache2 service does not get restarted after making any modification to
> httpd.conf. Tested with Apache Http Server version 2.055, 2.059, and 2.2.3.
>
> Error- message-
> The Apache2.2 service terminated with service-specific error 1.
>
> http://issues.apache.org/bugzilla/show_bug.cgi?id=40981

What does the error log say? What happens when you start apache from
the command line? What operating system?

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



 
---------------------------------
Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates.