Getting started with CGI programming using Ruby
This article mainly introduces how to use Ruby for CGI programming. Writing CGI scripts is also a basic function of Ruby for network programming. For more information, see
Compile the CGI script:
The
This article introduces the content is about CGI, fastcgi, php-cgi, PHP-FPM analysis, has a certain reference value, now share to everyone, the need for friends can refer to
Defined
First of all, what does CGI do? CGI is designed to ensure that
This article mainly introduces the introduction of CGI programming with Ruby Guide, writing CGI script is also ruby for network programming, a basic function, the need for friends can refer to the
To write a CGI script:
The most basic ruby CGI
To write a CGI script:
The most basic ruby CGI script looks like this:
#!/usr/bin/ruby
puts "http/1.0 OK"
puts "content-type:text/html\n\n" puts "
This is a test "
If you call this script test.cgi upload to a unix/linux web hosting
Getting started with CGI programming using Ruby and instructions on rubycgi Programming
Compile the CGI script:
The most basic Ruby CGI script looks like this:
#!/usr/bin/rubyputs "HTTP/1.0 200 OK"puts "Content-type: text/html\n\n"puts "This is a
Today, I got some munin and found some pictures out of the way.Http://xxxxxx.com/static/dynazoom.html?cgiurl_graph=/munin-cgi/munin-cgi-graph&plugin_name=xxxxxxThe place where the picture was loaded reported 404 errors.
1, install Munin
Please
Which PHP mode? Apache vs CGI vs fastcgi,apachefastcgi
Which PHP mode? Apache vs CGI vs FastCGI
There is multiple ways to execute PHP scripts on a Web server. We ' re often asked about the difference between these modes and so here it is!We offer
Reprint--4 free foreign PHP hosting services
These hosts are no ads, and provide a lot of advanced features, such as FTP access, support PHP and MySQL, custom domains and free subdomains, and so on, the most important is to support PHP, then you
IKI Links: Cgi-http://en.wikipedia.org/wiki/common_gateway_interface fcgi-http://en.wikipedia.org/wiki/fcgi scgi-http://en.wikipedia.org/wiki/scgi Wsgi-http://en.wikipedia.org/wiki/wsgi Other reference:
CGI = Common Gateway Interface As the name suggests, it is an interface specification. This specification defines in detail the server Agent running in the Web server, how to obtain and return the server environment context and the parameter names
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.