Rails, Typo, and a some FastCGI Errors

T

t_man13

I'm on a WinXP box trying to get Typo up and running to play with, but
haven't had any success. Other rails apps work fine with FastCGI.

I unzipped Typo to c:\www\typo.

Relevant bits from assorted files:

--- hosts file ---
127.0.0.1 typo
--- end ---

---- httpd.conf ----
<VirtualHost *:80>
ServerName typo
DocumentRoot "c:\www\typo\public"
ErrorLog c:\www\typo\log\server.log

<Directory c:\www\typo\public\>
Options ExecCGI FollowSymLinks
AllowOverride all
Allow from all
Order allow,deny
</Directory>
</VirtualHost>
--- end httpd.conf ---

--- c:\www\typo\config\database.yml---
login: &login
adapter: mysql
host: localhost
username: root
password: XXXXXX

development:
database: typo_test
<<: *login
--- end databse.yml---

--- c:\www\typo\public.htaccess ---
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
---end---

--- c:\www\typo\public\dispatch.fcgi ---
#!c:/ruby/bin/ruby
---end---

Here are the error messages I keep getting:

--- c:\www\typo\log\server.log ---
3:10:40 2006] [alert] [client 127.0.0.1] FastCGI: failed to connect to
(dynamic) server "C:/www/typo/public/dispatch.fcgi": something is
seriously wrong, any chance the socket/named_pipe directory was
removed?, see the FastCgiIpcDir directive
[Sat Jul 01 23:10:40 2006] [error] [client 127.0.0.1] FastCGI:
incomplete headers (0 bytes) received from server
"C:/www/typo/public/dispatch.fcgi"
--- end server.log ---

--- Apache Path\logs\error.log ---
[Sat Jul 01 23:32:03 2006] [crit] (OS 3)The system cannot find the path
specified. : FastCGI: can't start (dynamic) server
"C:/www/typo/public/dispatch.fcgi": spawn_fs_process() failed
--- end apache error log ---

Also, elsewhere people have mentioned looking in fastci_crash.log, but
I'm not finding one anyplace. Anyone have any good ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,025
Latest member
KetoRushACVFitness

Latest Threads

Top