Re: [users@httpd] "httpd" service timing-out

2013-07-19 Thread Ajay Garg
Thanks a ton Mike. Replacing the "ExecStart" line, as per https://bugzilla.redhat.com/show_bug.cgi?id=909703#c5 did the trick :) Thanks again... a ton !!! :) On Fri, Jul 19, 2013 at 7:38 PM, Mike Rumph wrote: > Hello Ajay, > > Then in that case the following link is more applicable: > > - ht

Re: [users@httpd] "httpd" service timing-out

2013-07-19 Thread Mike Rumph
Hello Ajay, Then in that case the following link is more applicable: - http://httpd.apache.org/docs/2.4/programs/apachectl.html Apparently, the apachectl script can operate in two different modes. Your environment appears to be set up only for the second. So for this you would need to use "apac

Re: [users@httpd] "httpd" service timing-out

2013-07-19 Thread Ajay Garg
Hi Tom. Only the following is seen in "/etc/httpd/logs/error_log" :: # [Fri Jul 19 11:49:41.185572 2013] [mpm_event:notice] [pid 5461:tid 1074651136] AH00489: Apache/2.4.4 (Fedora) mod_wsgi/3.4 Python/2.7.3 configured -- resuming nor

Re: [users@httpd] Configure multiple algorithm certificate for same domain/ common name in Apache server

2013-07-19 Thread Eric Covener
> > I am not aware as to how to configure RSA and DSA Certificates on same port. http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslcertificatekeyfile "This directive can be used up to two times (referencing different filenames) when both a RSA and a DSA based private key is used in parallel."

Re: [users@httpd] "httpd" service timing-out

2013-07-19 Thread Tom Evans
On Thu, Jul 18, 2013 at 10:54 PM, Ajay Garg wrote: > Hi all. > > I have used httpd to good effect since many months (mainly using it > for uploading/downloading files via WebDAV) on a Fedora-18 ARM > machine, and it has always worked like a charm. > > Now, we are in the process of setting up a boo

[users@httpd] How to use authentication provided by application instead of apache's basic authentication

2013-07-19 Thread Faik Djikic
Hi! I have application that uses built-in authentication procedure. From client’s point of view (browsers, etc.) it works like any basic or digest authentication. However during the configuration process I sometimes (e.g. when using IIS) have to turn off server’s authentication in order to use

[users@httpd] Configure multiple algorithm certificate for same domain/ common name in Apache server

2013-07-19 Thread Ankit Jain
Hi, I have RSA and DSA Certificates for my domain issued from Symantec Corp. The Certificate information for both the RSA and DSA Certificate is same except the CSRs are generated and submitted with different algorithm. Now, I want to install both (RSA and DSA) certificates on my Apache server,