-
Notifications
You must be signed in to change notification settings - Fork 0
Web Server Setup Process
Jordan London edited this page Dec 17, 2021
·
4 revisions
- apache2
- php
- rabbitmq-server
- curl
- php-amqplib
- git
- openssl
- zerotier (use command: curl -s https://install.zerotier.com/ | sudo bash)
Apply the following changes:
- ServerName [localhost ip]
- ServerAdmin [your email]
- Document Root [path to LibLibSite in git repo]
- SSLEngine on
- SSLCertificateFile /etc/ssl/certs/apache-selfsigned.crt
- SSLCertificateKeyFile /etc/ssl/private/apache-self-signed.key Make sure VirtualHost port is 443 for https.
- Go to line 159 where the first is
- Options Indexes FollowSymLinks Includes ExecCGI
- AllowOverride All
- Require all granted
This link was used for help with setting up SSL
- sudo service apache2 start
- go to https://localhost/index.php to view site with ssl connection