Re: [users@httpd] Still no luck with protected login

2015-02-04 Thread fedora
Did you forget to copy also some .htaccess files in the respective directories? suomi On 02/04/2015 08:19 PM, Steve Matzura wrote: I've taken a copy of a site-specific configuration that worked on a 2.2 server and applied it, with changes reflecting different directory names, to a 2.4 server.

Re: [users@httpd] apache 2.4 Require IP

2015-02-04 Thread Tim Dunphy
Great. Thank you gentlemen! I'll add the module tomorrow. Regards, Tim Sent from my iPhone > On Feb 4, 2015, at 10:10 PM, Eric Covener wrote: > >> On Wed, Feb 4, 2015 at 4:41 PM, Daniel wrote: >> you forgot to load the module proper > > The module that implements "ip" is mod_authz_host. > >

Re: [users@httpd] apache 2.4 Require IP

2015-02-04 Thread Eric Covener
On Wed, Feb 4, 2015 at 4:41 PM, Daniel wrote: > you forgot to load the module proper The module that implements "ip" is mod_authz_host. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail

Re: [users@httpd] apache 2.4 Require IP

2015-02-04 Thread Daniel
you forgot to load the module proper El Wed Feb 04 2015 at 7:22:18 PM, Tim Dunphy () escribió: > Hey all, > > I need to allow access to a list of IPs to the server-status of some > hosts. I tried out the new syntax I used according to this document: > > http://httpd.apache.org/docs/current/mod/

Re: [users@httpd] Reverse Proxy Basic Question

2015-02-04 Thread Daniel
Can't really understand where you get the idea of using "?" in the urls like that. Anyways your first proxypass is incorrect, you always need to match slashes, like: ProxyPass / http://something.com/ or ProxyPass / http://something.com/something/ El Wed Feb 04 20

[users@httpd] Still no luck with protected login

2015-02-04 Thread Steve Matzura
I've taken a copy of a site-specific configuration that worked on a 2.2 server and applied it, with changes reflecting different directory names, to a 2.4 server. The 2.4 machine lets me into the protected area without asking for login credentials. I've sent a copy of the .conf file I'm using to Er

[users@httpd] apache 2.4 Require IP

2015-02-04 Thread Tim Dunphy
Hey all, I need to allow access to a list of IPs to the server-status of some hosts. I tried out the new syntax I used according to this document: http://httpd.apache.org/docs/current/mod/mod_authz_host.html So I have my server-status block set like this: SetHandler server-status Req

[users@httpd] Reverse Proxy Basic Question

2015-02-04 Thread Chris Arnold
So I have been trying to better understand mod_proxy, specifically, reverse proxy on apache 2.4.10. I have read http://httpd.apache.org/docs/current/mod/mod_proxy.html to better understand but I still have a basic question. In a reverse proxy directive/statement: ProxyPass / http://somethi