On Wed, 15 May 2013 13:21:12 +0200, Pol Hallen <ml@fuckaround.org>
wrote:
> Hi folks!
Hi Pol,
>
> I installed apache2 web server on debian.
> [SNIP]
>
> chmod 755 /var/www/mywebserver1?
Personally and just about permissions, I would be more strict, like
that:
chmod 750 /var/www/mywebserver{1..5}
>
> and same for other dirs?
> [SNIP]
>
> Pol
Jean-Marc <jean-marc@6jf.be>