Re: [users@httpd] apache reverse proxy question -- i think

2024-07-12 Thread bruce
I'd like something like:: ProxyPass /logo.svg http://1.2.3.4/berat/public/logo.svg ProxyPassReverse /logo.svg http://1.2.3.4/berat/public/logo.svg doesn't work ProxyPass logo.svg http://1.2.3.4/berat/public/logo.svg ProxyPassReverse logo.svg http://1.2.3.4/berat/public/log

Re: [users@httpd] apache reverse proxy question -- i think

2024-07-12 Thread Frank Gingras
On Fri, Jul 12, 2024 at 6:12 PM bruce wrote: > I have a situation where I'm trying to create a foo.config file for a > test apache app. > > in the html of the app, i have a href="/test.svg". > > the actual test.svg resides in the physical dir: > /var/www/html/berat/public/test.svg > > so I'm try

[users@httpd] apache reverse proxy question -- i think

2024-07-12 Thread bruce
I have a situation where I'm trying to create a foo.config file for a test apache app. in the html of the app, i have a href="/test.svg". the actual test.svg resides in the physical dir: /var/www/html/berat/public/test.svg so I'm trying to figure out how to handle this. As far as I can tell, th

Re: [users@httpd] reverse proxy setup

2024-07-12 Thread Frank Gingras
On Fri, Jul 12, 2024 at 5:49 AM bruce wrote: > A bit of progress... > > I can get the "content/data", but not the styles "css/js/etc.. as well > as misc files... > > Looking over the browser/devtools/network, I see the styles comes from > the following dirs: >berat/public/ >berat/.next/st

Re: [users@httpd] reverse proxy setup

2024-07-12 Thread bruce
A bit of progress... I can get the "content/data", but not the styles "css/js/etc.. as well as misc files... Looking over the browser/devtools/network, I see the styles comes from the following dirs: berat/public/ berat/.next/static berat/.next/static/chunks/app/ The test url --- http:/