Use environment variables to configure Apache for bulk configuration

Source: Internet
Author: User

Using Apache's DAV assumes a git repository. You need to write a configuration item for each project,

Configuration content is as follows

<directory "/srv/abcdfdfdjkdfjkgjjdhjklfdjjfdfd/project.git/" >####

When the need to redeploy or migrate, the warehouse path can occur variables, need to modify this path, if the project is very much, it is very cumbersome to modify.

Therefore, you can use environment variables to do the configuration.

1. Add one of the/etc/apache2/envvars, for example:

Export Git_repo_path=/srv/www/git/git_repository

2. Use this variable in all the configuration files

<directory "${git_repo_path}/project.git/" >

When a path is changed, only Envvars is required

Note: After you modify env, you must have service apache2 restart to take effect, only reload will not update the variable

Use environment variables to configure Apache for bulk configuration

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.