码迷,mamicode.com
首页 >  
搜索关键字:apache2    ( 2608个结果
ubuntu Apache 配置
ubuntu安装和配置其实还是很简单的,这里写一些记录作为工作笔记。 安装 ubuntu下利用apt安装apache2很简单. apt-get?install?apache2 添加虚拟主机 首先在 /etc/apache2/sites-available/ 下仿照000-default.c...
分类:其他好文   时间:2014-07-22 09:06:05    阅读次数:224
svn error:Subversion requires SQLite解决
在安装 subversion时候 #tar xvjf subversion-1.6.3.tar # ./configure --prefix=/data1/subversion --with-apxs=/data1/apache2/bin/apxs ?--with-apr-util=/data1/apache2/bin/apu-1-config --with-apr=/d...
分类:数据库   时间:2014-07-21 10:18:57    阅读次数:241
ubuntu apc 安装
在ubuntu下安装APC,只需要两条命令,便可将APC和php绑一起。安装代码:sudo apt-get install-y apache2-prefork-devsudo apt-get install-y php-apc
分类:其他好文   时间:2014-07-19 18:38:10    阅读次数:244
Ubuntu 12.04 安装配置 Apache2
Apache2安装1 我们使用root账户进行安装,首先切换到root账户,输入命令: sudo su2 安装 Apache2 apt-get install apache2在浏览器输入你服务器ip地址列入,如http://10.103.30.201。查看Apache2是否工作,如果显示(It .....
分类:其他好文   时间:2014-07-19 18:33:02    阅读次数:288
安装php5.5
安装php5.5 ./configure --prefix=/usr/local/php5.5.14/ --with-apxs2=/usr/local/apache2.2.27/bin/apxs --with-mysqli=/opt/mysql/bin/mysql_config --enable-....
分类:Web程序   时间:2014-07-19 15:27:02    阅读次数:296
linux下一些常用软件的编译安装命令
PHP编译参数Apache:./configure--prefix=/usr/local/php--with-apxs2=/usr/local/apache2/bin/apxs--with-curl--with-mcrypt--enable-mbstring--with-iconv--with-gd--with-jpeg-dir=/usr/local/lib--enable-pdo--with-pdo-mysql=/usr/local/mysql5.5.25/--with-mysqli=/usr/lo..
分类:系统相关   时间:2014-07-19 02:12:55    阅读次数:266
PHP分别做为CGI和module来运行的配置
php: PHP Version 5.0.0b4apache: Apache/2.0.49 (Win32)1、做为apache2的cgi运行ScriptAlias /php/ "c:/php/"AddType application/x-httpd-php .phpAction applicatio...
分类:Web程序   时间:2014-07-17 13:36:11    阅读次数:267
CI的htaccess配置
最近突然想把链接中的index.php去掉,网上搜索了一把,发现解决方法很多,整理下。首先是两个基本修改点:1. 在httpd.conf中,将 所有 AllowOverride None 改为 AllowOverride All 好像共有三处吧,然后重启apache2. 将 config.php中的...
分类:数据库   时间:2014-07-16 18:32:31    阅读次数:254
win7 64位的apache2.4.9+php5.5+mysql5.6的安装
Win7下64位的apache2.4.9+php5.5+mysql5.6.19的安装1、首先下载文件httpd-2.4.9-win64-VC11.zip(http://www.apachelounge.com/download/)php-5.5.14-Win32-VC11-x64.zip(http:...
分类:数据库   时间:2014-07-16 13:52:20    阅读次数:317
Linux+Apache+openssl
Linux+Apache+openssl实现https验证apache2.0https首先安装SSL,再编译安装APACHE,再配置证书即可1.下载apache和openssl网址:http://www.apache.orghttp://www.openssl.org2.解压#tarzxvfhttp...
分类:系统相关   时间:2014-07-16 00:03:20    阅读次数:344
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!