[users@httpd] How to proxy based on post string value

2019-10-11 Thread Campbell, Lance
request. If the original web request POST body does not contain a particular string value then I will send a 200 response back. Thanks, Lance Campbell

[users@httpd] Enhancement Request

2018-08-24 Thread Campbell, Lance
. Thanks Lance

Re: [users@httpd] MPM worker - ThreadLimit and ThreadsPerChild

2018-08-24 Thread Campbell, Lance
= MaxRequestWorkers divided by ThreadLimit . ThreadLimit could equal ThreadsPerChild. Or ThreadLimit could be greater than ThreadsPerChild. Thanks. On 8/24/18, 2:46 PM, "Eric Covener" wrote: On Fri, Aug 24, 2018 at 3:42 PM Campbell, Lance wrote: > > Apache 2.4

[users@httpd] MPM worker - ThreadLimit and ThreadsPerChild

2018-08-24 Thread Campbell, Lance
this: ServerLimit = MaxRequestWorkers divided by ThreadLimit Thanks, Lance

[users@httpd] Crashed

2018-08-24 Thread Campbell, Lance
raising the MaxRequestWorkers setting [Wed Aug 22 03:41:16.264059 2018] [mpm_worker:notice] [pid 31849:tid 140027731249280] AH00296: caught SIGWINCH, shutting down gracefully Thanks, Lance

[users@httpd] Apache 2.4 order mpm issue

2018-01-20 Thread Campbell, Lance
): 28.0851 Any help would be greatly appreciated. A server with 4G of memory. Lance

Re: [users@httpd] RE: Apache 2.4 worker mpm memory climbing no new processes

2018-01-09 Thread Campbell, Lance
Thanks, That makes a lot of sense. You explained that very well. Lance From: "Houser, Rick" <rick.hou...@jackson.com> Reply-To: "users@httpd.apache.org" <users@httpd.apache.org> Date: Tuesday, January 9, 2018 at 11:45 AM To: "users@httpd.apache.org"

[users@httpd] Apache 2.4 worker mpm memory climbing no new processes

2018-01-09 Thread Campbell, Lance
started writing this email Apache is now up to 426M and the average process size is at 35.5M. Thanks, Lance

Re: [users@httpd] ApacheCon NA 2016 - Important Dates!!!

2016-02-11 Thread J Lance Wilkinson
rm to join the conference for a discounted fee of US$399, available only to Apache: Big Data North America attendees. So, please tweet away!! I look forward to seeing you in Vancouver! Have a groovy day!! ~Melissa on behalf of the ApacheCon Team -- J.Lance Wilkinson ("Lance")

Re: [users@httpd] Available online Training/documentation

2014-02-19 Thread J LANCE WILKINSON
Can I recommend attending APACHECON (see http://www.apachecon.com/ ) to get fairly low cost training? -- J.Lance Wilkinson (Lance) InterNet: lance.wilkin...@psu.edu Systems Design Specialist - Lead Phone: (814) 865-4870 Digital Library Technologies FAX: (814) 863-3560 E3 Paterno Library

Re: [users@httpd] Logging ALL cookies on requests from specific IP address range?

2012-02-26 Thread J LANCE WILKINSON
to Apache 2.2) doesn't seem to be working properly, ignoring X-Forwarded-For headers when the forwarded address is a 172.16.0.0/12 network. On Feb 24, 2012 11:22 PM, J LANCE WILKINSON jl...@psu.edu mailto:jl...@psu.edu wrote: Wow. Thanks. I'll share that w/ my network

Re: [users@httpd] Logging ALL cookies on requests from specific IP address range?

2012-02-24 Thread J LANCE WILKINSON
Wow. Thanks. I'll share that w/ my network colleagues. One of them has wanted to use WireShark against this problem, but complained that since much of the dialog is SSL encrypted, WireShark has some issues with this apparently. Any guidance on that? -- J.Lance Wilkinson (Lance) InterNet

[users@httpd] URL rewrite rule not working the way I thought it should

2011-03-03 Thread Campbell, Lance
the browser to redirect: RewriteRule ^/bob/calendar/(.*) /calendar/$1 [R,L] Is there a different command other than [L] I should use to tell apache to rewrite the URL internally? Or is my issue related to the fact that I am pointing to a URL that goes to mod_jk? Thanks, Lance Campbell Software

RE: [users@httpd] URL rewrite rule not working the way I thought it should

2011-03-03 Thread Campbell, Lance
PT is the answer. Thanks, Lance Campbell Software Architect/Project Manager/DBA Web Services at Public Affairs 217.333.0382 -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Thu 3/3/2011 3:18 PM To: users@httpd.apache.org Subject: Re: [users@httpd] URL rewrite

[users@httpd] cannot get RewriteRule for just the document root to work

2011-02-18 Thread Lance Campbell
to redirect. So http://acme.com/abc.html would NOT redirect. -- Thanks, Lance Campbell Project Manager/Software Architect/DBA Web Services at Public Affairs 217.333.0382

Re: [users@httpd] cannot get RewriteRule for just the document root to work

2011-02-18 Thread Lance Campbell
That did it! Thanks a lot for your help. It seems like every query I did in Google brought back results for redirecting all content within a domain to another domain. -- Thanks, Lance Campbell Project Manager/Software Architect/DBA Web Services at Public Affairs 217.333.0382 On Fri, 2011

[us...@httpd] RewriteCond how to set variable

2010-12-21 Thread Campbell, Lance
wanted the values from line 2 3 to be inserted into line 4. How do you set a local variable in line 2 and 3 so that in line 4 I can reference them? Thanks, Lance Campbell Software Architect/DBA/Project Manager Web Services at Public Affairs 217-333-0382

RE: [us...@httpd] Re: RewriteCond how to set variable

2010-12-21 Thread Campbell, Lance
://test.webservices.illinois.edu/calendar/list/%{CALID}?skinId=%{SKI NID} [L] Thanks, Lance Campbell Software Architect/DBA/Project Manager Web Services at Public Affairs 217-333-0382 -Original Message- From: Andrew Schulman [mailto:and...@alumni.utexas.net] Sent: Tuesday, December 21

RE: [us...@httpd] Re: RewriteCond how to set variable

2010-12-21 Thread Campbell, Lance
] RewriteCond %{QUERY_STRING} calId=([0-9]+)(.*)skinId=([0-9]) [NC] RewriteRule ^/calendar http://test.webservices.illinois.edu/calendar/list/%1?skinId=%3 [L,R=301] Thanks, Lance Campbell Software Architect/DBA/Project Manager Web Services at Public Affairs 217-333-0382 -Original Message

[us...@httpd] are you using mod_rewrite?

2010-09-01 Thread Lance
I’ve seen this same issue. I thought the issue might be related to mod_rewrite. To your knowledge, are you using mod_rewrite to redirect urls? If not then SSL must be the root cause as I’m using both. I’ve been chasing this bug for nearly 6 months now. Lance

[us...@httpd] apache restart

2010-09-01 Thread Lance
I should note that restarting apache seems to fix the problem. It's the only solution i've come up with. If you consider restarting a solution. Surely something else must be going on. - The official User-To-User support

[us...@httpd] Re: Intermittent quot;Request header field is missing ':' separator.quot; on https

2010-09-01 Thread Lance
I've seen this exact same issue. Similar setup. I too am using Ubuntu 10.04 / Apache / Go Daddy Cert. Restarting Apache is the only solution I've come up with. Are you also running mod_rewrite. I had a suspicion that mod_rewrite might be the culprit but if you've narrowed it down to

[us...@httpd] Redirection problem with dynamic url parameters

2009-08-10 Thread Campbell, Lance
I need to redirect: https://illinois.edu/blog/view?blogId=291 To http://illinois.edu/db/view/291 The key is that 291 may be any number in both the from and to URLs. Can someone point me in the proper direction on how to redirect these types of URLs? Thanks, Lance Campbell Project Manager

[us...@httpd] RewriteRule problem

2009-03-18 Thread Campbell, Lance
have the Rewrite Engine on. Thanks, Lance Campbell Project Manager/Software Architect Web Services at Public Affairs University of Illinois 217.333.0382 http://webservices.uiuc.edu http://webservices.uiuc.edu/

RE: [us...@httpd] RewriteRule problem

2009-03-18 Thread Campbell, Lance
So now I have the following: RewriteCond %{QUERY_STRING} ^abc?id=(.*) [NC] RewriteRule ^abc /efg/%1 [L] It still does not work. I am still getting the file not found. I feel like I am closer. Thanks, Lance -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent

RE: [us...@httpd] RewriteRule problem

2009-03-18 Thread Campbell, Lance
- From: Campbell, Lance [mailto:la...@illinois.edu] Sent: Wednesday, March 18, 2009 3:03 PM To: users@httpd.apache.org Subject: RE: [us...@httpd] RewriteRule problem So now I have the following: RewriteCond %{QUERY_STRING} ^abc?id=(.*) [NC] RewriteRule ^abc /efg/%1 [L] It still does not work

[EMAIL PROTECTED] error log problem with SSL

2008-11-17 Thread Campbell, Lance
apache to check for the existence of a file before the request goes to tomcat? I did not think that was possible. It is important to note that the content is rendering from Tomcat. I just don't want the error messages in my logs. Thanks, Lance Campbell Project Manager/Software

[EMAIL PROTECTED] MPM 2.2

2008-08-25 Thread Campbell, Lance
I am using apache 2.2 with MPM under a very heavy load. Could someone send me some example settings I should use to improve performance for MPM? Thanks, Lance Campbell Project Manager/Software Architect Web Services at Public Affairs University of Illinois 217.333.0382 http

[EMAIL PROTECTED] Mod_jk load balance logging

2008-07-10 Thread Campbell, Lance
] pc webtools.uiuc.edu 0.001251 Is there something I can do to display which instance of pc is being accessed? Ideally it would be nice to see if I am accessing server 1 or server 2. Thanks, Lance Campbell Project Manager/Software Architect Web Services at Public Affairs University

[EMAIL PROTECTED] Apache RedirectMatch or Virtual Host Help Needed

2008-06-24 Thread Campbell, Lance
. Now if someone comes to the home page with www.illinois.edu http://www.illinois.edu/ they stay within that domain. Ideally I would like to redirect them to Illinois.edu. Thanks, Lance Campbell Project Manager/Software Architect Web Services at Public Affairs University of Illinois

RE: [EMAIL PROTECTED] Apache RedirectMatch or Virtual Host Help Needed

2008-06-24 Thread Campbell, Lance
problems. Thanks, Lance Campbell Project Manager/Software Architect Web Services at Public Affairs University of Illinois 217.333.0382 http://webservices.uiuc.edu My e-mail address has changed to [EMAIL PROTECTED] -Original Message- From: Campbell, Lance [mailto:[EMAIL PROTECTED] Sent

[EMAIL PROTECTED] Emergency Web Server Configuration

2008-06-18 Thread Campbell, Lance
cards running in conjunction together? Lance Campbell Project Manager/Software Architect Web Services at Public Affairs University of Illinois 217.333.0382 http://webservices.uiuc.edu My e-mail address has changed to [EMAIL PROTECTED]

[EMAIL PROTECTED] More than one SSL Certificate/Virtual Host

2008-04-17 Thread Campbell, Lance
the server name. Is there something I am missing? Thanks, Lance Campbell Project Manager/Software Architect Web Services at Public Affairs University of Illinois 217.333.0382 http://webservices.uiuc.edu

[EMAIL PROTECTED] Mod Rewrite and Mod JK

2008-02-08 Thread Campbell, Lance
I am finding that mod_rewrite does not get triggered is a URL happens to map to Mod JK. Is there a way to give first dibs to mod_rewrite? I have mod_rewrite loaded before mod_jk. Thanks, Lance Campbell Project Manager/Software Architect Web Services at Public Affairs University

[EMAIL PROTECTED] Mod Disk Cache Problem

2008-02-07 Thread Campbell, Lance
/imageList/ CacheEnable disk /rssManager/imagePast/ CacheEnable disk /rssManager/js/ CacheEnable disk /rssManager/newList/ CacheDefaultExpire 3600 CacheIgnoreNoLastMod On CacheDefaultExpire 600 CacheMaxExpire 3600 Thanks, Lance Campbell Project Manager

[EMAIL PROTECTED] Mod rewrite - can it tell if a requested file exists

2008-02-07 Thread Campbell, Lance
if the file exists then done (leave the requested file as /zzz/abc/123) else if it does not exist then rewrite the URL to /xxx/abc/123 then done Is this possible? If not then how could you do this as fast as possible without creating a mod for apache? Thanks, Lance Campbell

[EMAIL PROTECTED] Authentication Module

2008-01-25 Thread Campbell, Lance
windows. Thanks, Lance Campbell Project Manager/Software Architect Web Services at Public Affairs University of Illinois 217.333.0382 http://webservices.uiuc.edu

FW: [EMAIL PROTECTED] mod_cache

2008-01-15 Thread Campbell, Lance
: http://acme.com/cleanCache/ghi/asasd/dd/ Sorry, Lance Campbell Project Manager/Software Architect Web Services at Public Affairs University of Illinois 217.333.0382 http://webservices.uiuc.edu From: Campbell, Lance [mailto:[EMAIL PROTECTED] Sent

[EMAIL PROTECTED] mod_cache

2008-01-15 Thread Campbell, Lance
would be removed from the cache: http://acme.com/ghi/asasd/dd/ I know you have a mechanism in place to clear a cache entry based on adding attributes to a headers requests. This just seems to be a much simpler approach to clearing cached content. Thanks, Lance Campbell Project

RE: [EMAIL PROTECTED] mod_cache

2008-01-09 Thread Campbell, Lance
header string it will give back the old cached content. I am really looking for a way to tell mod_cache, hey, refresh the cache with new content for the requested URL. Thanks for any help you can give me. Lance Campbell Project Manager/Software Architect Web Services at Public Affairs

RE: [EMAIL PROTECTED] mod_cache

2008-01-09 Thread Campbell, Lance
You mentioned applying the fixes from 2.2 to 2.0. Would I get the source code for mod_cache.so and mod_disk_cache.so from the 2.2 project, put it in the proper directories on apache 2.0 and the rebuild? Lance Campbell Project Manager/Software Architect Web Services at Public Affairs University

RE: [EMAIL PROTECTED] mod_cache

2008-01-09 Thread Campbell, Lance
Ascs, I put your changes in and everything is working great. I just wish that we could use Apache 2.2. Thanks for all of your help, Lance Campbell Project Manager/Software Architect Web Services at Public Affairs University of Illinois 217.333.0382 http://webservices.uiuc.edu -Original

RE: [EMAIL PROTECTED] mod_disk_cache

2008-01-08 Thread Campbell, Lance
not delete/refresh the data. What should I do? Lance Campbell Project Manager/Software Architect Web Services at Public Affairs University of Illinois 217.333.0382 http://webservices.uiuc.edu -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent

[EMAIL PROTECTED] mod_cache

2008-01-08 Thread Campbell, Lance
I think I found an issue with mod_cache. Where do I go to post a question to the development group for this mod? Thanks, Lance Campbell Project Manager/Software Architect Web Services at Public Affairs University of Illinois 217.333.0382 http://webservices.uiuc.edu

RE: [EMAIL PROTECTED] mod_disk_cache

2008-01-07 Thread Campbell, Lance
CacheMaxExpire 3600 Thanks, Lance Campbell Project Manager/Software Architect Web Services at Public Affairs University of Illinois 217.333.0382 http://webservices.uiuc.edu -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent

RE: [EMAIL PROTECTED] mod_disk_cache

2008-01-07 Thread Campbell, Lance
It works! Thanks! They really need to add that to the apache documentation. Lance Campbell Project Manager/Software Architect Web Services at Public Affairs University of Illinois 217.333.0382 http://webservices.uiuc.edu -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[EMAIL PROTECTED] mod_disk_cache

2008-01-06 Thread Campbell, Lance
the cached content? I thought I would create multiple disk caches and then delete the cached files in the disk cache I wanted to refresh. But it looks like a virtual host can only have one disk cache in it. Is this true? Thanks, Lance Campbell Project Manager/Software Architect Web

[EMAIL PROTECTED] Installing apache 2.0.59 on RH 5 EM64T

2007-06-25 Thread Campbell, Lance
=most --enable-ssl --enable-ssl=shared --prefix=/usr/local/apache --enable-so Has anyone had this issue? Thanks, Lance Campbell Project Manager/Software Architect Web Services at Public Affairs University of Illinois 217.333.0382 http://webservices.uiuc.edu