Re: [users@httpd] 404 rewrite error using special character \

2016-08-18 Thread Marat Khalili
What about trying: RewriteRule ^\# \%2523 [R,L,NE] ? (Not sure if NE is necessary, but it won't hurt.) Let's break the system! BTW I don't think using # as part of the request path is a good idea, since browsers, libraries and proxies may treat it as fragment delimiter and behave accordingly (

[users@httpd] 404 rewrite error using special character \

2016-08-18 Thread elliott sterling
I learned that the error was that it was looking for folder or directory "/#". So after I created that folder I get endless redirect loop. So I am researching how to fix that. > > On Aug 19, 2016 at 12:45 AM, mailto:icici...@gmail.com)> > wrote: > > > > > > > >

Re: [users@httpd] 404 rewrite error using special character \

2016-08-18 Thread Igor Cicimov
On Fri, Aug 19, 2016 at 12:16 PM, elliott sterling < elliottlsterl...@gmail.com> wrote: > Hello, > > My project for this client is such that his directories contain "#" in > the folder names, #test, and other symbols. The '#' is the only one > that gives me problems because I know its a anchor an

[users@httpd] 404 rewrite error using special character \

2016-08-18 Thread elliott sterling
Hello, My project for this client is such that his directories contain "#" in the folder names, #test, and other symbols. The '#' is the only one that gives me problems because I know its a anchor and htacess ignores it. My rewrite code is: RewriteRule [^\#] \%23 My goal was to convert the '#'

Re: [users@httpd] How to restart apache after reboot on ubuntu 16.04?

2016-08-18 Thread Erik Dobák
yes reliability is always the requirement i guess. i was told i could use that for reverse proxiing but did not try that yet due to corporate limitations. my backends are usually php and the response is questionable. On 17 August 2016 at 20:50, Dr James Smith wrote: > Depends on your backends - n

Re: [users@httpd] AuthDBDUserRealmQuery direcrive looking for AuthDBDUserPWQuery

2016-08-18 Thread Scott Lucas
I think you want AuthType Digest if you are using AuthDBDUserRealmQuery. If you want to do Basic auth you want AuthDBDUserPWQuery. https://httpd.apache.org/docs/2.4/mod/mod_authn_dbd.html Kind Regards, Scott First Class Watches 9 Warwick Road Kenilworth CV8 1HD Warwickshire United Kingdom On

[users@httpd] AuthDBDUserRealmQuery direcrive looking for AuthDBDUserPWQuery

2016-08-18 Thread Emanuele Bastianelli
Hi, I'm using Apache 2.4.7 on Ubuntu 14.04 and I need to use the mode mod_auth_dbd with the AuthDBDUserRealmQuery. I have mysql installed and working. I followed the documentation, activated all the needed apache modules (hopefully), and configured the 000-default.conf file, under the VirtualHost