- 论坛徽章:
- 0
|
apache怎么支持asp
俺觉得装一下mod_perl,再安装一下asp-perl就可以了吧,要不俺们上http://perl.apache.org看看?^V^
以下摘自perl.apache.org:
- # M:
- With Perl you have to write individual programs for each set of pages. With ASP you can write simple code directly within HTML pages. ASP is the Perl killer.
- # R:
- There are many solutions which allow you to embed Perl in web pages just like ASP. In fact, you can actually use Perl IN ASP pages with PerlScript. Other solutions include: Mason, Apache::ASP, ePerl, embPerl and XPP. Also, Microsoft and ActiveState have worked very hard to make Perl run equally well on NT as Unix. You can even create COM modules in Perl that can be used from within ASP pages. Some other advantages Perl has over ASP: mod_perl is usually much faster then ASP, Perl has much more example code and full programs which are freely downloadable, and Perl is cross platform, able to run on Solaris, Linux, SCO, Digital Unix, Unix V, AIX, OS2, VMS MacOS, Win95-98 and NT to name a few.
- Also, Benchmarks show that embedded Perl solutions outperform ASP/VB on IIS by several orders of magnitude. Perl is a much easier language for some to learn, especially those with a background in C or C++.
复制代码
http://perl.apache.org/docs/gene ... ogramming_language_
当然另外一个选择是在apache中使用.net,也可用asp开发,具体见
http://httpd.apache.org/cli/introduction
俺是土冒,不懂asp,apache,错了别砸俺 |
|