> service httpd restart
// restarts apache server on linux
// restarts apache server on linux
>apachectl start
//start apache server on linux/unix
>httpd -v
//shows the version of Apache2
>yum install mod_ssl
//enables SSL on the apache server
// This created ssl.conf file in /etc/httpd/conf.d/
Edit/update the ssl.conf file with the right certificate location and information.
Helpful Video Presentation by Amit Pal-
https://youtu.be/YR6-6XUC3sY
https://www.cyberciti.biz/faq/linux-install-and-start-apache-httpd/
update required to ssl.conf add .crt and .key files from below blog post and add to the file (ssl.conf).
More useful commands:
apachectl status
apachectl start
journalctl -xe
systemctl status httpd.service
ps -ef | grep apache
which httpd
Restart MySQL DB:
cd /usr/local/mysql
cd support-files/
./mysql.server start &
cd support-files/
./mysql.server start &
No comments:
Post a Comment