Received: (qmail 20507 invoked by uid 501); 3 Jan 2002 18:19:56 -0000 Message-Id: <20020103181956.20506.qmail@apache.org> Date: 3 Jan 2002 18:19:56 -0000 From: Tom Mai Reply-To: CuTom@hotmail.com To: submit@bugz.apache.org Subject: alias vs virtual X-Send-Pr-Version: 3.110 >Number: 9359 >Category: mod_alias >Synopsis: alias vs virtual >Confidential: no >Severity: serious >Priority: medium >Responsible: apache >State: closed >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Thu Jan 03 10:20:00 PST 2002 >Closed-Date: Fri Jan 04 22:08:12 PST 2002 >Last-Modified: Fri Jan 04 22:08:12 PST 2002 >Originator: CuTom@hotmail.com >Release: 1.3.22 >Organization: >Environment: windows 2000 server >Description: I have apache 1.3.22 installed on windows 2000 server, my httpd.conf look like this: Options +Includes AddType text/html .inc AddHandler server-parsed .inc DocumentRoot "C:/wwwroot/httproot" Alias /html/site/ "c:/wwwroot/httproot/html/development/test_site1/" Alias /html/common/ "C:/wwwroot/httproot/html/development/common/" Alias /server/ "C:/wwwroot/httproot/development_server/" ScriptAlias /SCRIPTS/ "C:/wwwroot/scipts/" DirectoryIndex default.asp default.htm index.htm index.html And in my default.asp: <% @enablesessionstate=false %> <% option explicit %> <% response.buffer=true %> ..... When default.asp is executed, it return the error: "Include file not found." I think that the alias is only work with URL directing but not act like virtual directory. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Fri Jan 4 22:08:12 PST 2002 State-Changed-Why: Apache doesn't include any support for ASP. Presumably you are using some third party product to do this, and it is interpreting the includes. Apache has no control over how it does that. >Unformatted: [In order for any reply to be added to the PR database, you need] [to include in the Cc line and make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database automatically because of the potential for mail ] [loops. If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request from a ] [developer. Reply only with text; DO NOT SEND ATTACHMENTS! ]