Your Ad Here
首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 网站建设 > 网页制作 > debian apache2 cgi-bin location
【标  题】:debian apache2 cgi-bin location
【关键字】:debian,apache2,cgi-bin,location
【来  源】:http://www.cublog.cn/u/6418/showart.php?id=146721

debian apache2 cgi-bin location

Your Ad Here Createa /var/www/cgi-bin/:

mkdir -p /var/www/cgi-bin/

Open httpd.conf:

vi httpd.conf

Append following code:

<IfModule mod_alias.c>
    ScriptAlias /cgi-bin/ /var/www/cgi-bin/

    <Directory /var/www/cgi-bin/>
        AllowOverride None
        Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
        Order allow,deny
        Allow from all
    </Directory>
</IfModule>

Restart apache and test it
第5章shell输入与输出:【上一篇】
运用Apache SOAP工具包实现SOAP:【下一篇】
【相关文章】
  • 配置apache2实现防盗链功能
  • Debian下安装oracle 10g & 10gR2
  • Debian 下安装 latex
  • debian 和 x-win32 的配合使用
  • Debian GNU/Linux的基本配置
  • apache2 php5 mysql5安装配置
  • debian里面开启dma功能,提高硬盘读写速度
  • 在Debian下面使用无线网卡
  • Debian下的应用软件
  • Apache2 配置--磨难--成功--开心 之记载
  • 【随机文章】
  • 梦想通讯试刊
  • 关于搜索引擎页面分析中的 javascript 处理的2个思路
  • [转贴]Oracle 面试题目
  • ASP中存储过程调用的两种方式及比较
  • 各种内部排序方法的比较和选择
  • ccna学习笔记---第11章:广域网(一)
  • 免费的SQL Server培训录像(以及其他好的数据教程的指针)
  • XEmacs Vs GNU Emacs
  • ifconfig eth up 的内核行为
  • VLAN技术入门
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 bbb软讯网络 All Rigths Reserved.