[users@httpd] lookaround in mod_substitute pattern

2015-07-10 Thread Zimmi
e 3rd test ? Thanks for sharing your insights! Zimmi SETUP index.html : Llamas are my favorite animals. .htaccess : AddOutputFilterByType SUBSTITUTE text/html # Original string inside an index.html : # Llamas are my favorite animals. # 1. Lookahead, OK # Expected : word 'favorite' ch

Re: [users@httpd] mod_rewrite is ignored or disabled

2015-06-29 Thread Zimmi
Le 29.06.2015 03:18, James Moe a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/28/2015 03:02 PM, Zimmi wrote: There are in your .htaccess file 2 instructions "RewriteEngine": the first states "on", the second states "off". They are around your re

Re: [users@httpd] mod_rewrite is ignored or disabled

2015-06-28 Thread Zimmi
t, afaik the last instruction wins and disables the rewrite engine: no action and no logging... Remove the second one or comment it, and let us know. Hope this helps, Zimmi (Philippe) Le 28.06.2015 22:02, James Moe a écrit : Hello, httpd v2.4.10 linux v3.16.7-21-desktop x86_64 I

Re: [users@httpd] Virtual Hosting: One website doesn't work.

2015-01-04 Thread Zimmi
rough telnet. Hope this help! Zimmi Le 04.01.2015 03:35, ghalvor...@hushmail.com a écrit : On January 3, 2015 at 9:09 PM, "Stormy" wrote: At 08:40 PM 1/3/2015 -0500, ghalvor...@hushmail.com wrote: [snip] I'm not sure why these two behave differently (www.example.com vs exam

Re: [users@httpd] ProxyPass based on time of day

2014-12-02 Thread Zimmi
Le 03.12.2014 00:11, congo a écrit : Hello chiefs, i recall reading about httpd proxy setup where a vhost would use one proxypass before noon and another after noon (for instance). i.e. proxypassing based on what hour it is of the day... however i cant recall where i saw this config, and mayb