[us...@httpd] Apache on Windows32 - pass phrase Incorrect error

2009-11-12 Thread Ganeshh HariHaran
Hi Group, I am getting pass incorrect error while starting apache 2.2 on windows 2003 server... pass phrase Incorrect error  [error] Init: Unable to read pass phrase [Hint: key introduced or changed before restart?]  [error] SSL Library Error: 218710120 error:0D094068:asn1 encoding

[EMAIL PROTECTED] Redirecting url with except cgi-bin

2006-06-08 Thread Ganeshh HariHaran
Hi All,I want to redirect any page, say http://www.somedomain.com/foo/bar/test.html to http://www.otherdomain.com/foo/bar/test.html , except on a condition that www.somedomain.com/cgi-bin/home.cgi should fetch the page from local server's cgi-bin path...RedirectMatch ^(.*)\.*$

Re: [EMAIL PROTECTED] Warning message on Solaris

2006-02-20 Thread Ganeshh HariHaran
try lsof -i| grep -w 80 and find which all apache threads is listening on port 80, filter the one which is in question based on name or IP.take the process id from second column of the matching name or IP in question and kill it.start your apache once again...Pls take caution if you

Re: [EMAIL PROTECTED] What's in the name of the user and group in httpd.conf?

2006-02-18 Thread Ganeshh HariHaran
the username and groupname mentioned in the Directive, on which server will respond ganeshh --- pine oil [EMAIL PROTECTED] wrote: Can someone explain to me whether or not it matters for me to use any name for the user and group in the httpd.conf? What does the user and group entry in