On Wed, Jun 21, 2023 at 1:45 PM Kaushal Shriyan
<kaushalshri...@gmail.com> wrote:
>
> Hi,
>
> When I hit http://nodejs.mydomain.com:8000/demo/index.html (without ssl) it 
> works with port number using the below httpd config file. Is there a way to 
> enable SSL connections?
>
> httpd.conf file configuration
> #cat /etc/httpd/conf.d/nodejsnodejsssl.conf
> <VirtualHost *:80>
> <Location />
>         ProxyPass http://localhost:8000/
>     </Location>
> </VirtualHost>

You're not accessing Apache if you specify port 8000.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to