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/logo.svg
      doesn't work

in the page source
   href="/logo.svg"

 which should redirect to --  /var/www/html/berat/public/logo.svg
    or http://1.2.3.4/berat/public/logo.svg

thanks



On Fri, Jul 12, 2024 at 7:57 PM Frank Gingras <thu...@apache.org> wrote:
>
>
>
> 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.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to