[typo] Typo and FastCGI on Plesk VPS
akonsu
akonsu at gmail.com
Wed Sep 28 15:18:40 EDT 2005
hello,
does fcgi work on your server in general?
try this in your dispatch.fcgi:
#!/usr/bin/ruby
require "fcgi"
FCGI.each {|request|
out = request.out
out.print "Content-Type: text/plain\r\n\r\n"
out.print Time.now.to_s
request.finish
}
does it work?
2005/9/28, Rida Al Barazi <ralbarazi at gmail.com>:
> > The link you mention is about setting up chrooted Apache on OpenBSD.
> > You say you're running linux, so files will be in different places. On
> > my box I have /lib/ld-linux.so.2 which points to /lib/ld-2.3.2.so as my
> > dynamic loader.
>
> Thanks for the tip Justus,
>
> I already found the files in /home/httpd/vhosts/chroot/lib and copied them
> but still getting the same error..
>
> Can anyone help regarding the permission error also please?
>
> Thanks
> Rida
>
>
> _______________________________________________
> Typo-list mailing list
> Typo-list at rubyforge.org
> http://rubyforge.org/mailman/listinfo/typo-list
>
More information about the Typo-list
mailing list