Debianetch apache2 perlcgi programming environment construction
Source: Internet
Author: User
Debianetch's perlcgi programming environment for apache2-Linux general technology-Linux programming and kernel information. The following is a detailed description. After apache2 is installed with apt, edit/etc/apache2/sites-enabled/000-defaultDocumentRoot, ScriptAlias/cgi-bin/, and ErrorLog under/home/www, set the owner of the www directory to your normal user. The following directory must be a resume; otherwise, apache2 cannot be started. After configuration, you can write the perl cgi program under/home/www/cgi/bin. By the way, paste a cgi of hello, world. #! /Usr/bin/perlprint "Content-type: text/html \ n"; print" Hello, world"; Print" hello, world
"; Foreach (keys % ENV) {print" $ _ = $ ENV {$ _} \ n
";} Print "";
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