By domainer111
Hi guys, I am trying to put Symanetc SSL on Digital Ocean droplet, Ubuntu server running Apache. Could anyone tell me: what is the server type, or how do I ascertain this info?
So they want to know is it:
Thanks for reading, and your help would be welcome!
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,
In case anyone stumbles on the question, To determine whether your server is an HTTP or Tomcat server, you can look at the software that is installed on your Ubuntu server.
If you have installed Apache web server, it is an HTTP server. If you have installed Tomcat, it is a Tomcat server.
To check if Apache is installed on your server, you can run the following command:
apache2 -v
If Apache is installed, the command will return the version of Apache that is installed.
To check if Tomcat is installed on your server, you can run the following command:
sudo systemctl status tomcat
If Tomcat is installed, the command will return the status of the Tomcat service.
Once you have determined whether your server is an HTTP or Tomcat server, you can proceed with installing the Symantec SSL certificate.
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.