Displaying 5 results from an estimated 5 matches for "fo64".
Did you mean:
f64
2006 Jul 24
1
Dev Web Server Setup Suggestions?
I inherited a PC that I''m turning into a *NIX web server for in house
development. Its primary purpose would be for staging, before apps were
released to a shared-hosting environment. I''m probably going to setup
Apache 1.3/FastCGI to match where the site is currently hosted. I
develop in Windows, but I really want to get more familiar with the
command-line linux environment.
2006 Apr 05
2
Typo on Dreamhost
I''ve had no success getting Typo running on my Dreamhost account. Does
anyone have a link to an FAQ on getting Typo up on Dreamhost?
Thanks.
--
Posted via http://www.ruby-forum.com/.
2006 Jan 15
2
Multi Web Apps ...
Hi,
I''ve just setup Ruby on Rails using the guide I found at
http://fo64.com/articles/2005/10/20/rails-on-breezy
And was just wondering if it''s possible to host PHP on the same box as
well !?
I don''t seem to be able to find any info on this so any help would be
greatly appreciated.
I''m running Apache2 on Ubuntu Linux 5.10 (PPC version)
T...
2005 Dec 04
10
web server q -- playing nice w/ PHP
I have a webserver that''s happily running apache2 and PHP. I''d like to
deploy a site that I wrote using RoR on that same server but read that
there might be some conflicts with PHP and RoR trying to access the same
MySQL database.
How real are those conflicts? Could I mess up my running PHP site if I
install mod_ruby and try to use Apache2?
Would I be better off
2006 Apr 11
12
RJS
I am trying to use RJS as shown in this tutorial :
http://www.codyfauser.com/articles/2005/11/20/rails-rjs-templates
However it does not seem to work. I am not getting any excpetions in
the logs. Here is what the logs say :
Parameters: {"action"=>"add", "controller"=>"homepage"}
Rendering homepage/add
The homepage/add is named add.rjs
I know