Hi all, When my Rails app is running in development mode with WebRick, I can see the requests being printed out to the console. Is there a way I can get the same sort of view for Apache when I''m in production mode on the live server? Is there a standard way to telnet in or over ssh to see that output? Thanks, Douglas
Try with: tail -f /var/log/apache2/access_log hope it helps. Douglas Livingstone wrote:> Hi all, > > When my Rails app is running in development mode with WebRick, I can > see the requests being printed out to the console. Is there a way I > can get the same sort of view for Apache when I''m in production mode > on the live server? Is there a standard way to telnet in or over ssh > to see that output? > > Thanks, > Douglas