My question is what the Vhosts configuration of my server should look like to support this? What is the actual root directory of the server?
I've guessed at this:
DocumentRoot /usr/local/antmedia/webapps
However at present my server returns a permissions error when loading in the browser. Not sure if I need to give permissions to this directory or if I'm pointing it to the completely wrong place.
Question
Paul
http://myipaddress:5080 - and I can log on etc.
DocumentRoot /usr/local/antmedia/webapps
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
SSLEngine on
SSLCertificateFile /home/paul/certs/STAR_MYCERT_com.crt
SSLCertificateKeyFile /home/paul/certs/myCERT_.com.key
SSLCACertificateFile /home/paul/certs/myCERT_com.ca-bundle
Link to comment
Share on other sites
Top Posters For This Question
3
1
Popular Days
Apr 5
4
Top Posters For This Question
Paul 3 posts
Murat Aydin 1 post
Popular Days
Apr 5 2020
4 posts
3 answers to this question
Recommended Posts