[users@httpd] CentOS 8 / Apache 2.4.37 / Optimzing

2020-10-02 Thread Devin Acosta
to optimize for Speed and also to take load off the web server as much as possible. Any suggestions? Thanks a lot. Devin Acosta

[users@httpd] Apache 2.2.15-26 / mod_proxy / Forward proxy for SSL

2013-05-20 Thread Devin
/etc/httpd/httpd.conf ProxyRequests On Proxy * Order deny,allow Deny from all Allow from all /Proxy ProxyVia On It seems to proxy non-SSL connections from what I can see but doesn't work at all with SSL connections. Any help would greatly be appreciated. Devin Acosta

[users@httpd] CentOS 5 / Apache 2.2 / mod_authnz_ldap issue

2013-04-04 Thread Devin
/folder/project/c { users access only }} Any help would be appreciated, i have messed with this for hours and can't seem to get it working. Thanks much. Devin

Re: [users@httpd] CentOS 5 / Apache 2.2 / mod_authnz_ldap issue

2013-04-04 Thread Devin
and no Authoritative handler. Anyways thanks for your response.. I am trying to figure out how Apache deals with multiple directory statements inside the same directory tree. Devin On Thu, Apr 4, 2013 at 5:11 PM, Eric Covener cove...@gmail.com wrote: I just wanted to see if i could give

Re: [us...@httpd] accessing REMOTE_USER through an Apache proxy

2009-10-30 Thread Devin Bougie
goal. Thank you very much for all of your time and help. Sincerely, Devin I still have some lingering doubt about whether there is not a confusion somewhere between - the Apache process's environment values (what it gets in its own environment when it starts up) - the Apache internal

Re: [us...@httpd] accessing REMOTE_USER through an Apache proxy

2009-10-30 Thread Devin Bougie
, but you have again helped explain that. Thanks again, Devin Devin Bougie wrote: ... With the latest posted configuration, I am able to see the REMOTE_USER HTTP header from the backend GlassFish Web Application (using HttpServletRequest.getHeader (REMOTE_USER)). OK, and correct. As you

Re: [us...@httpd] accessing REMOTE_USER through an Apache proxy

2009-10-29 Thread Devin Bougie
] [ourserver.com/sid#8885358][rid#971a7d0/initial ] (1) [per-dir /test/] go-ahead with proxy request proxy:http:// localhost/cgi-bin/test/remote.cgi [OK] -- Any suggestions for passing REMOTE_USER through an Apache proxy would be greatly appreciated. Many Thanks, Devin On Oct 28, 2009, at 4:03 PM

[us...@httpd] accessing REMOTE_USER through an Apache proxy

2009-10-28 Thread Devin Bougie
if there is any more information I can provide. Many thanks, Devin

Re: [us...@httpd] accessing REMOTE_USER through an Apache proxy

2009-10-28 Thread Devin Bougie
with proxy request proxy:http:// localhost:38080/HelloWeb/UserServlet [OK] -- Any suggestions would be greatly appreciated. Thank you again, Devin On Oct 28, 2009, at 11:15 AM, André Warnier wrote: Devin Bougie wrote: ... Hi. I'll give you my interpretation, after looking at the log