Re: [users@httpd] IF request_uri regex syntax

2018-05-16 Thread Chaitanya Govande
Thank you very much - this seems to have did the trick. I appreciate it, Yann. On Wed, May 16, 2018 at 2:38 PM, Yann Ylavic wrote: > On Wed, May 16, 2018 at 9:22 PM, Chaitanya Govande wrote: >> >> Following is the code: >> >> > The issue may be that

Re: [users@httpd] IF request_uri regex syntax

2018-05-16 Thread Yann Ylavic
On Wed, May 16, 2018 at 9:22 PM, Chaitanya Govande wrote: > > Following is the code: > > regex", so you possibly could try something like "m#manager/status#" here. Regards, Yann. - To unsubscribe, e-mail:

[users@httpd] IF request_uri regex syntax

2018-05-16 Thread Chaitanya Govande
Hello, Trying to check the request uri against a regex in an IF directive. This IF directive is located inside a tag. Following is the code: AddOutputFilterByType INFLATE;SUBSTITUTE;DEFLATE text/html However, when trying to restart apache, I get the following: May 16 19:20:53

[users@httpd] In directory pages, how to show file dates in a specific timezone?

2018-05-16 Thread Dedeco Balaco
Hello, I could not find a way to show file listing pages (of Apache) with times in correct the timezone. The timezone is defined in the enrironment, but Apache refuses to take it into account. The discussion made in https://www.linuxquestions.org/questions/showthread.php?p=5855435 shows

[users@httpd] Running Lua Script using mod_lua

2018-05-16 Thread Hemant Chaudhary
Hi, While running lua_script using mod_lua, I am getting this error in error_log. What does it mean "PANIC: unprotected error in call to Lua API (core and library have incompatible numeric types)" Thanks Hemant