ChinaUnix.net
相关文章推荐:

apache下http自动转入https

我的httpd.conf中配置了虚拟机,现在输入https://aaa.con可以进入页面 可是输入http://aaa.com就不行,我想请教一有什么办法可以在输入 http://aaa.com时自动跳转到https://aaa.com ; ServerAdmin root@aaa.com DocumentRoot /var/www/html/aaa.com ServerName aaa.com ErrorLog /var/www/html/la777.com/error_log ;

by gaojian_088 - 服务器应用 - 2005-10-14 16:58:03 阅读(8486) 回复(5)

相关讨论

如题:windows环境如何给apache配置https服务?? 直接安装win包,没有mod_ssl.so模块,该怎么办?? 请大家帮忙,有文档吗

by liyhappy - 服务器应用 - 2006-05-27 09:55:52 阅读(3281) 回复(3)

不知道上面的可以实现吗?需要怎么配置,我的总是自动路转到https的面页。

by zw2002 - 服务器应用 - 2007-06-19 21:39:30 阅读(2537) 回复(5)

现在google上搜索到的都是老版本的apache1.3,郁闷啊...

by lrzhello - 服务器应用 - 2006-06-19 13:34:19 阅读(1141) 回复(0)

httpd.conf中添加 AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps AddType application/x-httpd-php .php3 在 中间添加面的语句 Alias /books/ "/home/edge-dev/books/" Options Indexes FollowSymlinks MultiViews AllowOverride None Options None ...

by axinaxin - BSD - 2006-08-11 22:33:10 阅读(1811) 回复(1)

怎么利用linux 9apache建立http服务 ,我的http服务可以启动,但是我不会添加站点和虚拟目录,请问如何配置,最好是在图形环境的。

by developing_T - 服务器应用 - 2005-08-19 09:54:23 阅读(1814) 回复(7)

我的系统是linux9,安装了apache2版本(装系统时默认安装的),想在 apache上配置http样式的用户认证,就是怎么也配置不成,不知道什么原 因造成的:(采用mod_auth模块认证) ---------------------------------------------------------------- 我是这样配置的: 1:htpasswd -c /home/web/.htpasswd xie 口令也是xie 2:在/var/www/html/web中建.htaccess文件,内容如: AuthName "apache server use guide readers only" AuthTyp...

by mycggo - 服务器应用 - 2003-08-11 17:43:03 阅读(885) 回复(0)

有无AIX 5.1安装配置http服务器(apache)的文档资料? 在BULLFREEWARE。COM上了个apache,安装的时候报错。。

by matata - AIX - 2004-04-05 12:54:10 阅读(807) 回复(0)

我写了一个shell脚本能自动载ftp站点上的东西,但是现在我 所在的局域网必须设定http或者ftp代理才能载,请问如何通过脚本或者其它特定的软件 每日实时载文件名就是当天日期的数据?谢谢。

by chino - 服务器架设 - 2004-10-06 19:08:56 阅读(970) 回复(2)

大家请看,http://sd.koide.cn/和https://sd.koide.cn/ 因为安全原因,所以要部分站用了https,但https正常了,其他http的站点就出错。 如何能让httphttps共存,请帮忙分析一。 Bad request! Your browser (or proxy) sent a request that this server could not understand. If you think this is a server error, please contact the webmaster. Error 400 apache/2.0.54 [ 本帖最后由 issin 于 2006-1-19 14:49 编辑 ]

by issin - 服务器应用 - 2006-01-20 23:05:46 阅读(1491) 回复(3)

请教各位一个问题::em02: 我想在apache上达到https和http分开的目的: 打开ssl.test.local只能以https的方式连接,而若以http的方式去连接ssl.test.local的时候自动跳转到https的连接;打开www.test.local只能以http的方式连接,而以https的方式连接时被拒绝。不知道我面的设置是否正确,请指教。(其他的都是默认的设置,因此省略了) /etc/httpd/conf.d/ssl.conf文件: Listen ssl.test.local:443

by ancharn - 服务器架设 - 2006-01-20 10:11:43 阅读(496) 回复(0)