Re: [users@httpd] reverse proxy setup

2024-07-12 Thread Frank Gingras
but I'm missing > something. > > >> >> >> > > > >> >> >> > The test server has multiple test apps, running off subfolders > > >> >> >> > /var/www/html/test1 > > >> >> >> > /var/www/html/test

Re: [users@httpd] reverse proxy setup

2024-07-12 Thread bruce
gt;> >> > an internal 500 server error. > >> >> >> > > >> >> >> > The test url -- http://161.35.5.174/berat > >> >> >> > > >> >> >> > Thanks for your pointers/insight! > >> &

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread bruce
== >> >> >> > cat /etc/apache2/sites-available/berat.conf >> >> >> > >> >> >> > ServerAdmin f...@yahoo.com >> >> >> > ServerName temp22 >&

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread Frank Gingras
> >> > > >> >> > > >> >> > > >> >> > > >> >> > #ProxyRequests Off > >> >> > #ProxyPreserveHost On > >> >> > # > >> >> > # R

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread Frank Gingras
t; > > >> > #Options -Indexes +FollowSymLinks +MultiViews > > >> > Options +FollowSymLinks > > >> > > > >> > AllowOverride All > > >> > Options -MultiViews > > >> >

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread bruce
index.php >> >> > >> >> > #Options -Indexes +FollowSymLinks +MultiViews >> >> > Options +FollowSymLinks >> >> > >> >> > AllowOverride All >> >> > Options -Mult

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread bruce
#Options FollowSymlinks > >> > #AllowOverride All > >> > ##Order allow,deny > >> > ##allow from all > >> > #Require all granted > >> > > >> > > >> > ##Alias "/be

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread Frank Gingras
Options -Indexes FollowSymlinks > >> > #Options FollowSymlinks > >> > #AllowOverride All > >> > ##Order allow,deny > >> > ##allow from all > >> > #Require all granted > >>

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread bruce
1, 2024 at 8:02 AM Marc wrote: >> > >> >> > >> I am testing a bit with this: >> > >> >> > >> 32 >> > >> 33 # files are still loaded from default host >> > >> 34 Define defaulthost "&

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread Frank Gingras
uot;" > > >> 36 > > >> 37 ProxyPreserveHost Off > > >> 38 ProxyAddHeaders On > > >> 39 SetOutputFilter proxy-html > > >> 40 ProxyHTMLEnable On > > >> 41 ProxyHTMLExtend

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread bruce
t; 42 > >> 43 ProxyPass"https://${proxyhost}/"; > >> 44 ProxyPassReverse "https://${proxyhost}/"; > >> 45 > >> 46 ProxyPassReverseCookieDomain "${proxyhost}" "${defaultho

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread bruce
49 Header edit Set-Cookie ^(.*)$ $1;HttpOnly;Secure;SameSite=None >> 50 >> 51 ProxyHTMLURLMap https://${proxyhost}/ >> https://${defaulthost}/ >> 52 >> 53 Options +ExecCGI +FollowSymLinks -MultiViews >> 54 >>

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread Frank Gingras
ly;Secure;SameSite=None > 50 > 51 ProxyHTMLURLMap https://${proxyhost}/ https:// > ${defaulthost}/ > 52 > 53 Options +ExecCGI +FollowSymLinks -MultiViews > 54 > > > -Original Message- > > From: bruce > > Sent: Thur

RE: [users@httpd] reverse proxy setup

2024-07-11 Thread Marc
+FollowSymLinks -MultiViews 54 > -Original Message- > From: bruce > Sent: Thursday, 11 July 2024 13:20 > To: users@httpd.apache.org > Subject: [users@httpd] reverse proxy setup > > Hi. > > Testing a github app that appears to use/require reverse proxy

[users@httpd] reverse proxy setup

2024-07-11 Thread bruce
Hi. Testing a github app that appears to use/require reverse proxy to display results on the browser. The basic app uses npm/nextjs to generate content, Per different sites, the process uses PM2 to run the process, and to be able to show the content via an internal/local "server". This is accesse