On Mon, Jun 18, 2018 at 3:59 PM Macksymil Marketplace
wrote:
>
> When I try to use it without the sudo I get the same permission error.
>
> /etc/apache2/sites-available/000-default.conf
You should edit a configuration file, not try to execute it.
Your best bet is to try to ls -al the file to show the permissions.
The way you're writing up your command makes no sense.
sudo -i /etc/apache2/sites-available/000-default.conf-bash:
/etc/apache2/sites-available/000-default.conf: Permission denied
It would appear you're trying to execute the
When I try to use it without the sudo I get the same permission error.
/etc/apache2/sites-available/000-default.conf
-bash: /etc/apache2/sites-available/000-default.conf: Permission denied
also I can't access the config file to get to make any changes at all. Also
I have very limited knowledge o
On 18 Jun 2018, at 13:21, Macksymil Marketplace wrote:
> sudo -i /etc/apache2/sites-available/000-default.conf-bash:
> /etc/apache2/sites-available/000-default.conf: Permission denied
Not sure why you’re using sudo?
The error in the screenshot specifically points to line 31 in the conf file
a