logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache 2.4 for win64 not started
Author
dhiekanug



Joined: 16 Mar 2013
Posts: 5

PostPosted: Sun 17 Mar '13 5:04    Post subject: Apache 2.4 for win64 not started Reply with quote

hello all,

i already download apache 2.4 for win64, and follow instruction in readme.txt to install it

when i install apache service, the result is successfull, but when i start httpd.exe, there are no response from the application

message from dos command like bellow :
"
C:\Apache24\bin>httpd -k install
Installing the Apache2.4 service
The Apache2.4 service is successfully installed.
Testing httpd.conf....
Errors reported here must be corrected before the service can be started.

C:\Apache24\bin>httpd -k start
"

pls your help, thx before

spec : win 8 64bit, intel core i3
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Sun 17 Mar '13 5:49    Post subject: Reply with quote

I see no errors listed when you installed the service.

So is there anything in the error log or Windows Event Log?
Back to top
dhiekanug



Joined: 16 Mar 2013
Posts: 5

PostPosted: Sun 17 Mar '13 6:35    Post subject: Reply with quote

error.log like below :
[Sun Mar 17 10:32:09.933312 2013] [mpm_winnt:notice] [pid 9616:tid 352] AH00422: Parent: Received shutdown signal -- Shutting down the server.
Apache server interrupted...
Apache server interrupted...
[Sun Mar 17 10:32:11.943804 2013] [mpm_winnt:notice] [pid 10152:tid 308] AH00364: Child: All worker threads have exited.
[Sun Mar 17 10:32:11.968803 2013] [mpm_winnt:notice] [pid 9616:tid 352] AH00430: Parent: Child process 10152 exited successfully.
[Sun Mar 17 10:32:20.518329 2013] [mpm_winnt:notice] [pid 6200:tid 276] AH00455: Apache/2.4.4 (Win64) configured -- resuming normal operations
[Sun Mar 17 10:32:20.528336 2013] [mpm_winnt:notice] [pid 6200:tid 276] AH00456: Server built: Feb 22 2013 22:08:37
[Sun Mar 17 10:32:20.528336 2013] [core:notice] [pid 6200:tid 276] AH00094: Command line: 'httpd.exe -d C:/Apache24'
[Sun Mar 17 10:32:20.558336 2013] [mpm_winnt:notice] [pid 6200:tid 276] AH00418: Parent: Created child process 9024
Apache server interrupted...
013] [mpm_winnt:notice] [pid 9024:tid 4] AH00354: Child: Starting 64 worker threads.
[Sun Mar 17 10:32:36.448859 2013] [mpm_winnt:notice] [pid 6200:tid 276] AH00422: Parent: Received shutdown signal -- Shutting down the server.
Apache server interrupted...
Apache server interrupted...
Apache server interrupted...
[Sun Mar 17 10:32:38.454243 2013] [mpm_winnt:notice] [pid 9024:tid 4] AH00364: Child: All worker threads have exited.
[Sun Mar 17 10:32:38.484240 2013] [mpm_winnt:notice] [pid 6200:tid 276] AH00430: Parent: Child process 9024 exited successfully.
Starting the Apache2.4 service
The Apache2.4 service is running.
[mpm_winnt:notice] [pid 10216:tid 408] AH00455: Apache/2.4.4 (Win64) configured -- resuming normal operations
[Sun Mar 17 10:33:01.076641 2013] [mpm_winnt:notice] [pid 10216:tid 408] AH00456: Server built: Feb 22 2013 22:08:37
[Sun Mar 17 10:33:01.076641 2013] [core:notice] [pid 10216:tid 408] AH00094: Command line: 'C:\\Apache24\\bin\\httpd.exe -d C:/Apache24'
[Sun Mar 17 10:33:01.121643 2013] [mpm_winnt:notice] [pid 10216:tid 408] AH00418: Parent: Created child process 8836
[Sun Mar 17 10:33:03.492088 2013] [mpm_winnt:notice] [pid 8836:tid 308] AH00354: Child: Starting 64 worker threads.
The Apache2.4 service is restarting.
The Apache2.4 service has restarted.
m_winnt:notice] [pid 10216:tid 408] AH00424: Parent: Received restart signal -- Restarting the server.
[Sun Mar 17 10:33:27.765978 2013] [mpm_winnt:notice] [pid 10216:tid 408] AH00455: Apache/2.4.4 (Win64) configured -- resuming normal operations
[Sun Mar 17 10:33:27.765978 2013] [mpm_winnt:notice] [pid 10216:tid 408] AH00456: Server built: Feb 22 2013 22:08:37
[Sun Mar 17 10:33:27.765978 2013] [core:notice] [pid 10216:tid 408] AH00094: Command line: 'C:\\Apache24\\bin\\httpd.exe -d C:/Apache24'
[Sun Mar 17 10:33:27.810983 2013] [mpm_winnt:notice] [pid 10216:tid 408] AH00418: Parent: Created child process 8780
[Sun Mar 17 10:33:29.453662 2013] [mpm_winnt:notice] [pid 8836:tid 308] AH00364: Child: All worker threads have exited.
[Sun Mar 17 10:33:31.689279 2013] [mpm_winnt:notice] [pid 8780:tid 408] AH00354: Child: Starting 64 worker threads.
(OS 5)Access is denied. : AH00380: Failed to open the Apache2.4 Service

and when i try to open localhost, browser only loading for long time and no result

thx for your reply
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Mon 18 Mar '13 12:22    Post subject: Reply with quote

Nothing there, what about the Windows Event log?
Back to top
dhiekanug



Joined: 16 Mar 2013
Posts: 5

PostPosted: Tue 26 Mar '13 4:48    Post subject: Reply with quote

i also not find error in windows log

but now apache could running well (when i open localhost browser show 'its works') after i try to re-install apache service

now my problem change to php script not executed Smile

anyway, thx a lot for your support @glsmith
Back to top


Reply to topic   Topic: Apache 2.4 for win64 not started View previous topic :: View next topic
Post new topic   Forum Index -> Apache