I setup local server on ubuntu, install webmin to have access from desk, install apache etc. And at the end I install joomla as I'm building local use erp system.
But it looks like Apache (or php I don't know) don't have some permission as not allowing to write files, move files etc. when I try to install any plugin/module I get info that I can't "move file".
I try to chown
whole directory to www-date
user/group but I can't.
How to allow apache to write files so I can use it as normal web server?