On Sat, Nov 22, 2014 at 6:22 PM, nik600 wrote:
> So, i've got 3 question:
>
> - is possible to set-up in this hook a REDIRECT_STATUS 302
> - if yes, how ?
> - if no, what is the hook to use and how can i set the http status?
Check out how mod_rewrite passes itself a hint between tranlsate_name
an
Dear all
i'm using a ap_hook_translate_name custom module to process some custom
logic and decide the final name of the request.
in some situation i'm putting a Location: http://foo.com/mypage header with
apr_table_add(r->headers_out, "Location", "http://foo.com/mypage";);
but the HTTP_STATUS r
On Sat, Nov 22, 2014 at 3:55 AM, Don Cohen wrote:
> I just put "mod_authnz_fastcgi" into google and got ONE result -
Sorry, it's mod_authnz_fcgi. http://httpd.apache.org/docs/current/mod/
--
Eric Covener
cove...@gmail.com
-
Hi,
I'm using the latest windows apache 2.4 (provided by apachelounge)
together with tomcat 7 connected using mod_proxy_ajp. No custom
configuration, just enabling mod_proxy, mod_proxy_ajp and define:
ProxyPass / ajp://127.0.0.1:8009/
ProxyPassReverse / ajp://127.0.0.1:8009/
After opening http:/
Eric Covener writes:
> On Thu, Nov 20, 2014 at 2:22 PM, Don Cohen
> wrote:
> > Eric Covener writes:
> > > On Thu, Nov 20, 2014 at 1:31 PM, Don Cohen
> > wrote:
> > > > However, I also am surprised that I don't see some more general module
> > > > that allows the user to write his own
Hi rainer,
Can't understand what do you mean.
I try to write the acl as the below lines, but it can't work.
RewriteCond %{QUERY_STRING} ^manage$
Order allow,deny
Allow from specified_IP_address
Sury
On 2014-11-21 19:48, Rainer M. Canavan wrote:
On Nov 21, 2014, at 08:48 , Bu Xiaobing