架站应用:Apache服务器之ASP篇(图)

来源:互联网 发布:苹果电池校准软件 编辑:程序博客网 时间:2024/05/17 03:49
第1页:ASP的工作原理 第2页:win 2003环境下使用Apache服务器运行ASP 第3页:Sun Java System Active Server Pages 4.0 第4页:Apache web Server软件的安装(下载软件) 第5页:Apache web Server安装(输入信息) 第6页:Apache web Server安装(选择安装apache文件夹) 第7页:Apache web Server安装(完成安装) 第8页:SUN ONE ASP 4.02的安装(下载安装) 第9页:SUN ONE ASP 4.02的安装(下载安装) 第10页:SUN ONE ASP 4.02的安装(选择安装组件) 第11页:SUN ONE ASP 4.02的安装(完成安装) 第12页:Apache支持ASP的测试(开始测试) 第13页:Apache支持ASP的测试(测试)

 

在httpd.conf中修改成

<IfModule mod_dir.c>
    DirectoryIndex detourage/detourage-photo.htm index.html index.htm index.php index.asp default.asp
</IfModule>

安装好后通常 把信息服务器运行的网站考到出现

Active Server Pages error 'ASP 0131 : 80004005'

Disallowed Parent Path 

注册表中将EnableParentPaths的值改成1

这样的错误

131
Disallowed parent path
The Include file cannot contain ".." to indicate the parent directory.