摘要:
environment :redhat linux 9.2
setup mysql-standard-4.0.18-pc-linux-i686.tar.gz
php-4.3.4.tar.gz
httpd-2.0.48.tar.gz
准备工作:
login as a root user and
useradd test
soft:
mysql-standard-4.0.18-pc-......
摘要:
bruce 转贴 (参与分:18537,专家分:3650) 发表:2002-8-20 下午2:27 版本:1.0 阅读:5105次
author:疯傻 madfool@163.net
相关下载:
apache soap http://xml.apache.org/soap/index.html
tomcat4.0.4 http://jakarta.apache.org/build......
php4+apache2安装全攻略!(from php的官方网站)
我的系统是rh8,按照这个安装,已获成功!
【程序编程相关:
Apache和PHP/Perl/Pyth】 【推荐阅读:
Apache 的信息查看模块】
【扩展信息:
配置Apache的5个技巧[转载]】 1. gzip -d httpd-2_0_nn.tar.gz
2. tar xvf httpd-2_0_nn.tar
3. gunzip php-nn.tar.gz
4. tar -xvf php-nn.tar
5. cd httpd-2_0_nn
6. ./configure --enable-so
7. make
8. make install
现在您已经将 apache 2.0.nn 安装在 /usr/local/apache.本安装支持可装载模块
与标准的 mpm prefork.之后,可以使用如下命令启动 apache 服务器:
/usr/local/apache2/bin/apachectl start
如果成功,您可以停止 apache 服务器并继续安装 php:
/usr/local/apache2/bin/apachectl stop.
9. cd ../php4-nn
10. 现在我们需要配置 php.在这里您可以用各种各样的参数来自定义php,例如启动哪
些扩展功能包的支持等.用 ./configure --help 命令可以列出当前可用的所有参
数....
下一页 摘要:
rt
比喻,有没什么模块等
1122331 回复于:2004-02-03 23:14:05
检查一下http头里边的,或者用其他的方法,比如??
jhsea3do 回复于:2004-02-03 23:23:04
设置日志纪录refer的url,然后定期检查。
发现有非法盗联的就封杀域名,或者有可能的话干脆用rewrite设置随机的url测底摆脱盗联干扰
......