码迷,mamicode.com
首页 >  
搜索关键字:apache2    ( 2608个结果
Apache2: How To Redirect Users To Mobile Or Normal Web Site Based On Device Using mod_rewrite
http://www.howtoforge.com/apache2-how-to-redirect-users-to-mobile-or-normal-web-site-based-on-device-using-mod_rewriteApache2: How To Redirect Users T...
分类:Web程序   时间:2014-05-21 22:53:20    阅读次数:432
iptables apache2
Apache2 iptables 安装指令:sudo apt-get install apache2 2.产生的启动和停止文件是:/etc/init.d/apache2 3.启动:sudo apache2ctl -k start 4,停止:sudo apache2ctl -k stop 5,重新启动:sudo apache2ctl -k restart ...
分类:其他好文   时间:2014-05-21 14:05:17    阅读次数:206
ubuntu 安装php环境/apache/php/mysql
比windows下真是方便很多,爱上ubuntu1:首先安装apache:打开终端(ctrl+Alt+t),输入命令:sudo apt-get install apache2即可安装,安装完后,打开浏览器,在地址栏输入:localhost或者http://127.0.0.1看到It works,表示...
分类:数据库   时间:2014-05-20 02:24:54    阅读次数:394
ubuntu 下配置munin
环境: "Ubuntu 13.10" 安装: apt-get install munin munin-nodeapt-get install apache2配置:1. vim /etc/munin/munin.conf dbdir /var/lib/muninhtmldir /var/c...
分类:其他好文   时间:2014-05-16 00:05:58    阅读次数:455
利用apache+svn+jenkins+maven 实现java环境的自动化构建和部署(二)(网内首发超详细版)
2.4ssl方式部署apache2.4.1安装apache./configure--prefix=/usr/local/apache2--enable-dav--enable-ssl--enable-so--enable-mods-shared=allmake&&makeinstall2.4.2安装svn安装apr-1.4.6.tar.gz、apr-util-1.5.1.tar.gz、neon-0.29.6.tar.gz同2.2章节部分unzipsqlite-..
分类:编程语言   时间:2014-05-14 18:42:21    阅读次数:514
Linux更改Apache网站目录出错:Document root must be a directory解决
Linux更改Apache网站目录出错:Document root must be a directory解决修改DocumentRoot <Directory "C:/Apache/Apache2/htdocs"重启apache 报错Document root must be a director...
分类:Web程序   时间:2014-05-10 08:57:13    阅读次数:442
从零开始——Ubuntu系统安装LAMP
1.安装LAMP包sudo apt-get install taskselsudo tasksel install lamp-server参考这里2. 测试apache2安装完成后测试一下,在浏览器里输入http://localhost/或http://127.0.0.1/若出现“Itworks!”...
分类:其他好文   时间:2014-05-08 11:38:05    阅读次数:248
ubuntu12.04下lamp环境搭建步骤
1 、安装apache2:sudo apt-get install apache2安装完成后,运行如下命令重启apache:sudo /etc/init.d/apache2 restart,在浏览器中输入http://localhost或者http://127.0.0.1,会看到"It works!...
分类:其他好文   时间:2014-05-08 06:47:56    阅读次数:308
Fatal error: Maximum execution time of 30 seconds exceeded in
Fatal error: Maximum execution time of 30 seconds exceeded inC:\Program Files\Apache Software Foundation\Apache2.2\htdocs\code\curl\work\work3.phpon l...
分类:其他好文   时间:2014-05-07 16:53:31    阅读次数:338
ubuntu 下使用CGI c语言 编写helloworld
从根本上说,CGI 就是HTML表单与服务端脚本之间的接口。 自己可以百度了一些cgi知识:给出链接报错。那就自己Google哈 也因为工作需要,所以来学习了下。 一、安装及配置apache服务器 安装apache2服务器 #sudo apt-get install apache2 配置apache2服务器 配置文件位于 /etc/apache2/sites-enab...
分类:编程语言   时间:2014-05-06 22:07:55    阅读次数:436
2608条   上一页 1 ... 258 259 260 261 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!