Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: Apache hangs after serving page, also ignores config |
|
Author |
|
Aether
Joined: 14 Oct 2018 Posts: 1 Location: Australia
|
Posted: Sun 14 Oct '18 9:08 Post subject: Apache hangs after serving page, also ignores config |
|
|
I am attempting to use phpBB to create a forum. After trying, I'd find apache would not only refuse to parse php despite what i can tell is a correct setup, but after accessing a page from any computer using any browser on any OS, apache will serve that page, then hang to the point a full system reboot is required to restart the service, as restarting the service itself does not work. The error log doesn't change either, so I'm at a loss what to do. |
|
Back to top |
|
mraddi
Joined: 27 Jun 2016 Posts: 152 Location: Schömberg, Baden-Württemberg, Germany
|
Posted: Mon 15 Oct '18 9:03 Post subject: |
|
|
Greetings to Australia ,
it is really hard to help as there are not many information about your environment (OS, used Apache-version, installed PHP-version) or the steps you have done to check the correctness of your config.
On my Windows I would navigate to Apache's install-directory and run
or maybe specify the config-file to use with
Code: | bin\httpd.exe -t -f conf\httpd.conf |
The output in my case is
What happens if you try to start Apache directly on the commandline? Is there any helpful output? |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Tue 16 Oct '18 23:10 Post subject: |
|
|
also in addtion to mraddi
httpd -S
also checks the vhots and some other things. |
|
Back to top |
|
|
|
|
|
|