Re: [users@httpd] Mapping file name to uri dynamically

2018-08-23 Thread alchemist vk
Hi Eric, Thanks for guidance.. Now I am able to write script to list file under directory and map as "RewriteMap listxml "prg:/etc/apache2/conf.d/list.pl" apache:apache". Now, consider, list.pl lists file temp.xml and by writing rewrite condition as RewriteCond %{REQUEST_URI} ^/example/test\.x

Re: [users@httpd] Mapping file name to uri dynamically

2018-08-22 Thread Eric Covener
On Wed, Aug 22, 2018 at 10:05 PM alchemist vk wrote: > > I got a scenario where a single file present in directory generated with > different names in different points of time. How can I map this dynamically > name changing file to specific uri all the time? > To summarize, uri remains same alwa

[users@httpd] Mapping file name to uri dynamically

2018-08-22 Thread alchemist vk
I got a scenario where a single file present in directory generated with different names in different points of time. How can I map this dynamically name changing file to specific uri all the time? To summarize, uri remains same always but file name changes dynamically. With Regards, Venkatesh