[us...@httpd] Rails via mongrel, always getting 404

2010-11-13 Thread Brad Hodges
I can't get my Rails app served up on Apache2.2 running on Windows via mongrel. At some level it is working, I can get my Rails app to receive requests from mongrel, and the Rails app appears to be happy, but Apache always returns 404 not found. I'm using mod_proxy like so: NameVirtualHost

[us...@httpd] Rewrite logs are empty (Apache 2.0.47)

2010-11-13 Thread Sai A
Hi, I am trying to write a few rewrite rules for on my Apache server (ver 2.0.47) for a specific virtual host. I know some rewriting happens but no log is getting generated. I searched on Google and found a lot of threads, unfortunately none of the ones I read solved my problem. I have done all

Re: [us...@httpd] Rewrite logs are empty (Apache 2.0.47)

2010-11-13 Thread Eric Covener
On Sat, Nov 13, 2010 at 10:14 AM, Sai A arialwi...@gmail.com wrote: Hi, I am trying to write a few rewrite rules for on my Apache server (ver 2.0.47) for a specific virtual host. I know some rewriting happens but no log is getting generated. I searched on Google and found a lot of threads,

Re: [us...@httpd] Rewrite logs are empty (Apache 2.0.47)

2010-11-13 Thread Sai A
Eric, Other than the virtual host that I've created, there is only the main server. I have rewrite rules only for this virtual host, nowhere else do I have them. And one rewrite works, but the other doesn't. I have tried defining the log and log level outside as well as inside the virtual host,

[us...@httpd] port 80 or port 8080

2010-11-13 Thread Cheer Jiao
Hello, First, I want to say Thanks Tom for your advice regarding choosing network domain. Now, I need another advice regarding installation of Apache on my own PC. I read through the doc for installation of  Apache 2.2.17 HTTP server on Microsoft Windows. The Apache can't share the same

[us...@httpd] RE: Rails via mongrel, always getting 404

2010-11-13 Thread Brad Hodges
I found the problem https://rails.lighthouseapp.com/projects/8994/tickets/4690-mongrel-doesnt-work-with-rails-238 The fix I used is here http://gist.github.com/471663 all is well From: Brad Hodges [mailto:b...@tvdco.com] Sent: Saturday, November 13, 2010 6:18 AM To: 'users@httpd.apache.org'

Re: [us...@httpd] Rewrite logs are empty (Apache 2.0.47)

2010-11-13 Thread iñigo medina
Have you tried with the directive as follows? RewriteLog logs/file.log iñ El 13/11/2010 16:24, Sai A arialwi...@gmail.com escribió:

Re: [us...@httpd] Rewrite logs are empty (Apache 2.0.47)

2010-11-13 Thread Sai A
Hi inigo, I tried it out now but that doesn't seem to be help as well. I am really confused. What could be it? All your help is appreciated. Thanks for the replies. On Sat, Nov 13, 2010 at 10:18 PM, iñigo medina imed...@grosshat.com wrote: Have you tried with the directive as follows?