-
-
Notifications
You must be signed in to change notification settings - Fork 75
Issues: AdarshAddee/root
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
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
opened Dec 8, 2024 by
LaloQuera710
How to remove the welcome banner with the red color saying root plz help me
#38
opened Nov 28, 2023 by
AnosVoldigod1
adb shell sh "/storage/emulated/0/Android/data/vegabobo.dsusideloader/files/install"
#35
opened Nov 18, 2023 by
Jamesnaja
ProTip!
Exclude everything labeled
bug
with -label:bug.