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 stopped tunning on Startup |
|
Author |
|
Cronje
Joined: 27 May 2006 Posts: 2
|
Posted: Sat 27 May '06 12:08 Post subject: Apache stopped tunning on Startup |
|
|
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: 7371 Location: Germany, Next to Hamburg
|
Posted: Sat 27 May '06 15:51 Post subject: |
|
|
Apache don't start? anything in the error log?
Try to start apache from console with
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
|
Posted: Sat 27 May '06 16:03 Post subject: |
|
|
Thanks for the help! Oddly enough, two restarts didn't fix the problem, but accidentally crashing did. |
|
Back to top |
|
|
|
|
|
|