Thanks for reply. So there is not a (default) heap size setting in apache 2.0
server?
Is this ulimit -d or ulimit -m a system setting per user, right? what's setting
i should look at if it is a windows system?
thanks
Richard
> Date: Tue, 23 Mar 2010 07:01:48 -0400
> From: cove...@gmail.com
On 3/23/2010 12:32 PM, Jeff Trawick wrote:
>>
>> http://www.apache.org/dist/httpd/binaries/win32/
>
> FWIW, we didn't get a mod_fcgid 2.3.5 binary build prepared for Windows.
Thanks for that point; one will be on its way shortly.
--
On Tue, Mar 23, 2010 at 5:29 PM, Wagner Pereira wrote:
> Eric,
>
> The IPs aren't the same. See: 10.0.0.1 and 100.10.10.1 (this is only a way
> to omit my real IPs) And they are different machines, of course.
They were in the access log you provided.
>
> This is my Apache's error.log:
>
> [Tue M
Eric,
The IPs aren't the same. See: 10.0.0.1 and 100.10.10.1 (this is only a
way to omit my real IPs) And they are different machines, of course.
This is my Apache's error.log:
[Tue Mar 23 15:21:09 2010] [error] [client 10.0.0.1] client denied by
server configuration: /var/www/cvsweb/icons/d
On Tue, Mar 23, 2010 at 3:25 PM, Wagner Pereira wrote:
> Hi, Eric.
>
> I am using the Satisfy All. Do I supposed to use Satisfy Any? Can this make
> difference if two computers, from different networks, are accessing the
> Rancid via cvsweb?
>
> That's my Apache's access log:
>
> 10.0.0.1 - - [23/
Hi, Eric.
I am using the Satisfy All. Do I supposed to use Satisfy Any? Can this
make difference if two computers, from different networks, are accessing
the Rancid via cvsweb?
That's my Apache's access log:
10.0.0.1 - - [23/Mar/2010:15:21:08 -0300] "GET /cgi-bin/cvsweb/
HTTP/1.1" 200 1805
Thanks a lot, that is definitely what I was looking for.
-r
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-uns
On Thu, Mar 18, 2010 at 08:31:15AM +, Nick Kew wrote:
> On 16 Mar 2010, at 00:00, Jack Bates wrote:
>
> > How can I configure one file with multiple mime types?
>
> Use mod_negotiation.
Thanks Nick - but I can't get type map working whatsoever : (
I created "manual.html.var",
URI: manual.
On 23 Mar 2010, at 18:30, Roger wrote:
> Hello all,
>
> I'm currently using mod_deflate, enabled with the following option:
>
> AddOutputFilterByType DEFLATE text/html text/plain text/xml
AddOutputFilterByType configures the filter *before* your PHP (or other
dynamic contents) have determined
Hello all,
I'm currently using mod_deflate, enabled with the following option:
AddOutputFilterByType DEFLATE text/html text/plain text/xml
Everything works fine except that some users using Adobe Reader 7 or
older (the only versions confirmed to be ok are 9.1 and 9.3) seem
to have problems openi
I set rlimit AS to protect against 'runaway' processes that allocate
too much VM so Perl dies with "Out of Memory".
The __DIE__ handler is called, but it cannot write to STDOUT (which is
connected to the TCP connection to the client) because STDOUT has been
closed.
is there something else I h
From: Jeff Trawick [traw...@gmail.com]
Sent: Tuesday, March 23, 2010 9:54 AM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] apache+mod_fcgid on windows
On Tue, Mar 23, 2010 at 12:32 PM, Brent Davidson wrote:
> I have Apache 2.2.15 installed on Windows2008 box, along with mysql and php.
> T
From: William A. Rowe Jr. [wr...@rowe-clan.net]
Sent: Tuesday, March 23, 2010 10:24 AM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] apache+mod_fcgid on windows
On 3/23/2010 11:32 AM, Brent Davidson wrote:
> I have Apache 2.2.15 installed on Windows2008 box, along with mysql and
> php. Thi
On Tue, Mar 23, 2010 at 1:24 PM, William A. Rowe Jr.
wrote:
> On 3/23/2010 11:32 AM, Brent Davidson wrote:
>> I have Apache 2.2.15 installed on Windows2008 box, along with mysql and
>> php. This is a test box right now, but will be a production server when
>> this testing is completed.
>> The msi
On 3/23/2010 11:32 AM, Brent Davidson wrote:
> I have Apache 2.2.15 installed on Windows2008 box, along with mysql and
> php. This is a test box right now, but will be a production server when
> this testing is completed.
> The msi download for windows does not include mod_fcgid.
Nope but the bina
On Tue, Mar 23, 2010 at 12:32 PM, Brent Davidson wrote:
> I have Apache 2.2.15 installed on Windows2008 box, along with mysql and php.
> This is a test box right now, but will be a production server when this
> testing is completed.
> The msi download for windows does not include mod_fcgid.
> Is t
Hello everybody, is it possible to dynamically restrict access to a folder
based on its name?
For example, all my folders are MAC address names and I would like to
dynamically restrict each directory access based on %{SSL_CLIENT_S_DN_CN} which
contains the mac address of the client
Thanks
ex:
On Tue, Mar 23, 2010 at 12:33 PM, wrote:
> Am 23.03.2010 17:03, schrieb Eric Covener:
>>>
>>> WebSVN stuff
>>>
>>>
>>>
>>> subversion stuff
>>>
>
>> I thought you only wanted one section, note the order of
>> precedence/evaluatuion in the manual for the different containers,
>> which I be
I have Apache 2.2.15 installed on Windows2008 box, along with mysql and php.
This is a test box right now, but will be a production server when this testing
is completed.
The msi download for windows does not include mod_fcgid.
Is there a specific reason this was not included in the msi compile,
Am 23.03.2010 17:03, schrieb Eric Covener:
>>
>> WebSVN stuff
>>
>>
>>
>> subversion stuff
>>
> I thought you only wanted one section, note the order of
> precedence/evaluatuion in the manual for the different containers,
> which I believe is the opposite of the order you listed them. If
On Tue, Mar 23, 2010 at 10:12 AM, Wagner Pereira wrote:
> Hi, friends.
>
> I configured my htaccess/htpasswd and it is already working in my computer.
> User/Pass have been required to access Rancid via cvsweb. That's OK.
>
> But in other computer, from my colleague's station, which is in other
>
On Tue, Mar 23, 2010 at 10:27 AM, Brad Lira wrote:
> thanks Robert,
>
> do you know how to get number of file descriptors available for httpd and
> each child processes memory usage as well?
Look at the environment Apache is launched under, and ps, respectibvely.
>
>
> but what i need is of those
On Tue, Mar 23, 2010 at 12:00 PM, wrote:
> Hello,
>
> Am 23.03.2010 13:34, schrieb Eric Covener:
>>> Negation within the pattern of or seems to be
>>> impossible (like ).
>>
>> you have to do the negation in PCRE -- see "negative lookahead"
>
> Do you mean something like this?
>
>
> WebSVN s
Hello,
Am 23.03.2010 13:34, schrieb Eric Covener:
>> Negation within the pattern of or seems to be
>> impossible (like ).
>
> you have to do the negation in PCRE -- see "negative lookahead"
Do you mean something like this?
WebSVN stuff
subversion stuff
Unfortunately this does not
On 03/23/2010 08:13 PM, Jeff Trawick wrote:
On Tue, Mar 23, 2010 at 10:02 AM, Nilesh Govindarajan wrote:
On 03/23/2010 07:26 PM, Nilesh Govindarajan wrote:
On 03/23/2010 07:20 PM, Jeff Trawick wrote:
On Tue, Mar 23, 2010 at 8:48 AM, Nilesh Govindarajan
wrote:
On 03/23/2010 06:07 PM, Jeff
On Tue, Mar 23, 2010 at 10:02 AM, Nilesh Govindarajan wrote:
> On 03/23/2010 07:26 PM, Nilesh Govindarajan wrote:
>>
>> On 03/23/2010 07:20 PM, Jeff Trawick wrote:
>>>
>>> On Tue, Mar 23, 2010 at 8:48 AM, Nilesh Govindarajan
>>> wrote:
On 03/23/2010 06:07 PM, Jeff Trawick wrote:
>
>>
thanks Robert,
do you know how to get number of file descriptors available for httpd and
each child processes memory usage as well?
but what i need is of those 4 connection that are being processed how many
are active and how many are idle
On Mon, Mar 22, 2010 at 6:01 PM, Robert Hall wrote:
>
Hi all Httpd users.
RFC5789 just got published. The subject is HTTP PATCH method.
Do you think Apache httpd should manage it, and when ?
http://www.ietf.org/rfc/rfc5789.txt
Cheers
JulienPauli
-
The official User-To-User suppor
Hi, friends.
I configured my htaccess/htpasswd and it is already working in my
computer. User/Pass have been required to access Rancid via cvsweb.
That's OK.
But in other computer, from my colleague's station, which is in other
network, this authentication is not required, in any browser (IE
On 03/23/2010 07:26 PM, Nilesh Govindarajan wrote:
On 03/23/2010 07:20 PM, Jeff Trawick wrote:
On Tue, Mar 23, 2010 at 8:48 AM, Nilesh Govindarajan
wrote:
On 03/23/2010 06:07 PM, Jeff Trawick wrote:
On Sat, Mar 20, 2010 at 2:16 AM, Nilesh Govindarajan
wrote:
Hi,
I recently migrated from mo
On 03/23/2010 07:20 PM, Jeff Trawick wrote:
On Tue, Mar 23, 2010 at 8:48 AM, Nilesh Govindarajan wrote:
On 03/23/2010 06:07 PM, Jeff Trawick wrote:
On Sat, Mar 20, 2010 at 2:16 AM, Nilesh Govindarajan
wrote:
Hi,
I recently migrated from mod_fastcgi to mod_fcgid and experienced
enormous
p
On Tue, Mar 23, 2010 at 8:48 AM, Nilesh Govindarajan wrote:
> On 03/23/2010 06:07 PM, Jeff Trawick wrote:
>>
>> On Sat, Mar 20, 2010 at 2:16 AM, Nilesh Govindarajan
>> wrote:
>>>
>>> Hi,
>>>
>>> I recently migrated from mod_fastcgi to mod_fcgid and experienced
>>> enormous
>>> performance boost.
On 03/23/2010 06:07 PM, Jeff Trawick wrote:
On Sat, Mar 20, 2010 at 2:16 AM, Nilesh Govindarajan wrote:
Hi,
I recently migrated from mod_fastcgi to mod_fcgid and experienced enormous
performance boost.
My current settings is as follows -
FcgidMaxProcesses 100
FcgidMaxProcessesPerClass 50
Fcg
On Sat, Mar 20, 2010 at 2:16 AM, Nilesh Govindarajan wrote:
> Hi,
>
> I recently migrated from mod_fastcgi to mod_fcgid and experienced enormous
> performance boost.
>
> My current settings is as follows -
>
> FcgidMaxProcesses 100
> FcgidMaxProcessesPerClass 50
> FcgidFixPathInfo 1
> FcgidPassHea
> Negation within the pattern of or seems to be
> impossible (like ). As mod_rewrite does allow
> this, I carried out some tests with it, but without success until now.
you have to do the negation in PCRE -- see "negative lookahead"
--
Eric Covener
cove...@gmail.com
--
Hello,
I'm looking for a configuration that allows the combining of two
sections, which overlap. We have a running subversion server,
which is located at the root of the web server:
DAV svn
SVNParentPath /home/subversion/repos
AuthzSVNAccessFile svn-access-file
On Mon, Mar 22, 2010 at 9:14 PM, Richard Chang wrote:
> Please forgive me if this is a too simple question.
>
> We are using Apache 2.0 server. What is the default heap size setting? what
> is the range i can set to? We are looking into customization of the heap
> size.
>
For native applications,
From: Paul Jacques
>netstat command shows that connections are not reused (one connection per
>request) however it seems that the connections are not cleaned up immediately
>and stay for a while in TIME_WAIT
>I assume we could reach shortly a threshold on the server on TCP connections.
>- Is the
Dears,
I experienced some problems with mod_proxy when the backend server is restarted.
This may be due to the reuse of invalid connections, hence I tried not to reuse
them by using disablereuse option:
...
ProxyPass / http://195.238.10.70/ disablereuse=on
...
netstat command shows that
39 matches
Mail list logo