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

Adding apache test package #111

Merged
merged 17 commits into from
Oct 1, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
Fixing filenames
  • Loading branch information
ycombinator committed Oct 1, 2020
commit be931bcae5eded12823ba92a1f01914f625f5da4
4 changes: 2 additions & 2 deletions test/packages/apache/_dev/deploy/docker/httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ DocumentRoot "/usr/local/apache2/htdocs"
# logged here. If you *do* define an error logfile for a <VirtualHost>
# container, that host's errors will be logged there and not here.
#
ErrorLog "/usr/local/apache2/logs/error_log"
ErrorLog "/usr/local/apache2/logs/error.log"

#
# LogLevel: Control the number of messages logged to the error_log.
Expand Down Expand Up @@ -295,7 +295,7 @@ LogLevel warn
# define per-<VirtualHost> access logfiles, transactions will be
# logged therein and *not* in this file.
#
CustomLog "/usr/local/apache2/logs/access_log" common
CustomLog "/usr/local/apache2/logs/access.log" common

#
# If you prefer a logfile with access, agent, and referer information
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
vars: ~
dataset:
vars:
paths:
- "{{SERVICE_LOGS_DIR}}/access.log*"