Tagged Questions
0
votes
0answers
205 views
Configure Apache to access a symbolic link to samba mounted folder (Symbolic link not allowed or link target not accessible)
I had Arch Linux installed and was able to get this correctly working, but I decided to switch over to Ubuntu Server.
I just installed the latest (12.10) version of Ubuntu Server along with LAMP and ...
0
votes
1answer
165 views
12.10 403 Forbidden SymLink
I am trying to set up a simple development environment and even after setting all the permissions, I can't get past the 403 error
<VirtualHost *:80>
ServerAdmin webmaster@localhost
...
0
votes
1answer
1k views
sites-available subfolders and a2ensite?
Due to my job on my localhost I have a lot (think 50+) sites running, these are for about 8 different clients,
I want to organise my sites into subfolders.
I tried putting my sites in subfolders ...
4
votes
2answers
914 views
Can't use symlinks in local /var/www directory
I'm setting up my local LAMP server, and when I go to it, I can't follow symlinks with the Apache user (www-data). At this point, I've tried chowning and chmoding and I've added
Options ...
1
vote
2answers
2k views
Making file in user's homedir accessible from web/webserver
I have a txt-file one of my user's homedir which is regularly updated there by a script.
I now want to be able to access (read) this file from the web.
/home/user/folder/file.txt
So what I tried ...
