Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add apache #5122

Merged
merged 33 commits into from
Aug 6, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
ed9b81f
basic structure for apache conf files
wpears Mar 5, 2019
f196dcd
check in logs and www
wpears Mar 20, 2019
65a6d16
fixup gitignore
wpears Mar 29, 2019
25bf9db
move cfgov_path to end of python path
wpears Apr 9, 2019
dce6b8e
use django staticfiles serving, but alias in apache in production
wpears Jun 26, 2019
65ac47b
add trailing slash
wpears Jun 27, 2019
a2ed58d
templatize alias.conf to make the alias adding operation idempotent
wpears Jul 2, 2019
3f13250
fixup rebase
wpears Jul 10, 2019
16460a4
apache typo in alias
wpears Jul 10, 2019
b2505f2
force alias copy
wpears Jul 10, 2019
baee466
use python27-mod_wsgi
wpears Jul 11, 2019
ca62d25
Remove deprecated hmda.conf file
chosak Jul 15, 2019
9565054
Remove deprecated opendata.conf file
chosak Jul 15, 2019
95fe8b2
Update Apache aliases
chosak Jul 15, 2019
2865ecf
remove duplicated alias
wpears Jul 16, 2019
1a4e283
Use new CFGOV_CURRENT var and use CFGOV_PATH to point to CFGOV_CURREN…
wpears Jul 16, 2019
4ec1cc3
revert wsgi move
wpears Jul 17, 2019
2760bdd
fix static files alias
wpears Jul 17, 2019
16219b4
alias rural tool and provide access to staticsites
wpears Jul 17, 2019
8a759c2
remove duplicate expires header
wpears Jul 18, 2019
c014335
backs out docker-related changes. When merged to master this will sim…
wpears Jul 22, 2019
39a76f3
add maintenance.conf
wpears Jul 25, 2019
813c6ad
remove staticsites section now that rural-or-underserved is wagtail'd
wpears Jul 25, 2019
f627d1b
update redirects.conf
wpears Jul 25, 2019
7b9802b
Merge branch 'master' into add-apache
wpears Jul 30, 2019
1863ce8
Always alias static files
wpears Jul 31, 2019
3317ed7
remove inaccurate comment and apache magic file
wpears Jul 31, 2019
416544a
remove pointless leading tabs
wpears Jul 31, 2019
b1d98b0
Merge branch 'master' into add-apache
wpears Aug 1, 2019
c50a259
Include akamai sureroute aliases
wpears Aug 1, 2019
3f93a8d
add python-home argument to daemon process
wpears Aug 1, 2019
40de583
use access_log var and remove stored log dir
wpears Aug 1, 2019
8bebf5b
Merge branch 'master' into add-apache
wpears Aug 6, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,3 @@ cfgov/regulations3k/jinja2/regulations3k/regulations3k-service-worker.js
##########
cfgov/apache/logs/*
cfgov/apache/modules
cfgov/apache/conf.d/alias.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ Alias /robots.txt ${STATIC_PATH}/robots.txt
Alias /static/f/ ${STATIC_PATH}/nemo/_/f/
wpears marked this conversation as resolved.
Show resolved Hide resolved
# Preserves legacy URL compatibility, but this is not actually using Wordpress
Alias /wp-content/themes/cfpb_nemo/_/ ${STATIC_PATH}/nemo/_/
Alias /static/ ${STATIC_PATH}/
wpears marked this conversation as resolved.
Show resolved Hide resolved