Tagged Questions
7
votes
2answers
4k views
How do I properly set up and secure a production LAMP Server?
It's very hard to find comprehensive information on this subject. Either I found short tutorials on how you perform the installation, as simple as "apt-get install apache2", or outdated tutorials. So ...
6
votes
1answer
1k views
Default permission of hosts file
I changed the permissions of my host file /etc/hosts by doing a chmod og+w.
What's the default permission so that I can switch it back?
3
votes
1answer
8k views
editing apache vhosts and ubuntu hosts file?
I have just installed ubuntu (11.04).
I have installed apache/mysql/php etc.
I have a few sites sitting in
/var/www/site1
/var/www/site2
/var/www/site3
I want to be able to access these at ...
