Install locally on Ubuntu for dev purposes

#1
Hi guys,

I have successfully install OLS o my local machine, the admin works, the example works and if I try to add a new virtualhost in the same location as the Example, which is owned by root, mainly `/usr/local/lsws/Example2` it also works. So far, so good.

Now, I try to add a new virtualhost to a folder on my home directory where I'm working on an app. No matter what I do I get 403. I looked at the docs, forum, switched the folder/file mask to 755/644, even owner to nobody:nogroup, tries to set the suid to my user, to use symbolic link from the install folder to my folder, and all in vain. I tried to make the php lock file to be owned by my user:group but when it starts it's still nobody:nogroup.

I can't believe that there is no one else who ran into the same issue on their local machines. After all it's default linux :)

Got any ideas?
Thanks!
 
#3
Thanks for your reply!

I started from a clean state. I have removed/purged everything, deleted folders. Brand new install of the server. Copied Example folder to my folder in the same folder. Set up the virtual host to use the doc root pointing to my folder. Still 403. Example works. No .htaccess. Allow from ALL.
 
#6
I have configured rsync to copy files from the development folder to another folder for which I can have loose access rights ... but again being able to se the uid/gid for the running process on that specific virtualhost would be of great help.
 
Top