after a sudo upgrade my server is not starting anymore
i have no idea how to troubleshoot
and my error.log only has one line which is just a warning…
[Sat Nov 12 16:50:49.485565 2016] [ssl:warn] [pid 1658] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
i’m desperate… i have no clue…and the website is down after so much work :((( everything was working fine earlier today…
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!
Hi. How is this one going? I’m bit late and I hope it got working for you.
Anyways, this is not a error, as you see it’s a warn. That mean it warnings you about potential problem but Apache should be working.
What I recommend you to do is to run config tests. If you run:
- sudo apachectl configtest
it’ll test your Apache configuration for syntax errors.
- Example output of configtestAH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
- Syntax OK
It does show warning, but syntax is OK and Apache is working well.
Verify that your site is enabled. You can list all enabled sites with ls:
- sudo ls -l /etc/apache2/sites-enabled/
Or try to enable site again with sudo a2ensite site-name.
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.