Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: marceloeng on September 02, 2013, 10:16:26 pm

Title: how share /var/www
Post by: marceloeng on September 02, 2013, 10:16:26 pm
Hello,

In version 2 of the Zentyal I could share the folder /var/www, but in version 3.0.26, is not possible.
The error message that appears is: "Path not allowed. This will not be under /var/www".

I have tried a symbol link, but don't work, because the permissions in my windows computer.

Have a workaround to this?

Regards,
Marcelo

Title: Re: how share /var/www
Post by: half_life on September 03, 2013, 01:52:45 am
Maybe not what you want to hear but,  WinSCP will probably meet your needs  http://winscp.net/eng/index.php (http://winscp.net/eng/index.php)
Title: Re: how share /var/www
Post by: marceloeng on September 03, 2013, 10:03:58 pm
half_life,

Thanks for response, but I want acess these files (\var\www) of the any computer of my network, like a shared folder.

WinSCP is a website's management and that's not what I need.


Thanks,
Marcelo
Title: Re: how share /var/www
Post by: robb on September 04, 2013, 08:30:33 pm
Just use ssh.... then you can do virtually everything.
Title: Re: how share /var/www
Post by: jbahillo on September 05, 2013, 11:42:00 am
Sharing /var/www is generally a bad idea, as the ACLS would change the needed permissions that apache need for it to work...
Title: Re: how share /var/www
Post by: christian on September 08, 2013, 12:13:07 am
Sharing /var/www is generally a bad idea, as the ACLS would change the needed permissions that apache need for it to work...

Would you mind elaborating on this ?

Apache doesn't need ACL to work and unless you set some conflict access rights in your ACL, why would it impact Apache ?