You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Frank Hess <he...@web.de> on 2001/11/09 09:59:00 UTC

mod_actions/8721: missing slash by using ScriptAlias

>Number:         8721
>Category:       mod_actions
>Synopsis:       missing slash by using ScriptAlias
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    apache
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Fri Nov 09 01:00:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     hess.frank@web.de
>Release:        1.3.22
>Organization:
apache
>Environment:
Win 98, binary version of apache 1.3.22
>Description:
After updating from 1.3.19 to 1.3.22 the following error appears. There is a missing slash
by callign the script c:/programme/php/php_4_0_6php.exe from the server.
Under 1.3.19 the configuration works well.

Configured the httpd.conf as follows:

ScriptAlias /php4/ "c:/Programme/php/php_4_0_6/"
AddType application/x-httpd-php3 .php3
Action application/x-httpd-php3 "/php4/php.exe"

Server to Client:
The requested URL /php4/php.exe/index.php was not found on this server.

Error-Log:
[Fri Nov 09 09:45:01 2001] [error] [client 192.168.0.10] (2)No such file or directory: script not found or unable to stat: c:/programme/php/php_4_0_6php.exe
>How-To-Repeat:
Using win 98 and php. I dont know it this problem also appears under other win os.
>Fix:
no
>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> 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!     ]