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 stopped tunning on Startup
Author
Cronje



Joined: 27 May 2006
Posts: 2

PostPosted: Sat 27 May '06 12:08    Post subject: Apache stopped tunning on Startup Reply with quote

I recently decided to install the phpBB forums on my PC. After quite a bit of trouble fiddling with mySQL to get it to work, I got it installed and running. However, once I restarted, the Apache Server (v2.0.55) wouldn't start.

On a side note, is there a way to run mySQL when Apache starts? As it is, to get my board to work, I need to run 'mysqld --console' from a DOS window before it works.

Any ideas?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Sat 27 May '06 15:51    Post subject: Reply with quote

Apache don't start? anything in the error log?
Try to start apache from console with
Code:

apache -w -e debug

create a batch (*.cmd) to start both programms

Code:

@echo off
echo start mysql
start C:\mysql\mysql --console
echo start apache
start C:\Apache2\bin\apache.exe
Back to top
Cronje



Joined: 27 May 2006
Posts: 2

PostPosted: Sat 27 May '06 16:03    Post subject: Reply with quote

Thanks for the help! Oddly enough, two restarts didn't fix the problem, but accidentally crashing did.
Back to top


Reply to topic   Topic: Apache stopped tunning on Startup View previous topic :: View next topic
Post new topic   Forum Index -> Apache