Hi,
I just installed WampServer on my laptop in order to test php applications locally. I'm very new to locally hosting a server (I've only developed on shared servers from godaddy). Does anyone have any tips on what to look out for, as far as security goes? Also, how do I get familiar with Apache? And how do I get familiar with the PHP and MySQL binaries? What are the sort of things involved when it comes to administrating a server? Anything on this particular subject is very much appreciated by me.
Thanks for reading.
Tips on managing a local server
Moderator: General Moderators
Re: Tips on managing a local server
Keep all your software updated.
Know exactly what ports are used by your server and why. Understand your firewall.
Don't expose your server to the outside internet until you understand the above.
Don't trust any user input.
Know how to backup and restore your server.
There's a lot more.
Know exactly what ports are used by your server and why. Understand your firewall.
Don't expose your server to the outside internet until you understand the above.
Don't trust any user input.
Know how to backup and restore your server.
There's a lot more.
Re: Tips on managing a local server
How do I learn all of this? How do I know which ports are being used on my computer? What's there to understand for my firewall? I don't really plan on ever exposing my server to the outside ever, it's just for testing.
Re: Tips on managing a local server
Actually, I might occasionally put my server online so I can test other environments.
Re: Tips on managing a local server
I configured my router port forwarding and now I can access my server online. However I or someone else can't access the server from another computer. Why would this be the case?
Re: Tips on managing a local server
What do you mean by "now I can access my server online"?
What do you mean by "I or someone else can't access the server from another computer" - LAN or Internet stations?
Please, post the network topology in both cases.
What do you mean by "I or someone else can't access the server from another computer" - LAN or Internet stations?
Please, post the network topology in both cases.
There are 10 types of people in this world, those who understand binary and those who don't