Title: apache hangs on 100% cpu usage
hi,
I have observed that whenever there is 100% cpu usage on my machine due to various applications, apache running on same machine hangs. No page is served. There is only parent process left and all other httpd processes disappear. On doing strace
Thanks Joshua for the Rewrite syntax, Wow, I didn't know you could achieve
what I want using Rewrite. I seriously need to give mod_rewrite some more
thorough study.
BTW, this logic is just to prevent casual script kiddies to get to a
certain login page. If the conditions below hold, then only t
On 8/23/06, Jignesh Badani <[EMAIL PROTECTED]> wrote:
Awesome, just trying to understand the syntax of the last SetEnvIf:
SetEnvIf let_10161_in ^0$ !let_xuser_in
--> If the env variable let_10161_in is "0" - meaning the request is not
from 10.161, unset (make it 0?) the let_xuser_in env variabl
Once again my many thanks to Joshua for providing concise and extremely
informative responses on this list.
Joshua; Its people like you that make open-source communities *work*.
Cheers from Calgary,
Chris Price
Plenty of people use mod_deflate (and the older mo
Awesome, just trying to understand the syntax of the last SetEnvIf:
SetEnvIf let_10161_in ^0$ !let_xuser_in
--> If the env variable let_10161_in is "0" - meaning the request is not
from 10.161, unset (make it 0?) the let_xuser_in env variable ?
And mod_rewrite for this, how ?
Thanks
- - - - -
On 8/23/06, Jignesh Badani <[EMAIL PROTECTED]> wrote:
Hello all, let me try again.
I have the following restriction in place:
SetEnvIf X-FORWARDED-FOR ^10.161 let_10161_in
SetEnvIf COOKIE ^XSESSION let_xuser_in
Order Deny,Allow
Deny from all
Allow from env=let_10161_in
Allow from env=let_xuse
Hello all, let me try again.
I have the following restriction in place:
SetEnvIf X-FORWARDED-FOR ^10.161 let_10161_in
SetEnvIf COOKIE ^XSESSION let_xuser_in
Order Deny,Allow
Deny from all
Allow from env=let_10161_in
Allow from env=let_xuser_in
It basically means users whose X-FORWARDED-FOR c
Thanks to Nick, Joshua & William for your responses. Keep up the good
work.
regards
-Jignesh
"William A. Rowe, Jr." <[EMAIL PROTECTED]>
08/22/2006 07:58 PM
Please respond to
users@httpd.apache.org
To
users@httpd.apache.org
cc
Subject
Re: [EMAIL PROTECTED] mod_security general question...
At 07:37 PM 8/23/2006 +0200, you wrote:
remove :*80 ?
or forward to 443
Thanks for your reply.
There is no VH for this ServerName at :*80. You can't get in with
http. (There are other VHs at port 80.) The https is getting
handled by the VH at :*443, but the header says it's port 80?
Ken
On 8/23/06, Chris Price <[EMAIL PROTECTED]> wrote:
Hey all;
I have some questions about mod_deflate;
Specifically, in my 8 years of using apache, I had never heard of it
until a few weeks ago. Google shows plenty of howto implement and man
page sites, but few 'mod_defl
The simplest way to achieve what you want would be with ErrorDocument 404 /where/you/want/to/goOn 23/08/06, Bob Ionescu <
[EMAIL PROTECTED]> wrote:Lothar Krenzien wrote:> Hi there,>
> Now I want to redirect a request *ONLY* if the URL does not exist. I know the !-U flag for a RewriteCond but can't
remove :*80 ?
or forward to 443
- Original Message -
From: "kloomis" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, August 23, 2006 7:29 PM
Subject: [EMAIL PROTECTED] Secure or not?
> Hello:
>
> On my secure site the php code print "Port:".$_SERVER['SERVER_PORT']);
> prints port:80 when acces
Hello:
On my secure site the php code print "Port:".$_SERVER['SERVER_PORT']);
prints port:80 when accessing the site with https:// The little padlock is
showing at the bottom of the page and the router is set to send 443 to the
server.
In httpd.conf I have:
NameVirtualHost *:80
NameVirtual
Nick,
> You're trying to do Digest authentication with a Basic authn configuration
> by just switching AuthType. You need an AuthDBDUserRealmQuery, and
> you'll need to populate your database with md5 digests. See the digest
> authn documentation.
It works now. I didn't realize that my query mu
On Wednesday 23 August 2006 16:15, Luca Meneghesso wrote:
> Hi everybody!
>
> I finally managed to compile Apache 2.2.3/OpenSSL to perform Authentication
> and Authorization with mod_authn_dbd/mod_authz_dbd/apr_dbd_mysql.
> Everything works correctly when using Basic Authentication but when I
> swi
No errors in the log file I assume?
Are you starting apache via apachectl? Have you tried
a truss -f on your apachectl to see what's going on.
--- Shawn Beard <[EMAIL PROTECTED]> wrote:
> Yes it did. We went ahead with the make and the
> make install. Then
> tried to start apache and it didnt
Yes it did. We went ahead with the make and the make install. Then
tried to start apache and it didnt start. Didnt give any errors. Just
didnt start. We verified this by doing a grep for the httpd process.
Shawn Beard
Web Administrator, MCSE, MCSA, MCP
Iowa Foundation for Medical Care
Inform
Well, in all fairness, this screenshot only lists
"warnings". Granted, preferably you have none, but did
this prevent you from actually compiling and running
apache?
--- Shawn Beard <[EMAIL PROTECTED]> wrote:
> Looks like I spoke to soon. Syncing the system
> headers did get rid of
> most of the
Hi everybody!
I finally managed to compile Apache 2.2.3/OpenSSL to perform Authentication
and Authorization with mod_authn_dbd/mod_authz_dbd/apr_dbd_mysql. Everything
works correctly when using Basic Authentication but when I switch to Digest
Authentication the server returns this error message:
Looks like I spoke to soon. Syncing the system headers did get rid of
most of the errors not not all. Here are the errors I get now:
checking netinet/sctp.h presence... yes
configure: WARNING: netinet/sctp.h: present but cannot be compiled
configure: WARNING: netinet/sctp.h: check for missin
Thanks Joshua, that did the trick!
Regards,
Tal Cohen
tel 617/859-1900 ext. 705
fax 617/848-5837
Please note that the information contained in this message may be privileged
and confidential and protected from disclosure. If the reader of this
message is not the intended recipient, or an employ
On 8/23/06, Tal Cohen <[EMAIL PROTECTED]> wrote:
I am new to this group, so please be kind J
I have a small family website, running Apache 2.0 on RHE8, that I password
protected with "AuthType Basic" at /.
How can I now open /pub to public access?
Satisfy any
Allow from all
Be aware that
Hi,
I am new to this group, so please be kind J
I have a small family website, running Apache 2.0 on RHE8,
that I password protected with “AuthType Basic” at /.
How can I now open /pub to public access?
Thanks,
Tal
--
No virus found in this outgoing message.
Check
Thanks.
But when I said control/security I don't mean from a user perspective or
from the perspective of denying people from certain sites based on their
IP or anything like that.
But thanks anyway for the info.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Beh
[This message was abusively cross-posted. There is no reason to send
it to so many very busy groups. Try one at a time and, if you don't
get a response, then try another.]
On 8/23/06, Kaushal Shriyan <[EMAIL PROTECTED]> wrote:
Hi ALL
I have a query here how do i get various status code on the
Thank you! This worked.
Shawn Beard
Web Administrator, MCSE, MCSA, MCP
Iowa Foundation for Medical Care
Information Systems
[EMAIL PROTECTED]
Office: 515-440-8581
>>> [EMAIL PROTECTED] 8/22/2006 2:30:43 PM >>>
Richard de Vries wrote:
> Have a look at http://www.sunfreeware.com
And if you wa
Lothar Krenzien wrote:
Hi there,
Now I want to redirect a request *ONLY* if the URL does not exist. I know the
!-U flag for a RewriteCond but can't get it working.
-U checks only access controls and not if your URL-path resolves to an
existing resource.
Hi Joshua,
What I saw are the following lines in the logfile :
...
initial (5) RewriteCond URI (-U) check: path=/conergy/Welcome.do -> status=200
initial (4) RewriteCond: input='/conergy/Welcome.do' pattern='!-U' =>
not-matched
initial (2) rewrite '/conergy/Welcome.do' ->
'http://localhost/sunr
Hi ALL
I have a query here how do i get various status code on the browser,
For example
403 Forbidden
How do i simulate (get ) all the status code from the httpd webserver
in the form of a script or a simple program
Thanks and Regards
Kaushal
29 matches
Mail list logo