> # Configuration:
>
> - Apache/2.2.8 (Ubuntu)
> - Phusion Passenger version 3.0.0
> - Rails 3.0.3
> - Ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux]
> - WEBrick 1.3.1
> - gem 1.3.7
>
> # Problem 1 - Server hangs up after a while:
>
> When i start my radiant with this command: script/server -e production
> my cms will run nearly 2 hours and after this time it keeps to be hang
> up.

I'm not sure script/server is the way to run your webserver. I think
that starts WEBrick, which is not an ideal choice for production
webserver.

There should be a site configuration file for apache that points to your
application's public directory. Let me know if you have that
configuration file -- if not, I'll send you a sample configuration file.

> # Problem 1 - Store userinputs from webformular in MYSQL Database
> How it is possible - to send formularinputs to a phpscript that stores
> this values
> in my database?

Do you mean you have a PHP script that receives the form input and needs
to store the input into the database?

-- 
Posted via http://www.ruby-forum.com/.

Reply via email to