On Fri, Jul 12, 2024 at 6:12 PM bruce <badoug...@gmail.com> 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 trying to figure out how to handle this. As far as I can tell,
> this is a reverse proxie issue
>
> but I can't do
>
>     another
>      ProxyPass '
>
>      as I'm already doing the following which works...
>       ProxyPass / http://127.0.0.1:3000/
>       ProxyPassReverse / http://127.0.0.1:3000/
>
>  is there some method that I trigger off the actual "filename"
>
> are there any pointers/examples you can point me to..
>
> This appears to be the last issue I'm grappling with.
>
> thanks
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>
You'll have to clarify what "trigger the filename" means, first.

Reply via email to