Thread Starter
dbur57
(@dbur57)
Yes, I am still having issues connecting. at this pouint I have deactivated and deleted the plugin. I can easily reinstall and try again, do you have any psosible reason why?
I am one man shop with little to no budget just working on persoanl project
Thread Starter
dbur57
(@dbur57)
can you change the ServerName to my server name in this this file or is it a requirement that wordpress.example.com stay here?
/opt/bitnami/apps/wordpress/conf$ cat httpd-vhosts.conf
<VirtualHost *:80>
ServerName wordpress.example.com
ServerAlias http://www.wordpress.example.com
DocumentRoot “/opt/bitnami/apps/wordpress/htdocs”
Include “/opt/bitnami/apps/wordpress/conf/httpd-app.conf”
</VirtualHost>
<VirtualHost *:443>
ServerName wordpress.example.com
ServerAlias http://www.wordpress.example.com
DocumentRoot “/opt/bitnami/apps/wordpress/htdocs”
SSLEngine on
SSLCertificateFile “/opt/bitnami/apps/wordpress/conf/certs/server.crt”
SSLCertificateKeyFile “/opt/bitnami/apps/wordpress/conf/certs/server.key”
Include “/opt/bitnami/apps/wordpress/conf/ht