On Wed, Jun 21, 2023 at 1:45 PM Kaushal Shriyan <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
