Tagged Questions
1
vote
1answer
36 views
Securely running LAMP under a specific user
I'm setting up a sandbox type of server that will be used by a couple users as a development environment and knowledge base. The server will have a web frontend so I've installed Apache, MySQL and ...
0
votes
2answers
896 views
Can't access Apache log folder
I want to see apache log file. This is what I tried:
I granted most all permissions to apache2 folder.
hieund@hieund:/var/log$ sudo chmod a+rw apache2/*
But I can't cd to it. So I add my user to ...