Displaying 5 results from an estimated 5 matches for "troccoli".
2006 Jun 22
9
Again on Apache 2
...ux Fedora Core 5 box, with Apache 2.2.2 (compiled and
installed), Ruby 1.8.4 (compiled and installed), RubyGems 0.8.11
(compiled and installed) and Rails... I don''t know what version as this
one I haven installed with gem.
This is what I want to achieve.
I have a personal website (www.troccoli.it) which contains HTML only. I
want to have another website (spagnolo.troccoli.it) where I use Rails.
Both URL are resolved to the same IP: my Linux box.
I have managed to change httpd.conf to use mod_fcgid as follows
...
LoadModule fcgid_module modules/mod_fcgid.so
IPCCommTimeout 40
IPCConnec...
2006 Jul 03
5
I can''t see my app
Hello everybody,
I was able to set up Ruby 1.8.4 on Rails, using Apache 2.2.2 and MySql
5.0.22 and if you go to http://spagnolo.troccoli.it you have the nice
"Welcome abroad" page.
I have created a table (modes) with mysql
CREATE TABLE `modes` (
`id` INTEGER UNSIGNED NOT NULL AUTO_INCREMENT,
`description` VARCHAR(45) NOT NULL DEFAULT '''',
PRIMARY KEY(`id`)
)
ENGINE = InnoDB;
Then I have generated...
2008 Mar 27
6
Installing Postfix/Dovecot
I have just installed CentOS 5.1 on my home server and I am trying to
set a mail server.
I have diligently followed the instructions on the Wiki - How To on the
CentOS website (http://wiki.centos.org/HowTos/postfix). However I cannot
send internal email (I haven't yet tried externally).
Do you have any suggestions on what to check? To test it I used two
normail user: giulio and federica.
2010 Jul 13
2
Unloking gnome keyring on login
I hope someone can help me because I have spent a week on this and still I can't make it to work.
I have a CentOS 5.5 server and I am trying to set it up so that upon login the gnome default keyring is unlocked. I don't have a desktop as users will login using ssh only.
I have search the forum and google it, and I did find some help. All the articles though said to change /etc/pam.d/gdm
2010 Jan 21
0
PAM and GNOME keyring
Hi everybody,
I have a CentOS 5.4 server I need to se-up as Subversion server. On the server GNOME keyring has been installed and the integration with Subversion works fine: I'm asked for the keyring password the first time and that's it.
I am now trying to set it up so that after login the default keyring is unlocked. This way I won't be asked for the keyring password ever. I have