"Kees Nuyt" <k.nuyt@nospam.demon.nl> schrieb im Newsbeitrag
news:6l6mg2118oi651mruv2qjh85844dv35mqu@dim53.demo n.nl...
> On Fri, 15 Sep 2006 17:53:10 +0200, "Henriette van de Haar"
> <newsgroup@arriweb.de> wrote:
>
>>Hi,
>>
>>on my pc my small apache personal server runs flawless.
>>Now I installed it on my laptop with exactly the same configuration file.
>>Everything is exactly the same - root directory, where my webs are, etc.
>>etc. etc.
>>And now apache just doesn't run. I start it - very shortly there is this
>>dos
>>box - and then: gone.
>>
>>Is there a possibility that xp or whatever shuts it down as an unknown
>>enemy
>>or so?
>>I have norton security installed and stopped that to see what happens.
>>But apache will not run. Error.log and access.log are empty.
>>
>>Can anybody help?
>
> I assume you start apache by clicking on some shortcut, or on
> the program file. The "DOS box" will close as soon as the Apache
> program stops, so you can't read any messages.
> To diagnose the problem, start a command prompt with
> menu: Start / Run , typing CMD in the textbox.
>
> Change to the drive letter where Apache is installed:
> C:> D:
>
> Change into the Apache install directory (AKA ServerRoot):
> D:> CD \programs\apache
>
> Launch the Apache program, keep the console window open:
> D:\programs\Apache> bin\apache.exe -w
>
> Read any messages.
> You can test your configuration httpd.conf with the -t
> commandline option.
>
> D:\programs\Apache> bin\apache.exe -t
Meanwhile I can read:
"File cannot be found. No installed service named apache2"
My apache is in c:\programs\apache group\apache2\bin\Apache.exe
My system: Win XP
My apache version: "apache_2.0.52-win32-x86-no_ssl.msi"
Best Regards, Henriette
>
> For details about commandline options see also:
> http://httpd.apache.org/docs/2.2/programs/httpd.html
>
>>Best Regards,
>>Henriette, Hamburg/Germany
>
> Hope this helps,