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}

[users@httpd] Message buffer in Apache Web Server

2018-08-23 Thread Hemant Chaudhary
Hi All, I want to send 1MB of data of request at a time. For this I want to use buffer in proxy_http. By default we can send 8192(8kb) of data at a time. I have used ProxyIOBufferSize and BufferSize, but still it is sending 8192 only. I tried to set these value to 512, so that it will send 512