Re: [users@httpd] Nginx to Apache

2024-01-21 Thread Yehuda Katz
OpenVPN port-share has nothing to do with which HTTP server is running behind it. You should have a completely working Apache configuration separate from anything connected to OpenVPN, then you can change the listening port for HTTPD and have OpenVPN forward traffic to it. The sites-enabled folder

[users@httpd] Nginx to Apache

2024-01-21 Thread Jason Long
Hello,The following article shows how to set up OpenVPN with Nginx: https://snikt.net/blog/2016/12/01/how-not-to-hide-openvpn-behind-https/ssl/ I want to use Apache for this. Is /etc/nginx/sites-enabled/default equivalent to /etc/apache2/httpd.conf? Thank you.