| Giorgi Lekveishvili | 285ab62 | 2023-11-22 13:50:45 +0400 | [diff] [blame] | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more |
| 2 | # contributor license agreements. See the NOTICE file distributed with |
| 3 | # this work for additional information regarding copyright ownership. |
| 4 | # The ASF licenses this file to You under the Apache License, Version 2.0 |
| 5 | # (the "License"); you may not use this file except in compliance with |
| 6 | # the License. You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | # |
| 16 | # |
| 17 | # envvars-std - default environment variables for apachectl |
| 18 | # |
| 19 | # This file is generated from envvars-std.in |
| 20 | # |
| 21 | if test "x$LD_LIBRARY_PATH" != "x" ; then |
| 22 | LD_LIBRARY_PATH="/usr/lib:$LD_LIBRARY_PATH" |
| 23 | else |
| 24 | LD_LIBRARY_PATH="/usr/lib" |
| 25 | fi |
| 26 | export LD_LIBRARY_PATH |
| 27 | # |
| 28 | |
| 29 | # this won't be correct after changing uid |
| 30 | unset HOME |
| 31 | |
| 32 | # Since there is no sane way to get the parsed apache2 config in scripts, some |
| 33 | # settings are defined via environment variables and then used in apache2ctl, |
| 34 | # /etc/init.d/apache2, /etc/logrotate.d/apache2, etc. |
| 35 | export APACHE_RUN_USER=gerrit |
| 36 | export APACHE_RUN_GROUP=users |
| 37 | # Only /var/log/apache2 is handled by /etc/logrotate.d/apache2. |
| 38 | export APACHE_LOG_DIR=/var/log/apache2$SUFFIX |
| 39 | |
| 40 | ## Uncomment the following line to use the system default locale instead: |
| 41 | #. /etc/default/locale |
| 42 | |
| 43 | export LANG |