On Wed, Oct 8, 2008 at 11:09 PM, fRAnKEnSTEin <[EMAIL PROTECTED]> wrote:

> Well i mean that i have full root access to all accounts on the
> server. And that i can install, delete, update etc in any way i want
> to. Only my apps are installed and running , i have all the power over
> the server, this is what i mean with "dedicated server"

Good, then you should be able to kill this cpanel thing if it's causing
you problems, eh?  :-)

> I already installed passenger on my MAC, and it works, but that is
> obius, because my MAC:

> 2- As a local machine, is a testing eviroment, so it does not have any
> high securiity, firewalls, special users and all that stuff that a
> real production server has and that usually make things harder to
> install and configure

Nonsense. If anything I find desktop systems more problematic to
install stuff on because they typically lack developer libraries, etc.

OK, so this morning, on my own (RHEL, RackSpace) dedicated
server I've:

1) compiled and installed ruby
2) installed rubygems
3) gem install rails
4) compiled and installed apache httpd 2.2.9
5) gem install passenger
6) run the passenger install program
7) pasted the appropriate LoadModule yadda yadda statements into
     httpd.conf

     I had one initial problem, with not explicitly specifying the location
     of apr:

-bash-2.05b$ ./bin/apachectl -t
httpd: Syntax error on line 71 of
/usr/local/apache-httpd-2.2.9/conf/httpd.conf: API module structure
'passenger_module' in file
/usr/local/ruby-1.8.6/lib/ruby/gems/1.8/gems/passenger-2.0.3/ext/apache2/mod_passenger.so
is garbled - expected signature 41503232 but saw 41503230 - perhaps
this is not an Apache module DSO, or was compiled for a different
Apache version?
-bash-2.05b$ export APR_CONFIG=/usr/local/apache-httpd-2.2.9/bin/apr-1-config
-bash-2.05b$ sudo passenger-install-apache2-module

     :: but once past that, it just works.

HTH,
-- 
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to