Many people know from their own experience that it's not easy to install an apache web server and it gets harder if you want to add MySQL, PHP and Perl. xampp is an easy to install apache distribution containing MySQL, PHP and Perl. xampp is really very easy to install and to use - just download, extract and start. At the moment there are four xampp distributions: xampp for linux , windows, mac ...
by fedorac - 网络技术文档中心 - 2008-03-12 10:31:51 阅读(750) 回复(0)
The distribution for Linux systems (tested for SuSE, RedHat, Mandrake and Debian) contains: apache, MySQL, PHP & PEAR, Perl, ProFTPD, phpMyAdmin, OpenSSL, GD, Freetype2, libjpeg, libpng, gdbm, zlib, expat, Sablotron, libxml, Ming, Webalizer, pdf class, ncurses, mod_perl, FreeTDS, gettext, mcrypt, mhash, eAccelerator, SQLite and IMAP C-Client. Link http://www.apachefriends.org/zh_cn/xampp.html ...
我在.htaccess中加入如下代码:来禁止访问wp-login.php文件,[code]
最近帮一个朋友拾建了一个FTP server. 使用的是 xampp集成环境中的filezilla. 由于要能够让使用者从internet上进行访问。所以申请了一个花生壳动态域名。 大概步骤如下: 1) 在windows xp 中安装xampp. 启用 filezilla server 为系统自带服务。 修改FTP端口为 9002. 另修改filezilla管理端口为 9199. 使用的被动模式。 (另外开启了9110-9130为FTP数据连接端口) 2) Filezilla中添加对应的一些用户和密码。 3) 在windows...
httpd.conf 添加一下可以让py程序在cgi-bin目录下运行 AddHandler cgi-script .cgi .py 实际上我们添加了以上内容从新启动apache就可以利用apache编程了,用pyton来做我们的 --kai0200@gmail.com #!c:\Python24\python.exe #在文件的首行添加这个可以让程序在cgi目录下运行! print "Content-type: text/plain; charset=iso-8859-1\n\n"; #首先需要打印一个给客户端软件 如果没有浏览器会报告错误! 首先安装xampp http://www....
小弟最近搭建了基于apache的svn服务,问题如下:
配置:
大家好: 请问一下大家,有没有一个很好的工具去监控apache的并发数。 apaceh系统环境为:windows 请大家帮帮忙吧,我找了一上午就只找到去配置server-status 与server-info两个模块,可是我配置好后, 里面是乱码。还有不懂里面的含义,所以各位高手有没有相关工具来测试呢。如果是loadrunner的话,能否把操步骤发过来,因为我对loadrunner不太熟悉。