码迷,mamicode.com
首页 >  
搜索关键字:apache2    ( 2608个结果
Android开发框架之---ThinkAndroid
ThinkAndroid简介ThinkAndroid是一个免费的开源的、简易的、遵循Apache2开源协议发布的Android开发框架,其开发宗旨是简单、快速的进行Android应用程序的开发,包含Androidmvc、简易sqliteorm、ioc模块、封装Androidhttpclitent的http模块,具有快速构建文件缓存功能,无需考虑..
分类:移动开发   时间:2014-10-11 02:46:45    阅读次数:341
搭建discuz论坛(2)
修改host文件: 使用ab做性能测试: E:\Apache2.2\bin>ab -n1000 -c100 http://bbs.ct.gd/
分类:Web程序   时间:2014-10-11 02:22:24    阅读次数:165
wampserver2.5-apache2.4.9允许外部访问的配置
打开..\wamp\bin\apache\apache2.4.9\conf\httpd.conf配置文件, <Directory "c:/wamp/www/"> ??? # ??? # Possible values for the Options directive are "None", "All", ??? # or any combination o...
分类:其他好文   时间:2014-10-09 21:14:58    阅读次数:30595
[R] /usr/share/doc/apache2/README.Debian.gz
Debian's default Apache2 installation attempts to make adding and removing modules, virtual hosts, and extra configuration directives as flexible as...
分类:其他好文   时间:2014-10-09 14:46:34    阅读次数:237
Ubuntu搭建Http服务器
一句命令:sudo apt-get install apache2产生的启动和停止文件是:/etc/init.d/apache2 启动:sudo apache2ctl -k start 停止:sudo apache2ctl -k stop 重新启动:sudo apache2ctl -k res...
分类:其他好文   时间:2014-10-08 17:51:55    阅读次数:284
apache2.2 虚拟主机配置
一、改动httpd.conf打开appserv的安装文件夹,找到httpd.conf文件,分别去掉以下两行文字前面的#号。#LoadModule vhost_alias_module modules/mod_vhost_alias.so去掉#意思是启用apache的虚拟主机功能。#Include c...
分类:其他好文   时间:2014-10-07 13:24:13    阅读次数:223
编辑index.html
源码安装index.html的目录[root@localhost htdocs]# vim /usr/local/apache2/htdocs/index.html It works!在线安装index.html的目录[root@localhost html]# vim/var/www/html/i...
分类:Web程序   时间:2014-10-07 01:21:32    阅读次数:880
ubuntu搭配LAMP
第一种: sudo?apt-get?install?apache2?php5?mysql-server?php5-mysql 第二种: sudo?tasksel?install?lamp-server
分类:其他好文   时间:2014-10-06 21:47:51    阅读次数:214
vim /usr/local/apache2/conf/httpd.conf
[root@localhost ~]# vim -n /usr/local/apache2/conf/httpd.conf 1 # 2 # This is the main Apache HTTP server configuration file. It contains ...
分类:其他好文   时间:2014-10-06 02:15:19    阅读次数:1733
ubuntu下的apache的虚拟主机的配置
ubuntu下的虚拟主机的配置相对window下的虚拟主机配置有些许不同。 对于要新建的虚拟主机,我们可以有如下几个步骤: 1.在/etc/apache2/sites-available/目录下新建一个你要配置主机的文件,打开他,进行配置:sudo vi /etc/apache2/sites...
分类:其他好文   时间:2014-10-05 20:57:18    阅读次数:226
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!