RE: [users@httpd] Where are error logs created on windows?

2013-03-03 Thread Pranav Kumar Ojha
Alright, starting httpd as administrator helped creating the file and resolved the issue. Thanks you! Thanks,Pranav > Date: Sun, 3 Mar 2013 15:20:25 -0500 > From: b...@indietorrent.org > To: users@httpd.apache.org > Subject: Re: [users@httpd] Where are error logs created on windows? > > > >

Re: [users@httpd] Re: mod_ssl help

2013-03-03 Thread Igor Cicimov
On Mon, Mar 4, 2013 at 10:42 AM, Igor Cicimov wrote: > What I was trying to point to is this: > > # openssl x509 -noout -in > /etc/ssl/certs/TWCA_Root_Certification_Authority.pem -text > Certificate: > Data: > Version: 3 (0x2) > Serial Number: 1 (0x1) > Signature Algorithm

Re: [users@httpd] Re: mod_ssl help

2013-03-03 Thread Igor Cicimov
What I was trying to point to is this: # openssl x509 -noout -in /etc/ssl/certs/TWCA_Root_Certification_Authority.pem -text Certificate: Data: Version: 3 (0x2) Serial Number: 1 (0x1) Signature Algorithm: sha1WithRSAEncryption *Issuer: C=TW, O=TAIWAN-CA, OU=Root CA,

Re: [users@httpd] headers null in a custom module

2013-03-03 Thread Crne We
There are roaches in every mailing list who can't just shut their holes when there is nothing useful to contribute...wasting time and resources on this resource-limited planet.  From: Stormy To: users@httpd.apache.org Sent: Friday, March 1, 2013 12:03 PM Subj

Re: [users@httpd] using multiple LimitExcept directives

2013-03-03 Thread James Martin
On Sun, Mar 3, 2013 at 4:08 PM, Igor Cicimov wrote: > > On 04/03/2013 3:36 AM, "James Martin" wrote: >> >> On Sun, Mar 3, 2013 at 2:46 AM, Igor Cicimov wrote: >> > >> > On 03/03/2013 3:34 PM, "James Martin" wrote: >> >> >> >> Folks, >> >> >> >> I'm attempting to using multiple LimitExcept direc

Re: [users@httpd] Re: mod_ssl help

2013-03-03 Thread Michele Mase'
The issuer dn is the same; the pem file is a ca bundle. On Sun, Mar 3, 2013 at 11:23 PM, Igor Cicimov wrote: > > On 04/03/2013 7:33 AM, "Michele Mase'" wrote: > > > > Anyone? > > > > > > On Fri, Mar 1, 2013 at 7:39 PM, Michele Mase' > wrote: > >> > >> I'm testing a client authentication using

Re: [users@httpd] SSL session problem

2013-03-03 Thread Jens-U. Mozdzen
Zitat von Jens-Uwe Mozdzen : Zitat von "Jens-U. Mozdzen" : Hi list, I could use a helping hand with a SSL problem. [...] Anything I should do differently to get at least an ack from this list? Or is there some other, more appropriate list? I'd then be grateful for some pointer... Regar

Re: [users@httpd] Re: mod_ssl help

2013-03-03 Thread Igor Cicimov
On 04/03/2013 7:33 AM, "Michele Mase'" wrote: > > Anyone? > > > On Fri, Mar 1, 2013 at 7:39 PM, Michele Mase' wrote: >> >> I'm testing a client authentication using: >> >> SSLCACertificateFile /path/to/pemfile.pem >> >> SSLVerifyClient require >> SSLVerifyDepth 2 >> SSLOp

Re: [users@httpd] using multiple LimitExcept directives

2013-03-03 Thread Igor Cicimov
On 04/03/2013 3:36 AM, "James Martin" wrote: > > On Sun, Mar 3, 2013 at 2:46 AM, Igor Cicimov wrote: > > > > On 03/03/2013 3:34 PM, "James Martin" wrote: > >> > >> Folks, > >> > >> I'm attempting to using multiple LimitExcept directives in one > >> Location. Basically I want to give a the "Acto

[users@httpd] Re: mod_ssl help

2013-03-03 Thread Michele Mase'
Anyone? On Fri, Mar 1, 2013 at 7:39 PM, Michele Mase' wrote: > I'm testing a client authentication using: > > SSLCACertificateFile /path/to/pemfile.pem > > SSLVerifyClient require > SSLVerifyDepth 2 > SSLOptions +StdEnvVars +ExportCertData > SSLRequire %{SSL_CLI

Re: [users@httpd] Where are error logs created on windows?

2013-03-03 Thread Ben Johnson
On 3/3/2013 11:40 AM, Pranav Kumar Ojha wrote: > Hi all, > > I have recently installed latest version of Apache2.2 on windows 7. I am > operating as an administrator with username as 'adminuser' on this > machine. The apache webserver is installed at this location: 'C:\Program > Files\Apache Sof

[users@httpd] Where are error logs created on windows?

2013-03-03 Thread Pranav Kumar Ojha
Hi all, I have recently installed latest version of Apache2.2 on windows 7. I am operating as an administrator with username as 'adminuser' on this machine. The apache webserver is installed at this location: 'C:\Program Files\Apache Software Foundation\Apache2.2\' on this computer and all folde

Re: [users@httpd] using multiple LimitExcept directives

2013-03-03 Thread James Martin
On Sun, Mar 3, 2013 at 2:46 AM, Igor Cicimov wrote: > > On 03/03/2013 3:34 PM, "James Martin" wrote: >> >> Folks, >> >> I'm attempting to using multiple LimitExcept directives in one >> Location. Basically I want to give a the "Actor" ldap group GET & >> PUTT access, the "WeatherMan" ldap group

Re: [users@httpd] Problem compiling Apache httpd from source code on Linux

2013-03-03 Thread Sarbjit singh
Sorry for not providing the version of httpd. I am using httpd.2.2.24, I have downloaded the APR and APR-UTIL, but didn't put in the srclib as this folder was already having these inside it. But I tried compiling the APR standalone and encountered the same problem. Then I did at once tried puttin

Re: [users@httpd] Problem compiling Apache httpd from source code on Linux

2013-03-03 Thread Noel Butler
On Sun, 2013-03-03 at 14:41 +0530, Sarbjit singh wrote: > Hi All, > > I have been facing problem while compiling HTTPD on my linux machine. > It hangs at the following location while configuration :- > > > > checking whether TCP_NODELAY and TCP_CORK can both be enabled... yes >

[users@httpd] Problem compiling Apache httpd from source code on Linux

2013-03-03 Thread Sarbjit singh
Hi All, I have been facing problem while compiling HTTPD on my linux machine. It hangs at the following location while configuration :- checking whether TCP_NODELAY and TCP_CORK can both be enabled... yes checking for TCP_CORK in netinet/tcp.h... yes checking for TCP_NOPUSH in n

Re: [users@httpd] Configuration for high concurrent load

2013-03-03 Thread Igor Cicimov
On 03/03/2013 4:52 PM, "Austin Einter" wrote: > > Correcting typo-error > > > Dear Nick > Can you be bit precise here.., I am bit new to system. > > What I need to do so that, one client per server would not be required. > > Best Regards > > > On Sun, Mar 3, 2013 at 11:21 AM, Austin Einter wrote: