文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>Ubuntu Apache2, PHP, CGI, etc....配置

Ubuntu Apache2, PHP, CGI, etc....配置

时间:2009-07-01  来源:Eleswen

Apache 1.  apt-get install apache2     test web page: http://x.x.x.x   PHP 1.  apt-get insall php5 2.  apt-get install libapache2-mod-php5     test.php:  <? echo phpinfo(); ?> 3.  /etc/init.d/apache2 restart   CGI 1.   /etc/apache2/sites-enabled/000-default
 

  AddHandler cgi-script .cgi .pl
   <Directory "/var/www/cgi">
     AllowOverride all
     Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
     Order allow,deny
     Allow from all
  </Directory>

相关阅读 更多 +
排行榜 更多 +
油罐车运输模拟

油罐车运输模拟

赛车竞速 下载
模拟逃兵

模拟逃兵

赛车竞速 下载
项目赛车

项目赛车

赛车竞速 下载