|
Home > Archive > Web Servers on Windows > November 2007 > apache on ME
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| slipkid 2007-11-07, 7:18 pm |
| Hiya all "newbie" here ,Heres the deal I have one of those Sam's books
with apache,php mysql.Well I cant even get the apache to start.I
followed their sites instructions and have all the files they require
still nothing.It installs ok yet when I try to start it all i get
is ,well nothing!The windows menu says no service installed.I have it
set to port 8080 -localhost-127.0.0.1 it just wont recognize it is
even there.Very frustrating but I am by no means giving up.Any and all
help greatly appreciated...
Gman
| |
| Kees Nuyt 2007-11-08, 7:17 pm |
| On Wed, 07 Nov 2007 13:01:00 -0800, slipkid
<gmoonn@gmail.com> wrote:
>Hiya all "newbie" here ,Heres the deal I have one of those Sam's books
>with apache,php mysql.Well I cant even get the apache to start.I
>followed their sites instructions and have all the files they require
>still nothing.It installs ok yet when I try to start it all i get
>is ,well nothing!The windows menu says no service installed.I have it
>set to port 8080 -localhost-127.0.0.1 it just wont recognize it is
>even there.Very frustrating but I am by no means giving up.Any and all
>help greatly appreciated...
>
> Gman
Is there anything in the Apache error log?
Does (from a command prompt):
cd (yourserverroot)
bin\apache -t
give any messages?
You can try to install the service by hand (from a command
prompt):
cd (yourserverroot)
bin\apache -k install .....
(more parameters may be needed)
No other programs listening to 8080? (from a command
prompt as administrator):
netstat -a -b -p TCP
HTH
--
( Kees
)
c[_] If I'm supposed to live every day like it's my
last, I want a gallon of morphine. (Russ Wallace) (#393)
|
|
|
|
|