-
如何将php文件及参数解析成路径?谢谢例如http://xxx.cn/home/shell.php解析成http://xxx.cn/home/shell/这样的.然后http://xxx.cn/home/shell.php?uid=007解析成http://xxx.cn/home/shell/007/或者解析成http://xxx.cn/home/shell/?uid=007谢谢大家.qqaqqa 时间:08-02 + 阅读全文
-
apache进程内存奇高怎么办Apache上跑的php,大概并发10几万IP。6台服务器负载均衡。突然httpd的内存占用就超过几百M,导致服务器死机。一般会是什么原因呢?有什么办法可以找出原因呢?比如找到什么php页面导致的。mrmark 时间:08-02 + 阅读全文
-
如何正确apache支持cgi问题前提我没安装perl等语言包 Windows环境现在报500错误看了日志没有报错LoadModulecgi_modulemodules/mod_cgi.soScriptAlias/cgi-bin/"E:/webroot/"<Directory"E:/webroot/"> AllowOverrideAll&nbmataihang 时间:07-29 + 阅读全文
-
apache2 无法安装下载2.24或最新版本2.29点击安装结果提示yoursystemhasnotbeenmodified...下的是apache_2.2.4-win32-x86-no_ssl.msi我是xp系统没有安装iis附件:您所在的用户组无法下载或查看附件etwo 时间:07-29 + 阅读全文
-
遇到一个很怪的问题!遇到一个很怪的问题!!我的apache在127.0.0.1上可以正常运行,能够进入,但是进入localhost却反应不能进入该域名在网上查了一下,看到有个网页的解说挺有道理:localhost不能被解析为127.0.0.1,是机子的问题但是还不知道该怎么解决…………[本帖最后由caimenghua于2008-7-2810:44编辑]caimenghua 时间:07-28 + 阅读全文
-
谁能帮我把这个rewrite规则改成lighttpd的rewrite规则一个.htaccess文件内容如下,谁能帮我把他改成lighttpd的规则复制内容到剪贴板代码:DirectoryIndexindex.phpRewriteEngineOnRewriteRule^link/([0-9]+)[/]*$/redirect.php?id=$1RewriteRule^link/([a-zA-Z0-9]+)[moonswamp 时间:07-26 + 阅读全文
-
apache 2.2.9 WIN下配置虚拟主机问题httpd-vhosts.conf配置如下:NameVirtualHost127.0.0.1:80##VirtualHostexample:#AlmostanyApachedirectivemaygointoaVirtualHostcontainer.#ThefirstVirtualHostsectionisusedforallrequeshekey 时间:07-26 + 阅读全文