Neelesh Ves
2011-Apr-08 09:10 UTC
New URLs not working on live apache but on webrick its working fine.
Hello , Here, I got a project for maintenance. I am told to create new feature to delete entry comments. I completed this feature easily. using ajax with DELETE method. But I found it is not working on the live server in case of using apache. In live server if I use webrick it is working perfectly in server as well as in my local server. all other URL,functionality 1. One more thing I want to let you know , URL is like http://server-url.com.br/sistema/databases/96/entries (sistema is symbolic-link) 2. declarative_authorization is used in the project . Can it be the reason? But I am logged in as admin. What could be the reason!! please help me?? =========================================== Description: when I click on delete comment->request to server (method: delete using ajax)-> No response from the apache server.(loading---) Proper response from webrick server.(OK.200) Note: I have checked both apache error_log and production.log , not found exact error... -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Steve Schwartz
2011-Apr-08 14:46 UTC
Re: New URLs not working on live apache but on webrick its working fine.
This mailing list is for the development of the Rails Core source code. It sounds like your problem lies in your Apache configuration. Please seek Apache/Passenger documentation and support. -Steve @jangosteve On Apr 8, 2011, at 5:10 AM, Neelesh Ves wrote:> Hello , > > Here, I got a project for maintenance. I am told to create new feature > to delete entry comments. I completed this feature easily. using ajax > with DELETE method. But I found it is not working on the live server > in case of using apache. In live server if I use webrick it is > working perfectly in server as well as in my local server. all other > URL,functionality > > 1. One more thing I want to let you know , URL is like > http://server-url.com.br/sistema/databases/96/entries (sistema is > symbolic-link) > 2. declarative_authorization is used in the project . Can it be the > reason? But I am logged in as admin. > > > What could be the reason!! please help me?? > > ===========================================> > Description: > when I click on delete comment->request to server (method: delete > using ajax)-> > No response from the apache server.(loading---) > Proper response from webrick server.(OK.200) > > Note: I have checked both apache error_log and production.log , not > found exact error... > > -- > You received this message because you are subscribed to the Google > Groups "Ruby on Rails: Core" group. > To post to this group, send email to rubyonrails- > core@googlegroups.com. > To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com > . > For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en > . >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.