DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43514>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43514 Summary: E-Falg does not pass values in .htaccess Product: Apache httpd-2 Version: 2.2.4 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: mod_rewrite AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I have the following setting in my .htaccess: RewriteCond %{SERVER_NAME} ^domain.de$ RewriteRule ^$|(.*).(xhtml|html|xml) /folder/myPerlScript.pl [E=Test:Test] The perlscript just prints the environment variables: foreach (keys(%ENV)) { print $_,": ",$ENV{$_},"<br/>"; } The result I got is like follows: : SCRIPT_FILENAME: D:/Workspace/folder/myPerlScript.pl REDIRECT_Test: REDIRECT_PERL5LIB: D:/Workspace : Okay, I did not try the newest version of the http server, but as no notice of that occures in the changelog, I guess that this problem is still up to date. I did not try other platforms. Thanks! -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
