/etc/apache2/sites-available/myresource.conf
with:
<VirtualHost *:80>
ServerName myresource.local
DocumentRoot /var/www/myresource
</VirtualHost>
Then creating directory and file /var/www/myresource/index.html
with:
<html><body<My Resource Page on RISC-V VM!</body></html>
Finally, enabling site and restarting Apache2:
a2ensite myresource
service apache2 restart
Does this create the virtual resource you had in mind?
#49
No description provided.
The text was updated successfully, but these errors were encountered: