Commit
adf441e678b689e4da1cfcc74c95e417ef0b32d1
Authored by
Athos
Exists in
master
and in
36 other branches
add_super_archives_plugin, automates_core_packing, changes_in_buttons_on_content_panel, colab_fix_automatic_group_creation_bug, gitlab-8.x, gov-user-refactoring, gov-user-refactoring-rails4, gov-user-to-organization, high_contrast, high_contrast_style, institution_modal_on_rating, kalibro-conf-refactoring, kalibro-processor-package, mezuro_spb, packaging_colab_plugins, performance, refactor_software_communities, refactor_software_communities_rails4, refactor_software_for_sisp, refactor_software_info_to_software, register_page, remove-unused-images, removing_super_archives_email, restore, signals_user_noosfero, software_as_organization, spb_minimal_env, stable-4.1, stable-4.2, stable-4.x, stable-5.0, stable-5.1, stable-devel, temp_soft_comm_refactoring, theme_header, thread_page
Merge branch 'cgi-user' into 'master'
Cgi user
Closes #33
See merge request !15
1
| SOCKET=/var/run/fcgiwrap.socket |
1
| SOCKET=/var/run/fcgiwrap.socket |
2
| -OPTIONS="-u nginx -g apache -s $SOCKET -S -M 0600 -C 32 -F 1 -P /var/run/spawn-fcgi.pid -- /usr/sbin/fcgiwrap" |
2
| +OPTIONS="-u mailman -g apache -s $SOCKET -S -M 0660 -C 32 -F 1 -P /var/run/spawn-fcgi.pid -- /usr/sbin/fcgiwrap" |
| @@ -36,6 +36,13 @@ cookbook_file '/etc/sysconfig/spawn-fcgi' do |
| @@ -36,6 +36,13 @@ cookbook_file '/etc/sysconfig/spawn-fcgi' do |
36
| notifies :restart, 'service[spawn-fcgi]' |
36
| notifies :restart, 'service[spawn-fcgi]' |
37
| end |
37
| end |
38
| |
38
| |
| |
39
| +group 'apache' do |
| |
40
| + action 'manage' |
| |
41
| + append true |
| |
42
| + members ['nginx'] |
| |
43
| + notifies :restart, 'service[nginx]' |
| |
44
| +end |
| |
45
| + |
39
| service 'spawn-fcgi' do |
46
| service 'spawn-fcgi' do |
40
| action [:enable, :start] |
47
| action [:enable, :start] |
41
| supports :restart => true |
48
| supports :restart => true |