Re: [users@httpd] keytool error: java.lang.Exception: Input not an X.509 certificate

2011-06-28 Thread Frank Gingras
On 06/28/2011 03:30 PM, Peterson, Tommy wrote: I know that this is for the httpd project; but I have a question about Apache Tomcat that I was hoping someone would know about here (as I don’t see a tomcat forum). I am trying to import an SSL cert into my keystore. However, the key and the cert

[users@httpd] keytool error: java.lang.Exception: Input not an X.509 certificate

2011-06-28 Thread Peterson, Tommy
I know that this is for the httpd project; but I have a question about Apache Tomcat that I was hoping someone would know about here (as I don't see a tomcat forum). I am trying to import an SSL cert into my keystore. However, the key and the cert are in one file. According to the docs this is

[users@httpd] *.a and *la files

2011-06-28 Thread Rodrigo Ramos
Hi List I hope be the correct list. I explain my issue: When I trye compile Apache 2 the compilation make all good, but when I look into the modules folder I get files with extension *.la and *.a, but never get *.so files. For example: httpd.exp mod_authn_default.la mod_cern_meta.a mod_log_confi

Re: [users@httpd] Apache 2.2 > Timeout & RequestReadTimeout (mod_reqtimeout)

2011-06-28 Thread Eric Covener
On Tue, Jun 28, 2011 at 11:42 AM, Geoff Millikan wrote: > When both RequestReadTimeout and Timeout values are set, the smaller of the > two takes precedence, right?  For example, if Timeout 6 > and RequestReadTimeout header=10 body=30 then Apache will close the > connection at 6 seconds and the

[users@httpd] Apache 2.2 > Timeout & RequestReadTimeout (mod_reqtimeout)

2011-06-28 Thread Geoff Millikan
When both RequestReadTimeout and Timeout values are set, the smaller of the two takes precedence, right? For example, if Timeout 6 and RequestReadTimeout header=10 body=30 then Apache will close the connection at 6 seconds and the RequestReadTimeout will never be activated, right? http://httpd.

[users@httpd] Apache 2.2 + PHP5 + SuExec + (fast-cgi or mod_fcgid)

2011-06-28 Thread Grant Peel
Hello Everyone, I am researching how to run PHP as CGI with Apache's Suexec module. Up to this point we have been using PHP as an Apache mod, but are looking to move to the more secure solution. I am not sure this is exactly the right list top post to so if anyone knows a better one please l

Re: [users@httpd] Exception thrown by Apache

2011-06-28 Thread William A. Rowe Jr.
On 6/28/2011 7:23 AM, Igor Galić wrote: > > > - Original Message - >> Hi All, >> >> In our case, whenever Apache (2.2.15) on Windows throws any exception >> (Access Violation), it leaves the dump files at default Windows >> location. The problem is that, the dump file is showing user >> c

Re: [users@httpd] Exception thrown by Apache

2011-06-28 Thread Igor Galić
- Original Message - > Hi All, > > In our case, whenever Apache (2.2.15) on Windows throws any exception > (Access Violation), it leaves the dump files at default Windows > location. The problem is that, the dump file is showing user > credential in plain text. So, would like to know, if