httpd CGI Program preparation +.py. CGI execution

Source: Internet
Author: User
Tags print print

Vi/etc/httpd/conf/httpd.conf



scriptalias/cgi-bin/" /var/www/cgi-bin/""/var/www/cgi-bin "> allowoverride None +execcgi Order allow,deny from all </Directory>ServerName localhost:AddHandler CGI-script. CGI. pl. py

[Email protected] cgi-bin]# Cat hello.py#!/usr/bin/python#-*-coding:utf-8-*-Print"content-type:text/html"Print Print''Print''Print'<meta charset= "Utf-8" >'Print'<title>hello Word-My first CGI program! </title>'Print''Print'<body>'Print''Print'</body>'Print''
GCC test.c-otest.cgi

[email protected] cgi-bin]# cat test.c

#include <stdio.h>

int main (void)

{

printf ("content-type:text/html;charset=gb2312\n\n");

printf ("Hello cgi\n");



return 0;

}

httpd CGI Program preparation +.py. CGI execution

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.