[users@httpd] RedirectMatch and rewrite rules not working

2023-07-19 Thread Darryl Baker
/httpd/certs/evumail8prd01_ci_northwestern_edu.key ServerName u.northwestern.edu ServerAlias www.u.northwestern.edu Redirect / https://mail.google.com/a/u.northwestern.edu/ ServerName u.northwestern.edu ServerAlias www.u.northwestern.edu Redirect / https://mail.google.com/a/u.no

Re: [users@httpd] node.js application listening on port 8000 enabled with SSL certificate returns ERR_SSL_PROTOCOL_ERROR on browser.

2023-06-21 Thread Darryl Baker
r RewriteCond %{DOCUMENT_ROOT}/public/%{REQUEST_URI} !-f # If request does not include a static file, proxy it to the backend RewriteRule ^(.*)$ http://localhost:8000$1 [P] # Otherwise, add "public" to it (e.g., serve the file) RewriteRule ^(.*)$ /public$1 [L

Re: [users@httpd] node.js application listening on port 8000 enabled with SSL certificate returns ERR_SSL_PROTOCOL_ERROR on browser.

2023-06-21 Thread Darryl Baker
Have you tried browsing to https://nodejs.mydomain.com/demo/index.html The proxy configuration in Apache will direct the connection to nodejs over port 8000. Darryl Baker, GSEC, GCLD (he/him/his) Sr. System Administrator Distributed Application Platform Services Northwestern University 4th