Skip to content

Commit

Permalink
Merge branch 'release/2.0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoelr committed Aug 26, 2016
2 parents 5715901 + 0aaa4ec commit 6ecfe86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Docker Image/bin/create-user-from-directory-owner
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ create_user_from_directory_owner() {
echo "[Apache User] Created user for uid ($owner_id), and named it '$owner'"
fi

sed -i "s/APACHE_RUN_USER=www-data/APACHE_RUN_USER=$owner/g" /etc/apache2/envvars
sed -i "s/APACHE_RUN_GROUP=www-data/APACHE_RUN_GROUP=$group/g" /etc/apache2/envvars
#sed -i "s/APACHE_RUN_USER=www-data/APACHE_RUN_USER=user/g" /etc/apache2/envvars
#sed -i "s/APACHE_RUN_GROUP=www-data/APACHE_RUN_GROUP=user/g" /etc/apache2/envvars
echo "[Apache User] Set Apache user to $owner and group to $group"

return 0
Expand Down
6 changes: 5 additions & 1 deletion Docker Image/mods-available/xdebug.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ xdebug.remote_autostart=0

; display config
xdebug.cli_color=1
xdebug.var_display_max_depth=4
xdebug.var_display_max_depth=4

; profiler settings
xdebug.profiler_enable_trigger=1
xdebug.profiler_output_name=cachegrind.out.%t.%R

0 comments on commit 6ecfe86

Please sign in to comment.