Hi, What is the purpose of the conf_files directory? Is conf_files/http.conf or apache/conf/httpd.conf the "real" Apache configuration file in InstantRails? There are all sorts of Ruby-related commands in conf_files, like rake.cmd and gemwhich.cmd. These files are also in the ruby/bin directory, where they conventionally belong. Cheers, Gavin
It could be better organized (this was inhrited from the EasyPHP fork), but this is a list of all files that contain absolute paths and must be "relocated" when IR detects that it is running from a new directory. When IR does this it reads each of these template files, relocates the paths to the new value, and writes the updated file to its expected location (like apache\conf for httpd.conf). Curt On 4/24/06, Gavin Sinclair <gsinclair at gmail.com> wrote:> > Hi, > > What is the purpose of the conf_files directory? > > Is conf_files/http.conf or apache/conf/httpd.conf the "real" Apache > configuration file in InstantRails? > > There are all sorts of Ruby-related commands in conf_files, like > rake.cmd and gemwhich.cmd. These files are also in the ruby/bin > directory, where they conventionally belong. > > Cheers, > Gavin > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060424/a7729660/attachment.htm
I take it, then, that the files in conf_files are not *used* for anything? They''re just there for the internal workings of InstantRails? Note: when you "Edit Apache config file" in the "Edit SCGI settings" window, you are editing conf_files/httpd.conf, not apache/conf/httpd.conf. Based on my understanding, this is a bug. Gavin On 4/24/06, Curt Hibbs <curt.hibbs at gmail.com> wrote:> It could be better organized (this was inhrited from the EasyPHP fork), but > this is a list of all files that contain absolute paths and must be > "relocated" when IR detects that it is running from a new directory. > > When IR does this it reads each of these template files, relocates the paths > to the new value, and writes the updated file to its expected location (like > apache\conf for httpd.conf). > > Curt > > > On 4/24/06, Gavin Sinclair <gsinclair at gmail.com> wrote: > > > Hi, > > What is the purpose of the conf_files directory? > > Is conf_files/http.conf or apache/conf/httpd.conf the "real" Apache > configuration file in InstantRails? > > There are all sorts of Ruby-related commands in conf_files, like > rake.cmd and gemwhich.cmd. These files are also in the ruby/bin > directory, where they conventionally belong. > > Cheers, > Gavin