Skip to content

Commit

Permalink
Added commands to start the apache2 web server
Browse files Browse the repository at this point in the history
  • Loading branch information
iArcanic committed Jul 15, 2023
1 parent 6efc0c4 commit 3df9b57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Int-WWW.startup
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ ip link set up dev eth0

# Gateway IP to Services-switch
ip route add default via 10.0.4.2 dev eth0

# Start apache2 web server
a2enmod ssl
a2ensite default-ssl
systemctl start apache2

0 comments on commit 3df9b57

Please sign in to comment.