简体   繁体   English

关于运行mod_perl + apache + Windows的问题

[英]Question on Running mod_perl + apache + Windows

I had developed web applications under environment mod_perl + Apache + Linux. 我已经在mod_perl + Apache + Linux环境下开发了Web应用程序。

Now, I want to deploy a web application solution to my client, under Windows. 现在,我想在Windows下将Web应用程序解决方案部署到我的客户端。

I was wondering any problem you guys encounter, when running mod_perl + Apache + Windows? 我想知道你们在运行mod_perl + Apache + Windows时遇到什么问题吗?

(1) Can I get Perl additional library (CPAN?), and being used in my web application easily? (1)我可以获取Perl附加库(CPAN吗?),并在Web应用程序中轻松使用它吗? "Easily" means, no manual compilation. “轻松”是指无需手动编译。 No complex configuration setup. 无需复杂的配置设置。

(2) How about Linux command feature? (2)Linux命令功能如何? Perl integrate well with Linux utility to perform certain tasks. Perl与Linux实用程序很好地集成在一起,可以执行某些任务。 But if come to Windows, does it able to offer the similar features as in Linux's? 但是,如果使用Windows,它是否能够提供与Linux类似的功能?

I am open to other web development environment under Windows (PHP or Python). 我对Windows(PHP或Python)下的其他Web开发环境开放。 The reason I choose Perl, as I know the language. 据我所知,我选择Perl的原因。 I just do not want to switch to other language without a good reason. 我只是不想在没有充分理由的情况下改用其他语言。

I have not use mod_perl but for your question 1, you can take a look at the installation docs. 我没有使用mod_perl,但是对于您的问题1,您可以看一下安装文档。 . I have used Activestate Perl and PPM before and using ppm to install modules is easy. 我之前使用过Activestate Perl和PPM,并且使用ppm来安装模块很容易。

for (2), Perl is a programming language and it comes with builtins and modules to do what *nix tools do, so there should be no problem. 对于(2),Perl是一种编程语言,它带有内置工具和模块来执行* nix工具的操作,因此应该没有问题。 (there is no need to make calls to use *nix tools unless really necessary). (除非确实必要,否则无需调用使用* nix工具)。 Always check CPAN/PPM to see if there are modules to do what you want. 始终检查CPAN / PPM,以查看是否有模块可以执行所需的操作。

Personally, I prefer PHP if i am doing web programming because its easy to setup and lots of nice features already done specifically for web programming. 就个人而言,如果我正在进行Web编程,我更喜欢PHP,因为它易于设置,并且已经专门为Web编程完成了许多不错的功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM