Iis| Raiders
Windows Run IIS installation, configuration, advanced management setting the main properties of the WWW and FTP services Right-click on the server, select Properties, you can set the WWW or FTP main properties, these properties include the entire site cache, and so on.
You can enable bandwidth throttling to limit the bandwidth that IIS uses
enable WWW service to support dynamic programs 1. Install the Perl language interpreter in IIS The author of the Perl language is Larry Wall. Practical extraction and the Language is the language's full name, designed to replace the combination of Unix Sed/awk and shell script.
For IIS to support this language, you need to install the Perl language interpreter.
Official download of the Perl interpreter: http://www.perl.com/pub/a/language/info/software.html
Http://download.pchome.net/development/sever/perl/730.html (pchome.net)
http://www8.pconline.com.cn/download/swdetail.phtml?id=4379 (PCONLINE.COM.CN)
After downloading, you can put Perl directly in a directory, or you can run the Setup Wizard to install the files in the appropriate directory, which is installed under D:\perl (Perl.exe in the bin directory).
To configure IIS:
Select the properties of the site, and the application settings in the main directory bar: (Note: You need to add "%%" after Perl).
Select Add:
IIS asks for the location of the application, the file name interpreted by the corresponding program, and the need to add the CGI and PL two files, as well as the PLX.
(The extension can be written as. * or written directly *,iis will be automatically recognized)
Finally, the execution permissions for IIS are set to scripts and executable programs.
Now that IIS is ready to support Perl.
2. Let IIS support PHP PHP is the abbreviation for Personal home Page Tools (hypertext preprocessor).
Download address for PHP:
http://www.php.net/downloads.php (official site download)
Http://download.pchome.net/development/sever/php/7884.html (pchome.net)
http://www8.pconline.com.cn/download/swdetail.phtml?id=645 (PCONLINE.COM.CN)
As with Perl, this option is installed under D:\php.
To configure IIS, the procedure is the same as configuring Perl:
At this point, IIS has supported the current mainstream dynamic language.
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.