Added by: bluxmit
Aug 17, 2023
Version

~> Apache2

Description
Apache, is one of the most widely used web servers in the world.
Links
Install (execute in workspace terminal)
wrk install apache2==2.4
Remarks and hints
NOTE: systemctl is not runinng!

# Use apachectl to restart apache2, i.e.:
sudo apachectl start
sudo apachectl stop
sudo apachectl restart

# config
/etc/apache2/apache2.conf

# If you are not running locally, set ServerName (IP, host) in apache2.conf:

sudo nano /etc/apache2/apache2.conf

# virtual host configuration files
/etc/apache2/sites-available/
Scripts
# Istall script # Start script
UI

// App port: 80

compatible with all workspaces