> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
> Joshua Slive
> Sent: Wednesday, November 08, 2006 5:51 PM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] DDOS
>
> On 11/8/06, Leonardo Neves <[EMAIL PROTECTED]> wrote:
> > Thanks for rep
Hello everyone:
This is my first time posting here, but I've been building Apache for
years now since early 1.3.x and I've benefited from the archives
previously.
I've scanned the FAQ, recent bugs, and mailing list archives. I've also
Google'd for solutions to my issue, but I'm not having success
On 11/8/06, Liz Kim <[EMAIL PROTECTED]> wrote:
Could I have a domain protection and a password protection on a directory
with Apache?
BUT!! NOT require both but just one?
Details..
I have a directory which is domain protected.
When a user from an unapporved domain tried to access the directory
Could I have a domain protection and a password protection on a directory with Apache?BUT!! NOT require both but just one?Details..I have a directory which is domain protected.When a user from an unapporved domain tried to access the directory he will recieve a 403 error.
At this exact moment - ONL
Hi,
I use the following piece of code in an .htaccess file at
/var/www/vhosts/domain.com/httpdocs/.htaccess to get traffic from
http://domain.com onto http://www.domain.com which works perfectly:
RewriteCond %{HTTP_HOST} ^domain\.com$ [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L,N
Hi all, I have an array with methods to insert and delete elements in
the array. These methods can be called by my apache module as well as
external 3rd party programs. Should I protect these methods with the
apr_proc_mutex.h or apr_thread_mutex.h routines? I am currently using
the prefork MPM so
Sean Conner writes:
It was thus said that the Great Jonathan Horne once stated:
On Tuesday 07 November 2006 20:32, [EMAIL PROTECTED] wrote:
> I'm a newbie to Apache, actually, a dummy (:
>
> Can someone please explain to me,
> why am I allowed to restart Apache with
>
> httpd -k {restart|gracef
thx all for the suggestions..this one worked
RewriteEngine on
RewriteRule ^/(.+) /temporary.html
On 11/8/06, Boyle Owen <[EMAIL PROTECTED]> wrote:
> -Original Message-
> From: Joseph Cheng [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 07, 2006 9:31 PM
> To: users@httpd.apac
I will be out of the office starting 11/08/2006 and will not return until
11/13/2006.
Thank you for your email. I will be at off-site training Nov. 8 - 10. I
will respond to your message when I return.
-
The official User-To
...
The compile worked fine the first time on the same VM image, but now on
subsequent builds can't seem to get past this part. I'm looking for any
cruft in the system which may have been left over from any previous
compile/install, but no success yet.
Can you try passing --with-included-apr t
Nick Kew wrote:
On Wed, 08 Nov 2006 12:56:28 -0500
mickg <[EMAIL PROTECTED]> wrote:
Do you want the full working code once I clean up the memory problem?
It is, after all, GPL, so it would be in good spirit for me to release
the modified source. :)
Yes please.
I haven't thought through whet
Nick Kew wrote:
On Wed, 08 Nov 2006 12:56:28 -0500
mickg <[EMAIL PROTECTED]> wrote:
Do you want the full working code once I clean up the memory problem?
It is, after all, GPL, so it would be in good spirit for me to release
the modified source. :)
Yes please.
I haven't thought through whet
On Wed, 08 Nov 2006 12:56:28 -0500
mickg <[EMAIL PROTECTED]> wrote:
> Do you want the full working code once I clean up the memory problem?
> It is, after all, GPL, so it would be in good spirit for me to release
> the modified source. :)
Yes please.
I haven't thought through whether to incorpo
Nick Kew wrote:
On Wed, 08 Nov 2006 00:48:39 -0500
mickg <[EMAIL PROTECTED]> wrote:
Just to put my money where my mouth is, I have implemented a (stupid)
prototype that does: If no known charset is native to libxml2
detected , a recompiled version of mod_proxy_html now uses iconv
(eventually vi
On 11/8/06, Benjamin Cuthbert <[EMAIL PROTECTED]> wrote:
They does not sound like such a good
idea, what if i bound the new virtual host to a new IP address would i
then be able to
run both in different modes ?That sounds much better. And you will be able to have different Server certificates and
Folks,Can somebody share the link for Apache 2.0.59 Binary with /htdocs for red hat ent lnx 4? The link in the following doesn't have documents and apache can't start. thx a lot
http://mirrors.isc.org/pub/apache/httpd/binaries/rpm/i386/thx Tim
Boyle,thx for explanation.Should I create "apache" account in linux? or it is created automatically during installation?assume my account is timliu in linux. I have psudo access. Can I use my account to launch apache? And, give "user" dirctive as "timliu"? will that work?
thxTimOn 11/8/06, Boyle Ow
On 11/8/06, Leonardo Neves <[EMAIL PROTECTED]> wrote:
Thanks for reply. I removed mod_proxy and the problem continued. Some
another ideia?
The requests aren't going to instantly stop. You've been running an
open proxy server that is probably being exploited by an army of
compromised drone comp
Thanks for reply. I removed mod_proxy and the problem continued. Some
another ideia?
Leo.
2006/11/8, Joshua Slive <[EMAIL PROTECTED]>:
On 11/8/06, Leonardo Neves <[EMAIL PROTECTED]> wrote:
> Hi,
>
> My apache server this receiving flooding from solicitations HTTP of
> diverse places, as shown i
They does not sound like such a good
idea, what if i bound the new virtual host to a new IP address would i
then be able to
run both in different modes ?
Regards
Ben Cuthbert
Deutsche Bank AG
Corporate & Investment Bank
GTO : TISO / Arch Global Finance / Prime Services
PGP: http://pgp.mit.edu
+
Hey everyone,
Last week I wrote about some problems I'd been having
with trying to get Apache to compile on Windows. I
received a lot of great feedback and have narrowed the
problem down to Visual Studio Express. I upgraded to
Visual Studio Professional and all previous
compilation issues have bee
On 11/8/06, Leonardo Neves <[EMAIL PROTECTED]> wrote:
Hi,
My apache server this receiving flooding from solicitations HTTP of
diverse places, as shown in log below (access_log). How to block this?
My environment is mandriva 2007.0, kernel 2.6.17-5mdv
packages:
207.44.158.30 - - [01/Nov/2006:21:
Hi,
My apache server this receiving flooding from solicitations HTTP of
diverse places, as shown in log below (access_log). How to block this?
My environment is mandriva 2007.0, kernel 2.6.17-5mdv
packages:
[EMAIL PROTECTED] ~]# rpm -qa | grep apache
apache-conf-2.2.3-3mdv2007.0
apache-mpm-prefor
On 11/8/06, Benjamin Cuthbert <[EMAIL PROTECTED]> wrote:
All
Can you run two SSL virtual host URLS on the same IP address and have one
running with no client certificate authentication and one running without
It's possible if having one VirtualHost complaining about wrong Server
Certificate i
On 11/8/06, Benjamin Cuthbert <[EMAIL PROTECTED]> wrote:
All
Can you run two SSL virtual host URLS on the same IP address and have one
running with no client certificate authentication and one running without
client authentication. I have tried it and the options
SSLVerifyClient requi
All
Can you run two SSL virtual host URLS
on the same IP address and have one running with no client certificate
authentication and one running without
client authentication. I have tried
it and the options
SSLVerifyClient
require
SSLVerifyDepth
1
But when this is enabled on o
On 11/8/06, cristi <[EMAIL PROTECTED]> wrote:
Hello all
I have set up as a caching reverse proxy. Is there any way
to invalidate the cache in order to force apache to make the
requests to the origin server ?
Sure. See the HTTP spec for the details of what the client can
request as far as cach
On Wed, 08 Nov 2006 00:48:39 -0500
mickg <[EMAIL PROTECTED]> wrote:
> Just to put my money where my mouth is, I have implemented a (stupid)
> prototype that does: If no known charset is native to libxml2
> detected , a recompiled version of mod_proxy_html now uses iconv
> (eventually via the xmlFi
On Wed, 08 Nov 2006 00:48:39 -0500
mickg <[EMAIL PROTECTED]> wrote:
> Just to put my money where my mouth is, I have implemented a (stupid)
> prototype that does: If no known charset is native to libxml2
> detected , a recompiled version of mod_proxy_html now uses iconv
> (eventually via the xmlFi
Hi Nick. Thank you very much for your answer.
So what's the way to implement ESI-Akanai on my webserver? By using
PHP headers? I've got no idea :(
Regards,
--T
On 11/7/06, Nick Kew <[EMAIL PROTECTED]> wrote:
On Tue, 7 Nov 2006 18:25:34 +0100
"thomas Armstrong" <[EMAIL PROTECTED]> wrote:
> Hi.
Hello all,
I recently had to switch from prefork to worker on a large production
system, in order to optimize performance and limit memory usage under
high load.
In principle, it is working fine, however I see that over time some
processes are "hanging" even though they should have been k
Hello all
I have set up as a caching reverse proxy. Is there any way
to invalidate the cache in order to force apache to make the
requests to the origin server ?
thx
cristi
-
The official User-To-User support forum of the Apac
> -Original Message-
> From: Tim Liu [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 08, 2006 8:50 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] config "apache" account
>
> Folks,
>
> am newie to apache linux . google and read apache docu but
> don't find answer. th
33 matches
Mail list logo