Forum Moderators: phranque

Message Too Old, No Replies

Uninstall Apache on Windows...

How do you...?

         

madcat

1:59 am on Mar 28, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Just wondering how to uninstall Apache on Windows. I've stopped it as a service...start > control panel > administrative tools >> but there is no option to unistall. I'm on Windows XP. Apache was installed as a service as a part of Foxserv so I could work locally before going live.

Any help is greatly appreciated...

jdMorgan

2:43 pm on Mar 30, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Any help here?

<bump>

Jim

madcat

6:01 pm on Mar 30, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks jd, just wanted to add one more thing:

Would it be possible that Apache is interfering with my ability to log into certain CMS control panels...?

[webmasterworld.com...]

All I've done is setup apache, php and mysql on my windows xp machine, when I install a blogger program so I cand develop locally, everything is fine except for when I try to login to my control panel with 'admin' and a generated password. The screen just refreshes...I can't believe this is so difficult.

Thanks for any suggestions...

claus

6:51 pm on Mar 30, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Have you tried control panel -> add/remove programs?

Otherwise you might be able to type this in your dos prompt:

apache -k uninstall

.. the above is not documented in my apache book, i found the tip in a newsgroup, so it might be totally wrong. In my book, it's:

apache -u

Hope it helps, i must admit i haven't tried either. These two might offer other options, depending on your apache version:

apache -h

apache -?