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
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
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
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
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:/