[us...@httpd] Re: Apache 4.3 HTTP Server Configuration

2010-03-31 Thread Nicholas Sherlock
On 1/04/2010 5:45 p.m., Vikas Malhotra wrote: Dear Nick, It was provided by Rahul Metha & Sapna Kanwar.Now they are not answer emails & phone.They project themselves as reprentatives of Apache Indonesia Project.Is it a scam ? Almost certainly, it is a scam: http://www.apache-

Re: [us...@httpd] Apache 4.3 HTTP Server Configuration

2010-03-31 Thread Vikas Malhotra
Dear Nick, It was provided by Rahul Metha & Sapna Kanwar.Now they are not answer emails & phone.They project themselves as reprentatives of Apache Indonesia Project.Is it a scam ? On Thu, Apr 1, 2010 at 10:08 AM, Nick Kew wrote: > > On 1 Apr 2010, at 05:14, Vikas Malhotra wrote:

Re: [us...@httpd] Apache 4.3 HTTP Server Configuration

2010-03-31 Thread Nick Kew
On 1 Apr 2010, at 05:14, Vikas Malhotra wrote: > Hi > I received 2 DVDs with PHP codes: 652469 & 652423 12 days back.Apparently > over here people don't seems to help us with the configuration.Kindly guide > us as to what shld i do next... Ask whoever supplied your DVDs. They're nothing to

Re: [us...@httpd] Conditionally process directives based on environment variable values in Apache conf?

2010-03-31 Thread Nick Kew
On 31 Mar 2010, at 19:16, Jeffery Martin wrote: > For example, suppose the directive I am looking for were named > "IfMatch". I would want to do something like this. > > ># Directives related to production. > > > ># Directives related to test. > > > ># Directives related to d

[us...@httpd] Apache 4.3 HTTP Server Configuration

2010-03-31 Thread Vikas Malhotra
Hi I received 2 DVDs with PHP codes: 652469 & 652423 12 days back.Apparently over here people don't seems to help us with the configuration.Kindly guide us as to what shld i do next... -- Regards, Vikas Malhotra +91 9198915868 Sidh Infotech Lucknow India

Re: [us...@httpd] Re: Conditionally process directives based on environment variable values in Apache conf?

2010-03-31 Thread Jeffery Martin
Hmmm, in other words, use mod_perl, then, right? On Wed, Mar 31, 2010 at 8:48 PM, Nilesh Govindarajan wrote: > On 04/01/10 00:58, Jeffery Martin wrote: >> >> I found this in the mail archives. >> >> >> http://mail-archives.apache.org/mod_mbox/httpd-users/200601.mbox/%3ce498c1660601190620i664df153

Re: [us...@httpd] Re: Conditionally process directives based on environment variable values in Apache conf?

2010-03-31 Thread Nilesh Govindarajan
On 04/01/10 00:58, Jeffery Martin wrote: I found this in the mail archives. http://mail-archives.apache.org/mod_mbox/httpd-users/200601.mbox/%3ce498c1660601190620i664df153y2d8f7aa2a...@mail.gmail.com%3e "But the standard advice in cases like this is: httpd.conf is not a programming language

Re: [us...@httpd] getting ErrorDocument to perform a 'hard' redirect

2010-03-31 Thread Nilesh Govindarajan
On 04/01/10 04:29, E R wrote: Hi everyone, I'd like to have: ErrorDocument 404 /some/local/url perform a hard redirect (i.e. it actually sends a 302 back to the client.) I don't want to specify a full url like this: ErrorDocument 404 http://some.host:/some/local/url because I don't want

Re: [us...@httpd] Apache2::Resource

2010-03-31 Thread Eric Covener
On Wed, Mar 31, 2010 at 7:55 PM, ARTHUR GOLDBERG wrote: > httpd processes die as expected when their VM size reaches 1000 MB. > > But here's the problem. After the httpd serving the Request dies, a new one > is created to handle the same request. And so on. > I think this is all done in Apache, a

[us...@httpd] Apache2::Resource

2010-03-31 Thread ARTHUR GOLDBERG
Hi us...@httpd As I mentioned in an earlier email, we're running mod_perl on Apache (2.2) on RHEL, using the prefork MPM. I want to protect my server against Perl processes that grow much too large, as they can slow or even freeze the system. Therefore, I'm using Apache2::Resource, adding t

[us...@httpd] getting ErrorDocument to perform a 'hard' redirect

2010-03-31 Thread E R
Hi everyone, I'd like to have: ErrorDocument 404 /some/local/url perform a hard redirect (i.e. it actually sends a 302 back to the client.) I don't want to specify a full url like this: ErrorDocument 404 http://some.host:/some/local/url because I don't want to have to inject the host, por

[us...@httpd] Re: Conditionally process directives based on environment variable values in Apache conf?

2010-03-31 Thread Jeffery Martin
I found this in the mail archives. http://mail-archives.apache.org/mod_mbox/httpd-users/200601.mbox/%3ce498c1660601190620i664df153y2d8f7aa2a...@mail.gmail.com%3e "But the standard advice in cases like this is: httpd.conf is not a programming language, it is a config file. If you need more ad

[us...@httpd] Conditionally process directives based on environment variable values in Apache conf?

2010-03-31 Thread Jeffery Martin
Hello, Is there a way in the Apache conf syntax to conditionally process directives based on a string comparison using environment variables? I am aware of using the IfDefine directive and the -D flag of httpd, but that functionality is not quite when I am looking for. For example, suppose the d

Re: [us...@httpd] How to install Apache2 on Windows 7

2010-03-31 Thread Can Le
Thank John Doe and Mohit Anchlia, I have It Works! from binary download. I haven't worked on Apache2 for about a year, I am coming back, and will have other questions for your helps again. Thank You. Can Le --- On Wed, 3/31/10, John Doe wrote: > From: John Doe > Subject: Re: [us...@httpd]

[us...@httpd] Re: timeout experience - why is mod_jk's behaviour not consistent

2010-03-31 Thread Mohit Anchlia
Can someone please advise why mod_jk is behaving this way? It's really disturbing that mod_jk is not consistent in the way it functions. I have observed way too many problems when there is a network issue or a box failure. mod_jk doesn't detect that failure until the box is pingable. Until then it

Re: [us...@httpd] how to enable mod_dav_svn support in httpd

2010-03-31 Thread Eric Covener
On Wed, Mar 31, 2010 at 10:40 AM, Vikrama Sanjeeva wrote: > Hi all, > >   I am trying to enable "mod_dav_svn" in existing Apache/2.2.11 (Unix) on > Solaris -  i386 machine. I have tried below: > > 1: ./configure --enable-dav --enable-so --prefix=/usr/local/apache2 > --with-included-apr > 2: make >

[us...@httpd] how to enable mod_dav_svn support in httpd

2010-03-31 Thread Vikrama Sanjeeva
Hi all, I am trying to enable "mod_dav_svn" in existing Apache/2.2.11 (Unix) on Solaris - i386 machine. I have tried below: 1: ./configure --enable-dav --enable-so --prefix=/usr/local/apache2 --with-included-apr 2: make 3: make install And it looks like everything run fine. But I am not able

Re: [us...@httpd] mod_logio threadsafe

2010-03-31 Thread Eric Covener
On Wed, Mar 31, 2010 at 9:25 AM, alin vasile wrote: > i'm not sure what do you mean by "loaded question". > > i'm planning to switch the mpm to with a multithreaded one and i'm studying > the impact. I saw that this module stores some data (in a connection filter) > in the module's config structur

Re: [us...@httpd] mod_logio threadsafe

2010-03-31 Thread alin vasile
i'm not sure what do you mean by "loaded question". i'm planning to switch the mpm to with a multithreaded one and i'm studying the impact. I saw that this module stores some data (in a connection filter) in the module's config structure and i don't know how this playes with multithreading.

Re: [us...@httpd] mod_logio threadsafe

2010-03-31 Thread Eric Covener
On Wed, Mar 31, 2010 at 9:10 AM, Eric Covener wrote: > On Wed, Mar 31, 2010 at 9:05 AM, alin vasile wrote: >> Hi, >> >>    Does everyone know if mod_logio can be used with worker mpm? > > I've never seen any indication that it isn't.  Is this a loaded question? Sorry for the repeats, blame gmail

Re: [us...@httpd] mod_logio threadsafe

2010-03-31 Thread Eric Covener
On Wed, Mar 31, 2010 at 9:05 AM, alin vasile wrote: > Hi, > >    Does everyone know if mod_logio can be used with worker mpm? I've never seen any indication that it isn't. Is this a loaded question? -- Eric Covener cove...@gmail.com

Re: [us...@httpd] mod_logio threadsafe

2010-03-31 Thread Eric Covener
On Wed, Mar 31, 2010 at 9:05 AM, alin vasile wrote: > Hi, > >    Does everyone know if mod_logio can be used with worker mpm? I've never seen any indication that it isn't. Is this a loaded question? -- Eric Covener cove...@gmail.com

Re: [us...@httpd] mod_logio threadsafe

2010-03-31 Thread Eric Covener
On Wed, Mar 31, 2010 at 9:05 AM, alin vasile wrote: > Hi, > >    Does everyone know if mod_logio can be used with worker mpm? I've never seen any indication that it isn't. Is this a loaded question? -- Eric Covener cove...@gmail.com

Re: [us...@httpd] How to install Apache2 on Windows 7

2010-03-31 Thread John Doe
From: Can Le > Please show me another link or instruction to install Apache 2. I downloaded > this file but can't install onto Windows 7 Home edition: Tried the apache website download page...? > httpd-2.0.63-win32-src.zip > I opened above link with winrar , but I couldn't extract files to C dr

Re: [us...@httpd] How to install Apache2 on Windows 7

2010-03-31 Thread Eric Covener
On Wed, Mar 31, 2010 at 8:51 AM, Can Le wrote: > > Hi friends, > > Please show me another link or instruction to install Apache 2. I > downloaded this file but can't install onto Windows 7 Home edition: > > httpd-2.0.63-win32-src.zip > > I opened above link with winrar , but I couldn't extract fi

[us...@httpd] mod_logio threadsafe

2010-03-31 Thread alin vasile
Hi, Does everyone know if mod_logio can be used with worker mpm? Thanks, Alin

[us...@httpd] How to install Apache2 on Windows 7

2010-03-31 Thread Can Le
Hi friends, Please show me another link or instruction to install Apache 2. I downloaded this file but can't install onto Windows 7 Home edition: httpd-2.0.63-win32-src.zip I opened above link with winrar , but I couldn't extract files to C drive. Thank you Can Le

Re: [us...@httpd] Re: apache2 failing to start

2010-03-31 Thread Jeff Trawick
On Tue, Mar 30, 2010 at 8:16 PM, Asif Iqbal wrote: > On Tue, Mar 30, 2010 at 4:50 PM, Asif Iqbal wrote: >> I am failing to start apache 2.2.6 on solaris 7. I do not have any >> /dev/[u]random file. >> >> [Tue Mar 30 19:59:48 2010] [notice] Digest: generating secret for >> digest authentication ..