Alan,

My guess is that your Apache config is still trying to read .htaccess in the public folder. Make sure to have AllowOverride none in your Apache config that sets up the reverse proxy (inside the <Directory> or <VirtualHost>).

Sean

Alan Peabody wrote:
Andrew Neil wrote:

On 9 Aug 2008, at 19:04, Alan Peabody wrote:

I seem to be getting a 500 error no matter how I deploy my radiant site.

That is an internal server error. You might get an idea of what is going on if you can look at the log files on your server. I had a similar problem recently, and when I read the error log it became clear that I was missing a gem on the server.

One of my extensions required a gem, which was installed on my local machine, but not on the server. Only when I ran an action within that extension did this become an issue (and I saw a 500 error). When I installed the gem on the server, everything was fixed.

Perhaps you have a similar issue.

Drew

_______________________________________________
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
I have double and triple checked, and I have all the gems and dependencies required installed. No dice, but thanks for the suggestion Drew.

I have checked the logs. the apache logs show nothing but that it is serving a 500 error and the rails logs show nothing.

I can boot a single instance of mongrel (script/server) on the actual production machine and it works great. So I am really mystified. Any more hints?
_______________________________________________
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


_______________________________________________
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to