How to make a WAMP server secure. Is it possible? [closed]
Asked Answered
D

0

6

Yesterday I setup a localhost on my network, and now am working on making it a public website. I read that self-hosting a website with WAMP can be very insecure, and poses high security risks. Is this true? How would I make my WAMP server secure? I currently have Windows Vista (most recent service pack), Kaspersky Pure 3.0, and WAMP 2.2.
If you could please post a solution, or tips on keeping my self-hosted website secure, it would be greatly appreciated!
Thank you!

Dictatorship answered 25/5, 2013 at 20:0 Comment(5)
Please read the first sentence of the FAQ and ask yourself "How is this question relevant to the topic of this site?"...Titre
@UndefinedBehaviour Please read the third bullet: software tools commonly used by programmers, I believe that this question not only will help me, but will help many other people in the future!Dictatorship
Have you read the entire page for clarification? "Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ." There are other non-programming sites in the stackexchange network, which is where this belongs...Titre
I'm sure that if a moderator feels the need to migrate this question, then they will. Thank you for your concerns!Dictatorship
WAMP is not meant for production IMO and if you're hosting it from home it will be terrible slow. As for security concerns, WAMP has error reporting on by default, mysql has no password and the user "root" should be changed. phpmyadmin and sqlbuddy is accessible everywhere, you could limit it to a specific IP. This is as far I can tell for the moment.Arquebus

© 2022 - 2024 — McMap. All rights reserved.