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 -> Other Software View previous topic :: View next topic
Reply to topic   Topic: Apache hangs after serving page, also ignores config
Author
Aether



Joined: 14 Oct 2018
Posts: 1
Location: Australia

PostPosted: Sun 14 Oct '18 9:08    Post subject: Apache hangs after serving page, also ignores config Reply with quote

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: 149
Location: Schömberg, Baden-Württemberg, Germany

PostPosted: Mon 15 Oct '18 9:03    Post subject: Reply with quote

Greetings to Australia Smile,

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
Code:
bin\httpd.exe -t

or maybe specify the config-file to use with
Code:
bin\httpd.exe -t -f conf\httpd.conf

The output in my case is
Code:
Syntax OK

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: 7288
Location: Germany, Next to Hamburg

PostPosted: Tue 16 Oct '18 23:10    Post subject: Reply with quote

also in addtion to mraddi

httpd -S

also checks the vhots and some other things.
Back to top


Reply to topic   Topic: Apache hangs after serving page, also ignores config View previous topic :: View next topic
Post new topic   Forum Index -> Other Software