Hey .. > You really should fix your mongrel setup, so it runs as a non-privileged > user. Running web servers (or any servers reachable from the outside) as > root is a major security issue. > i totally agree .. take a look at mongrel_cluster to start/stop mongrel.. you can set a user and group like that:
user: rails cwd: /var/www/localhost/rails/current port: "8010" environment: production group: apache address: 127.0.0.1 pid_file: log/mongrel.pid servers: 6 Ben _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

