You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2009/05/19 15:44:59 UTC

DO NOT REPLY [Bug 47220] New: Access to environment variables

https://issues.apache.org/bugzilla/show_bug.cgi?id=47220

           Summary: Access to environment variables
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: mod_substitute
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: marc.stern@approach.be


It would be great to have access to environment variables, like
 Substitute s/%{HTTP_HOST}/www.mycompany.com/in
or
 Substitute s/www.mycompany.com/%{HTTP_HOST}/n

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47220] Access to environment variables

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47220

William A. Rowe Jr. <wr...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Depends on|                            |51258
         Resolution|DUPLICATE                   |

--- Comment #2 from William A. Rowe Jr. <wr...@apache.org> 2011-05-24 16:44:38 UTC ---
This was not a duplicate.  You may indicate it is 'resolved by' your
contribution,
but this ticket indicated a specific request with a specific scope.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47220] Access to environment variables

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47220

horowity@checkpoint.com <ho...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #1 from horowity@checkpoint.com <ho...@gmail.com> 2011-05-24 13:28:11 UTC ---


*** This bug has been marked as a duplicate of bug 51258 ***

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 47220] Access to environment variables

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47220

Chris <ch...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|2.5-HEAD                    |2.2.17

--- Comment #3 from Chris <ch...@gmail.com> ---
I've tried the patch specifically to substitute in environment variables
(%{env:var_name}) but it seems to only allow access to local variables created
by the use of 'define' (${var_name}).

Please could you confirm how your code is to be used in this manner?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org