now.
Lance
> On May 31, 2025, at 4:24 AM, Daniel Ferradal Márquez
> wrote:
>
>
>
>> On 15/4/25 16:00, Wilkinson, J Lance wrote:
>>
>> Long time since I posted a query -- it's been 8+ years since retirement.
>> Brought up my first Apache 2.4
On 5/21/2025 1:07 PM, Frank Gingras wrote:
On Wed, May 21, 2025 at 12:19 PM J Lance Wilkinson wrote:
I have a directory /PMHS72/ which contains a few .html and .php files
that I want to present, and all other files in the directory are
blocked.
I need to rewrite requests
I have a directory /PMHS72/ which contains a few .html and .php files
that I want to present, and all other files in the directory are blocked.
I need to rewrite requests for the files in the directory to redirect
any explicit requests for files in the directory, UNLESS they are those
few whit
tory index specific to one
directory and a location handler for server info at the start and every restart
throws them away.
Lance
Oh agreed. Just hoped some might be lurking here.
Lance
On Apr 15, 2025, at 10:21 AM, Frank Gingras wrote:
On Tue, Apr 15, 2025 at 10:02 AM Wilkinson, J Lance
mailto:jl...@psu.edu>> wrote:
Long time since I posted a query -- it's been 8+ years since retirement.
Brought
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
.
Thanks
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
:
ServerLimit = MaxRequestWorkers divided by ThreadLimit
Thanks,
Lance
sider
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
): 28.0851
Any help would be greatly appreciated. A server with 4G of memory.
Lance
Thanks,
That makes a lot of sense. You explained that very well.
Lance
From: "Houser, Rick"
Reply-To: "users@httpd.apache.org"
Date: Tuesday, January 9, 2018 at 11:45 AM
To: "users@httpd.apache.org"
Subject: [users@httpd] RE: Apache 2.4 worker mpm memory climb
started writing this email Apache is now up to 426M and the average
process size is at 35.5M.
Thanks,
Lance
n the registration form 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 Wilkinso
r.
While my brute force method of recovering the server that expired with its
certificates overnight seems to alleviated the issue, I'd love to be able to
definitively say what this was applying to before using the same brute force
method on the as yet unaffected server.
--
J.Lance Wil
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 Pater
oteip (retrofit 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" <mailto:jl...@psu.edu>> wrote:
>
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&
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
elieve the "R" is telling 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
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
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
]
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
d %{calId} .
RewriteCond %{skinId} .
RewriteRule ^/calendar
http://test.webservices.illinois.edu/calendar/list/%{calId}?skinId=%{ski
nId} [L,R=301]
Thanks,
Lance Campbell
Software Architect/DBA/Project Manager
Web Services at Public Affairs
217-333-0382
-Original Message-
From: Andrew Schulman [mailto:and...@
/list
http://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, D
nk. I actually 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
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 mod_ss
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 fo
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
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
ssage-
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
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
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/>
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/Sof
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
Jul 10 12:29:36 2008] 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 S
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
Actually we have confirmed that the redirect of content works in all
browsers for HTML content. But for redirecting of JavaScript only IE7
seems to have an issue. It won't display the .js files.
Lance Campbell
Project Manager/Software Architect
Web Services at Public Affairs
Universi
omeone 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
2
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]
ork. I also
changed 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
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 of
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
/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
windows.
Thanks,
Lance Campbell
Project Manager/Software Architect
Web Services at Public Affairs
University of Illinois
217.333.0382
http://webservices.uiuc.edu
above with the appropriate header
attributes in order to clear calendar 123's content?
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 PROTE
:
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
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
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
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
thout
the above 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 Servic
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
it did 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
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
e 600
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
I am looking for a web tutorial for writing apache 2.0.x modules. Does
anyone have a reference they could give me?
Thanks,
Lance Campbell
Project Manager/Software Architect
Web Services at Public Affairs
University of Illinois
217.333.0382
http://webservices.uiuc.edu
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
rs of digging:
make LDFLAGS="-L/usr/lib64"
The LDFLAGS tell's make what additional libraries to use. I hope this
helps you as much as it helped me. I found the info indirectly at the
following web site:
http://www.modpython.org/pipermail/mod_python/2007-May/023727.html
ods-shared=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
59 matches
Mail list logo