单个页面如何做伪静态,急,解决立即给分
网站误删了很多数据,有几个重要的帖子必须保留。原链接是http://www.xxx.com/thread-2261-1-1.html现在想让用户访问的时候直接链接到http://www.hdsoso.com/thread-3377-1-1.html我服务器是linux下的nginx如何写?rewrite"/thread-2261-1-1.html"/thread-33
作者: suncheng_hong 发布时间: 08-10
apache proxy反向代理问题
客户原本就有好几个网络应用,现在需要建立一个主网站并且把已有应用作为主网站的一个子目录于是我想到了apache的反向代理本机域名是www.a.com就是指向ip1.1.1.1主应用服务器放在8888端口配置如下:ProxyPass/aaahttp://1.1.1.1:8080/aaaProxyPassReverse/aaahttp://1.1.1.1:8080/aaaPr
作者: njustwalker 发布时间: 08-11
急急急 php+mssql 连接问题、连接代码问题
<?php$serverName="(localhost)";//数据库服务器地址$uid="sa";//数据库用户名$pwd="lasqadmin5178";//数据库密码$connectionInfo=array("UID"=>$uid,"PWD"=>$pwd,"Database"=>"test");$conn=sqls
作者: wenzhel 发布时间: 08-11
php+mssql 求解决连接代码问题
<?php$serverName="(localhost)";//数据库服务器地址$uid="sa";//数据库用户名$pwd="lasqadmin5178";//数据库密码$connectionInfo=array("UID"=>$uid,"PWD"=>$pwd,"Database"=>"test");$conn=sqls
作者: wenzhel 发布时间: 08-11
linux下apache服务器执行php特慢
本帖最后由雪茶冰凉于2011-8-711:47编辑linux下apache服务器执行静态页很快,执行php特慢,重启后执行php很快,但一会就很慢,是什么原因呀,一直没找到原因。系统负载是这样的。。apache错误日志
作者: jinghuaifeng 发布时间: 08-07
Apache模块 请大家帮忙分析下哪里有问题?
关于正则匹配的地方详细说下(http://localhost/preview?filename=a.dat)有什么方法把a.dat直接取出来给fn。#include"httpd.h" #include"http_config.h" #include"http_protocol.h" #include"ap_config.h" #in
作者: lixingxing35 发布时间: 08-11
tomcat服务器源码
小弟最近想研究下tomcat怎么运行的,所以下载了SRC,但是不知道怎么在myeclipse里运行。 跪求各大侠帮忙。
作者: love2010java 发布时间: 08-09
apache能否实现web service
情况是这样的我使用一个嵌入式设备进行开发,基本上使用C语言需要WebServer支持,比如http://xxx.xxx.xxx.xxx/index.html,这个apache是支持的但是同时还要支持WebService访问,比如endpoint为http://xxx.xxx.xxx.xxx/wsdl/device,http://xxx.xxx.xxx.xxx/wsdl/functio
作者: hnoe 发布时间: 08-06
apache 301重定向
apache2.2+tomcat6没有用jk直接就是配置httpd.conf文件,实现了正常访问。现在想把几个域名做301到www.XXX.com,试过好几个方法都不行,.htaccess也没效果。httpd.conf:LoadModulerewrite_modulemodules/mod_rewrite.so<Directory/>OptionsFollowS
作者: chang2030 发布时间: 08-04
apache 修改默认目录后如何绑定二级域名?
apache服务器我修改了默认的目录到了C:/web现在想绑定二级域名,把bbs.xxx.com绑定到C:/web/bbs按照网上的教程1httpd.conf后加上RewriteEngineon RewriteMaplowercaseint:tolower RewriteMapvhostc:/web/vhost.mapRewriteCond$
作者: eastyes 发布时间: 07-26