On Mon, 3 Feb 2020 07:40:25 +0000 "Russell L. Harris" <[email protected]> wrote:
> On Mon, Feb 03, 2020 at 08:29:30AM +0100, john doe wrote: > >What is the content of your 'PATH' env? > > > >$ printf "%s\n" "$PATH" > > root@penelope:/usr/sbin# printf "%s\n" "$PATH" > /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games > > I really must turn in for the night, and resume this on the morrow. > RLH > a2ensite just a different way to link /etc/apache2/sites-available/domain1.com.conf to /etc/apache2/sites-enabled/domain1.com.conf ln -s /etc/apache2/sites-available/domain1.com.conf /etc/apache2/sites-enabled/domain1.com.conf

