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

          Priority: P2
            Bug ID: 54029
          Assignee: [email protected]
           Summary: Having SetEnv in .htaccess file stopped woriking in
                    Apache 2.4
          Severity: major
    Classification: Unclassified
                OS: Solaris
          Reporter: [email protected]
          Hardware: Sun
            Status: NEW
           Version: 2.4.3
         Component: Core
           Product: Apache httpd-2

Created attachment 29497
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=29497&action=edit
httpd.conf for our 2.2.15 Apache installation

A .htaccess file using SetEnv doesn't do anything in Apache 2.4.3, while it did
in Apache 2.2.15.

The .htaccess file (unchanged from Apache 2.2.15):

SetEnv LD_LIBRARY_PATH
/usr/lib:/opt/SUNWmotif/lib:/opt/x11r6/lib:/usr/openwin/lib:/usr/ucblib:/aopt/rational/releases/purify.sol.7.0.1/cache/sol8/usr/lib:/home/klim1/public_html/webls_lib:/home/klim1/public_html/webls_lib:/home/klim1/ARSperl/lib_701
AuthName "mobility.ih WebServer (Enter your web ID)"
AuthUserFile /info/www/dataweb/data/store/admin/.htpasswd
AuthGroupFile /home/klim1/.domestic_wtsc
AuthType Basic
<Limit GET POST>
require group domestic_wtsc
</Limit>

Basically the SetEnv directive does not change the LD_LIBRARY_PATH.

I have attached the 2.2.15 httpd.conf file.  Will attempt to attache the 2.4.3
httpd.conf after submitting the bug report.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to