1
edit
Changes
no edit summary
=Nestor the Securitor=
==Did you have any problems with configuring Apache to be more secure. If you did then how did you resolve them.==
I installed Apache with SSL. All I need is make sure 443 port is opened and generate a key. That's it
==Did you have any problems with configuring PHP+Apache to be more secure. If you did then how did you resolve them.==
I use 'mod_security'
==Describe==
===Why you chose those security tips?===
SSL is the most commonly used to protect web service. And it will also protect the clients too..
I use 'mod_security', it's interesting to have firewall module on top of Apache. It's quite useful when you are a webmast and dose not have any previlige to firewall and system. Then, 'mod_security' would be useful in this case.
===What additional security tips exist on the Internet for the tips you used above. Point links to those websites in your answer.===
====Apache====
http://www.securityfocus.com/infocus/1694
http://www.apache-ssl.org/
====mod_php====
http://proquest.safaribooksonline.com/0596007248/apachesc-CHP-3#X2ludGVybmFsX1NlY3Rpb25Db250ZW50P3htbGlkPTA1OTYwMDcyNDgvYXBhY2hlc2MtQ0hQLTEyLVNFQ1QtMg==
http://www.webmasterworld.com/forum92/5592.htm
=Milton Paiva Neto=