Git-gui and ssh key authenication

2010-01-26 Thread Richard Lee
Hi cygwin, I'm not sure if this goes in the cygwin-apps list of here. I'm running Cygwin 1.7.1 on XP SP3 Pro. I'm having problems getting git-gui to use my ssh key. I can run git-gui fine. But when I try to clone from my repo it asks for my ssh passphrase. I'm assuming that this is because it ca

Re: Git-gui and ssh key authenication

2010-01-26 Thread Richard Lee
Hi again, I hope this replies to the right thread. I forgot to say I'm using Mintty. When it asks me for my passphrase it asks me from the Mintty console I ran the "git gui" command from. Two things happen here, my passphrase is displayed as I type it and when I quit the git-gui, only every other

unable to run httpd with mod_rewrite

2018-10-15 Thread Richard Lee
I can run httpd when mod_rewrite is disbaled in httpd.conf. When I enable it, httpd immediately exits. It was working last year. I'm running x86_64 Cygwin on Windows 10. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: h

Re: unable to run httpd with mod_rewrite

2018-10-18 Thread Richard Lee
My bad. I didn't check the error logs. Setting the mutex for the rewrite map in the conf file fixed it. On Mon, Oct 15, 2018 at 4:24 PM Richard Lee wrote: > > I can run httpd when mod_rewrite is disbaled in httpd.conf. When I > enable it, httpd immediately exits. It was working