Recent content by GabrielDumbrava

  1. G

    Install locally on Ubuntu for dev purposes

    I did try to change the user/group for the main settings of the external app, but not per virtualhost. I'll try it and let you know. Thanks!
  2. G

    Install locally on Ubuntu for dev purposes

    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.
  3. G

    Install locally on Ubuntu for dev purposes

    for both virtualhosts setuidmode is set to 2, from the server log: [17648] [LocalWorker::workerExec] VHost:_AdminVHost suExec check uid 997 gid 65534 setuidmode 2.
  4. G

    Install locally on Ubuntu for dev purposes

    I managed to temporary fix it by adding `o+rx` on the `USER_HOME` folder but it's a less than optimal solution. Is there a way to have the worker for my virtualhost to run as my user?
  5. G

    Install locally on Ubuntu for dev purposes

    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...
  6. G

    Install locally on Ubuntu for dev purposes

    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...
Top