> For the complete documentation index, see [llms.txt](https://idthrivo.gitbook.io/thrivosign-remote-signing-solution/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://idthrivo.gitbook.io/thrivosign-remote-signing-solution/thrivosign-remote-signing-solution-t-rss-documentation/prerequisite/system-initialization/apache.md).

# Apache

Apache2 Web Server. Apache is the most commonly used Web server on Linux systems. Web servers are used to serve Web pages requested by client computers. Clients typically request and view Web pages using Web browser applications such as Firefox, Opera, Chromium, or Internet Explorer. An SSL certificate issued by a CA to an organization and its domain/website verifies that a trusted third party has authenticated that organization’s identity.

Configuration Steps

●    SSLCertificateFile /etc/httpd/ssl/sslcert.pem

●    SSLCertificateKeyFile /etc/httpd/ssl/private.key.pem

●    SSLCertificateChainFile /etc/httpd/ssl/chain.pem

●    SSLCertificateFile /etc/httpd/ssl/thrivosign-CA.pem

Command:&#x20;

● To restart apache2 web server

`sudo systemctl restart apache2`

● Shows the most recent and detailed log entries for the Apache2 service

`sudo journalctl -xe -u apache2`

&#x20;
