ChinaUnix.net
相关文章推荐:

xampp apache 服务

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 ...

by sunhuang - Linux文档专区 - 2007-01-05 08:53:49 阅读(607) 回复(0)

我在.htaccess中加入如下代码:来禁止访问wp-login.php文件,[code] order allow,deny deny from all [/code]在xampp中测试成功,当访问这个文件时服务器会跳出403错误,但是放在centos服务器里,访问这个文件,服务器是跳出302,浏览器提示“此网页包含重定向循环” .htaccess文件全部代码[code]# DO NOT REMOVE THIS LINE AND THE LINES BELOW HOTLINKID:FtqmdG RewriteEngine on RewriteBase /wp-c...

by 844097977 - 服务器应用 - 2013-04-23 20:46:42 阅读(3307) 回复(1)

最近帮一个朋友拾建了一个FTP server. 使用的是 xampp集成环境中的filezilla. 由于要能够让使用者从internet上进行访问。所以申请了一个花生壳动态域名。 大概步骤如下: 1) 在windows xp 中安装xampp. 启用 filezilla server 为系统自带服务。 修改FTP端口为 9002. 另修改filezilla管理端口为 9199. 使用的被动模式。 (另外开启了9110-9130为FTP数据连接端口) 2) Filezilla中添加对应的一些用户和密码。 3) 在windows...

by newcryout - 监控及自动化运维技术 - 2012-02-01 10:46:10 阅读(3942) 回复(0)

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....

by kai0200 - Python文档中心 - 2009-03-18 15:15:30 阅读(2781) 回复(0)

小弟最近搭建了基于apache的svn服务,问题如下: 配置: SVNParentPath /work/svn 然后我访问 http://ip/svn/repo ,可正常访问 但是如果我访问 httP://ip/svn/xiangmu/repo,(xiangmu为一个文件夹,xiangmu下的repo这个仓库也创建了) 就提示Could not open the requested SVN filesystem ,这是为什么啊? 难道指定了 SVNParentPath 的根目录,就只能在根目录下直接创建版本库才可以访问吗?

by yzxarlen - 服务器应用 - 2013-02-03 11:36:36 阅读(2271) 回复(2)

本资源回复后,可见下载链接

web

by 戴墨镜的乌龟 - 服务器资源下载 - 2011-11-17 09:33:37 阅读(2152) 回复(7)

[hide]http://linux.chinaunix.net/book/server/apache/配置apache服务器.pdf [/hide]

apache

by 戴墨镜的乌龟 - 服务器资源下载 - 2010-09-03 00:28:02 阅读(948) 回复(1)

[hide]http://linux.chinaunix.net/book/server/apache/_apache服务的配置.doc [/hide]

apache

by 戴墨镜的乌龟 - 服务器资源下载 - 2010-09-04 09:38:29 阅读(989) 回复(1)
by 戴墨镜的乌龟 - 服务器资源下载 - 2010-07-06 09:34:54 阅读(825) 回复(0)

大家好: 请问一下大家,有没有一个很好的工具去监控apache的并发数。 apaceh系统环境为:windows 请大家帮帮忙吧,我找了一上午就只找到去配置server-status 与server-info两个模块,可是我配置好后, 里面是乱码。还有不懂里面的含义,所以各位高手有没有相关工具来测试呢。如果是loadrunner的话,能否把操步骤发过来,因为我对loadrunner不太熟悉。

by yjiwihc - 服务器应用 - 2010-04-15 16:42:33 阅读(1629) 回复(2)