when i wana put it offline it say:

"Could not execute menu item (internal error) [Exception] Could not perform service action: The service has not been started."

all froums said to me:u must

under Apache open the httpd.conf and change the lines

#Listen 12.34.56.78:80
Listen 80

to

#Listen 12.34.56.78:80
Listen 8080

save the file and you are done.

but my httpd.conf is blank!!!i need it

link|improve this question
feedback

migrated from stackoverflow.com May 18 '10 at 1:26

This question came from our site for professional and enthusiast programmers.

closed as not a real question by ErikA, Zypher, David Mackintosh, Warner, Dennis Williamson May 18 '10 at 4:24

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

You can stop WAMP by opening the service manager and stopping the "wampapache" service.

You can open the service manager by going to Start->Run and typing services.msc.

link|improve this answer
feedback