![]() |
VOOZH | about |
The Apache HTTP server is the most widely-used web server in the world. It provides many powerful features, including dynamically loadable modules, robust media support, and extensive integration with other popular software.
In this guide, you will install the Apache web server on an Ubuntu 18.04 server. For a more detailed version of this tutorial, please refer to How To Install the Apache Web Server on Ubuntu 18.04.
Thanks for learning with the DigitalOcean Community. Check out our offerings for compute, storage, networking, and managed databases.
Former Developer at DigitalOcean community. Expertise in areas including Ubuntu, Docker, Ruby on Rails, Debian, and more.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I used this to set up a web server, walked away from my laptop. My laptop restarted when I was away (blame Windows). Anyways, now I can no longer ssh into the web server I just set up. Any troubleshoot?
Somehow I am getting a 403 Forbidden.
sudo chown -R $USER:$USER /home/username/www
sudo chmod -R 755 /home/username/www
ls -la /home/username/www
total 12
drwxr-xr-x 2 username username 4096 Jul 10 10:32 .
drwxr-xr-x 5 username username 4096 Jul 10 10:48 ..
-rwxr-xr-x 1 username username 11 Jul 10 10:32 index.html
Thatβs a nice article. For non tech people check out EasyApacheServer (https://github.com/realpvn/EasyApacheServer) it basically sets up everything for you, just ssh to the server and run this script
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.