Skip to content

Commit

Permalink
Fix apache config
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilbert Jeiziner committed Mar 19, 2014
2 parents 677c7d4 + 59b176a commit cae841e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apache/wsgi.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RewriteRule ^${apache_entry_path}reframe/lv03tolv95(.*)$ http://tc-geodesy.bgdi.
</Location>

# Print
RewriteRule ^${apache_entry_path}(print)(.*)$ /${vars:apache_base_path}/wsgi/$1$2 [PT]
RewriteRule ^/${apache_base_path}/(print)(.*)$ /${vars:apache_base_path}/wsgi/$1$2 [PT]

# define a process group
# WSGIDaemonProcess must be commented/removed when running the project on windows
Expand Down

0 comments on commit cae841e

Please sign in to comment.