1
vote
1answer
165 views

/var/www permission problem [duplicate]

Possible Duplicate: Whats the simplest way to edit and add files to “/var/www”? I'm fairly new to Ubuntu, and Linux in particular. I want to use Ubuntu for web development mostly, so I went ...
0
votes
1answer
174 views

How to give my user permission to add/edit files on local apache server? [duplicate]

Possible Duplicate: How to make Apache run as current user I'm setting up my local test server again, and I seem to have forgotten how to successfully set up the LAMP server. I have ...
0
votes
2answers
101 views

Files copied to folder in var/www disappears on restart

I have a LAMP server setup. I have the source folder in my desktop which I can edit without 'sudo'ing. Then, I sync the files to var/www using sudo rsync. I gave the folders in var/www necessary ...
2
votes
1answer
228 views

How do I set up local Joomla sites for web developing?

I plan to develop multiple websites using Joomla. I'm using Ubuntu Desktop, and only need to access the sites and configuration files locally, while logged in to my user account. Previously I tried ...
1
vote
2answers
114 views

How to reverse file ownership and permission settings

I installed LAMP and WordPress on my system a week ago. Since I couldn't create Child Themes in WordPress and work with PHP folders for my other projects collocated in var/www without using Nautilus I ...
3
votes
1answer
5k views

Apache gives 403 Forbidden

Server: Ubuntu 12.04 w/ LAMP I can access the default index.html, but I created a symbolic link to a folder in my Dropbox. Whenever I try to access 192.168.2.6/Joomla (Joomla is the symbolic link), I ...
1
vote
2answers
1k views

permission denied in sites-available

I am new to ubuntu.I install LAMP pakage acording to this page. I want to create new website such as say in this article. but when I create my site in "sites-avalible" and whant to chanege it and ...
0
votes
0answers
5k views

How can I write to /var/www? [duplicate]

Possible Duplicate: Whats the simplest way to add files to “/var/www”? Ok, I am trying to set up LAMP. Do a test run to make sure everything is working. I have no idea what ...
1
vote
1answer
703 views

Give apache permission to write to /home/*/www/ directories

LAMP server newbie here: I have a web server (on a VPS that I have full root access to), in which I'm setting up a few users with websites for. I have apache2 and php set up, and I have manually ...