[users@httpd] Apache ReverseProxy for JavaWebStart Application.

2018-01-24 Thread kiran kumar
Hi, I have java web start application running in my Jboss Application server. I have configured the reverse proxy configuration for my JavaWeb start application as shown below. Servername public.example.com ProxyRequests Off ProxyPass “/ServicesWeb”  “http://localhost:8080/S

Re: [users@httpd] Redirect only a specific index.php page to new location

2018-01-24 Thread Kory Wheatley
Ya there is a .htaccess that has the base set to deptblogs what could I change in here to get it to work? [kwheatley@sftpface2 wordpress]$ cat .htaccess RewriteEngine On RewriteBase /deptblogs/ RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/m

Re: [users@httpd] How to determine if some hook functions are registered for e.g the "Check User ID" phase

2018-01-24 Thread Eric Covener
On Wed, Jan 24, 2018 at 10:41 AM, Eric Covener wrote: > On Wed, Jan 24, 2018 at 9:07 AM, Torsten Krah wrote: >> Is there some way to determine in a c-module which registered a authn >> hook for authorization, if any other hook is configured in the "Check >> User ID" phase of request processing? >

Re: [users@httpd] How to determine if some hook functions are registered for e.g the "Check User ID" phase

2018-01-24 Thread Eric Covener
On Wed, Jan 24, 2018 at 9:07 AM, Torsten Krah wrote: > Is there some way to determine in a c-module which registered a authn > hook for authorization, if any other hook is configured in the "Check > User ID" phase of request processing? > > Looking at: > > https://httpd.apache.org/docs/2.4/de/mod/

[users@httpd] Apache child process crashing frequently

2018-01-24 Thread Tim Newman
We have four Windows Servers running Apache 2.4.27 acting as load balancers for our application server cluster, which is running Tomcat. Recently, we have started to experience a high number of crashes with the web servers. Within the Apache error logs we see the following: [Mon Jan 15 15:12:08

[users@httpd] How to determine if some hook functions are registered for e.g the "Check User ID" phase

2018-01-24 Thread Torsten Krah
Is there some way to determine in a c-module which registered a authn hook for authorization, if any other hook is configured in the "Check User ID" phase of request processing? Looking at: https://httpd.apache.org/docs/2.4/de/mod/mod_lua.html#writinghooks i can register a hook to negotiated the

[users@httpd] [mod_lua] Successful arbitrary authentication with denied access on the resource results in a core:error AH00571 message in the logs about a missing AuthType

2018-01-24 Thread Torsten Krah
I am using an arbitrary authentication with mod_lua which works so far. Authentication is done via mod_lua: https://httpd.apache.org/docs/2.4/de/mod/mod_lua.html#luahookcheckuserid Authorization is done via mod_authz_svn. I did that and set r.user = 'foo' to the request - just always the same f