Received: (qmail 28164 invoked by uid 2012); 24 Sep 1998 13:54:24 -0000 Message-Id: <19980924135424.28163.qmail@hyperreal.org> Date: 24 Sep 1998 13:54:24 -0000 From: Andreas Grueninger Reply-To: grueni@stuttgart.netsurf.de To: apbugs@hyperreal.org Subject: UNC names, ALIAS directive, SSI does not work X-Send-Pr-Version: 3.2 >Number: 3064 >Category: os-windows >Synopsis: UNC names, ALIAS directive, SSI does not work >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Thu Sep 24 07:00:00 PDT 1998 >Last-Modified: Mon Feb 22 06:54:31 PST 1999 >Originator: grueni@stuttgart.netsurf.de >Organization: >Release: 1.3.2 >Environment: Windows NT 4.0 SP3 Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 11.00.7022 for 80x86 >Description: There seems to be some problems with UNC names. If you start Apache as service, you have no mapped drive names if no user is logged in. Or in other words if a user is logged in you have those mapped drive names the user has mapped. Of course this a feature of NT. If you would like to use Apache as service and to use files on other machines you need UNC names (and another service account than SYSTEM). If a session must be started to map the network drives this would be an imposssible situation for a real production server. This means you have stop the server if you need another user. For testing purposes I used the directory g:\fcgibin\ and created a share FCGISHARE on machine AICHTAL-AICH. Problem 1 The option #exec cmd= in the SSI files with extension shtml work at location fcgi but not on location fcgiUNC defined with the UNC name and the LOCATION directive nor on fcgiDIR defined with the DIRECTORY directive. The other options (#exec cgi=, flastmod etc.) are ok. >How-To-Repeat: I added in SRM.CONF AddHandler cgi-script .exe AddType text/html .shtml AddHandler server-parsed .shtml and in ACCESS.CONF Alias /fcgi/ g:/fcgibin/ Alias /fcgiUNC/ //AICHTAL-AICH/FCGISHARE/ Alias /fcgiDIR/ //AICHTAL-AICH/FCGISHARE/ Alias /fcgiI/ I:/ #Options All Options Indexes Includes FollowSymLinks ExecCGI order allow,deny allow from all DirectoryIndex xxxxxxx.html AddHandler cgi-script .fcgi Options Indexes Includes FollowSymLinks ExecCGI order allow,deny allow from all DirectoryIndex xxxxxxx.html Options Indexes Includes FollowSymLinks ExecCGI order allow,deny allow from all Options Indexes Includes FollowSymLinks ExecCGI order allow,deny allow from all DirectoryIndex xxxxxxx.html >Fix: >Audit-Trail: State-Changed-From-To: open-feedback State-Changed-By: kparz@raleigh.ibm.com State-Changed-When: Mon Nov 9 05:44:21 PST 1998 State-Changed-Why: There were problems in the routine os_canonical_filename which did not handle UNC names correctly. This routine has been rewritten, and should handle UNCs better now. Please try again using the latest CVS or the next release and report back. Thanks for using Apache! Comment-Added-By: kparz@raleigh.ibm.com Comment-Added-When: Thu Jan 28 08:13:08 PST 1999 Comment-Added: [This is a standard response.] This Apache problem report has not been updated recently. Please reply to this message if you have any additional information about this issue, or if you have answers to any questions that have been posed to you. If there are no outstanding questions, please consider this a request to try to reproduce the problem with the latest software release, if one has been made since last contact. If we don't hear from you, this report will be closed. If you have information to add, BE SURE to reply to this message and include the apbugs@Apache.Org address so it will be attached to the problem report! State-Changed-From-To: feedback-closed State-Changed-By: kparz@raleigh.ibm.com State-Changed-When: Mon Feb 22 06:54:31 PST 1999 State-Changed-Why: [This is a standard response.] No response from submitter, assuming issue has been resolved. >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [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! ]