On Tue, 21 Mar 2006 01:24:22 -0800 (PST), Vivek Sharma <[EMAIL PROTECTED]> wrote: > I've been assigned a job of integrating the roundcube mail server > with the ruby on rails framework. I personally believe that it is a > immensely rich interface for the web clients. The problem I'm facing that, > though I have successfully edited the files main.Php and the db.php and > renamed em as well and placed the roundcube folder under the document root > of my web Server which is Apache, still I get an error 500 as a > configuration error.
a 500 error code can be anything, but: the config files need to be in the /config/ directory, not in the rootfolder of roundcube. That's the same directory where the template (*.dist) files are. > The question I want to ask is that what may have gone > wrong. Just to elaborate the things a bit more is that I have three > versions of MySql installed,one coming with the phpdev tool, one with ruby > on rails framework and finally the one that is standalone. all that matters is which one is running! > I have the php engine running through the php dev tool itself > which I think runs automatically with the php dev tool. I have little or ya > can assume no knowledge of PHP and presently stuck please help me out of > this. > Another thing I want to ask is that : Is the apache web server comes > integrated with the IMAP server capability since the roundcube is a IMAP > client I assume. php functionality is provided by php, not apache. good luck learning how to work with LAMP! Auke
