Hi
First of all, let me say that I'm fairly new to Linux.
My problem is that I'm not entirely able to uninstall windows partially because I need to debug webpages in MSIE. So what i would like to do is have a wwwroot on a device readable by both windows and linux, for this i use a fat32 partition.
I've managed to set virtual hosts up on linux with apache, but so far only in the /home directory. What i would like to is for instance to set the DocumentRoot property to /media/sda2/wwwroot/somesite. BUT when doing that i get an 403 Error saying I don't have permission to access "/"
I suppose I need to change the chmod for one or more folders, but setting read rights for /media/sda2/wwwroot/somesite doesn't work, i get no error but the permissions don't change.
I run Linux Mint Cassandra if that can be of any help
First of all, let me say that I'm fairly new to Linux.
My problem is that I'm not entirely able to uninstall windows partially because I need to debug webpages in MSIE. So what i would like to do is have a wwwroot on a device readable by both windows and linux, for this i use a fat32 partition.
I've managed to set virtual hosts up on linux with apache, but so far only in the /home directory. What i would like to is for instance to set the DocumentRoot property to /media/sda2/wwwroot/somesite. BUT when doing that i get an 403 Error saying I don't have permission to access "/"
I suppose I need to change the chmod for one or more folders, but setting read rights for /media/sda2/wwwroot/somesite doesn't work, i get no error but the permissions don't change.
I run Linux Mint Cassandra if that can be of any help
Comment