[Twisted-web] Does anyone have a sample .rpy file for Ruby?
Jonathan Mark
jonathansamuel at yahoo.com
Mon Feb 20 12:26:00 MST 2006
I am now able to run PHP and Perl as CGI under the
twisted.server. The scripts are of the form:
#############################
from twisted.web import static, twcgi
class PHPScript(twcgi.FilteredScript):
filter - '/usr/bin/php' #point to your php
standalone executable. It should be compiled to run
without a webserver.
resource =
static.File("/PhysicalDirectorForSourceFiles")
resource.processors = ('.php': PHPScript)
resources.indexNames = ['FrontPageForPHPWebsite']
################################
What would I need to do in order to get Ruby to run
under twisted.server? I realize this may be a
if-you-need-to-ask-it-is-too-difficult-for-you question.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the Twisted-web
mailing list