Apache: Difference between revisions

From Alpine Linux
(summarize existing page)
m (Categorized: Server)
Line 7: Line 7:
* Edit the configuration in {{Path|/etc/apache2/}}, then run {{Codeline|rc-service apache2 restart}} to enable your changes
* Edit the configuration in {{Path|/etc/apache2/}}, then run {{Codeline|rc-service apache2 restart}} to enable your changes
* Consult the official documentation https://httpd.apache.org/docs/2.4/
* Consult the official documentation https://httpd.apache.org/docs/2.4/
[[Category:Server]]

Revision as of 00:37, 19 September 2017

Simple Setup

  • Add the apache2 package with apk add apache2
  • Start the service with rc-service apache2 start
  • Navigate a browser to the machine's address; there you should see the default "It works" page
  • Consider permanently enabling apache on startup with rc-update add apache2
  • Edit the configuration in /etc/apache2/, then run rc-service apache2 restart to enable your changes
  • Consult the official documentation https://httpd.apache.org/docs/2.4/