By anutkyns
Hello, my name is Anna, nice to meet you all!
I installed apache on my droplet, so I could see my web page, but it doesn’t work. I always have 404 error. So I changed apache2 config like that: <Directory /> Options FollowSymLinks AllowOverride All Require all denied </Directory>
<Directory /usr/share> AllowOverride All Require all granted </Directory>
<Directory /var/www/> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory>
#<Directory /srv/>
#</Directory>
And it didn’t help at all:) My IP’s 159.65.252.195, do you guys have any idea how to fix this?
Thanks a lot!
PS I’m just learning, so I’m sorry if my question is stupid.
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!
Hello there,
Everyone can check our series of tutorials under the How To Set Up Apache Virtual Hosts
https://www.digitalocean.com/community/tutorial_collections/how-to-set-up-apache-virtual-hosts
Keep in mind that you’ll need to reload/restart Apache after making the changes.
Hope that this helps!
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.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.