Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To create a resource for your Apache2 web server on RISC-V VM, let's add a simple HTML page and configure a virtual host: Creating file /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

Open
LaloQuera710 opened this issue Dec 8, 2024 · 0 comments

Comments

@LaloQuera710
Copy link

No description provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant