94 |
+ $OUT .= " Require $allow_from_network\n"; |
+ $OUT .= " Require $allow_from_network\n"; |
95 |
} else { |
} else { |
96 |
- $OUT .= " # Internet access enabled\n"; |
- $OUT .= " # Internet access enabled\n"; |
97 |
+ $OUT .= " Require all granted # Internet access enabled\n"; |
+ $OUT .= " Require all granted \n # Internet access enabled\n"; |
98 |
} |
} |
99 |
- $OUT .= " Satisfy All\n"; |
- $OUT .= " Satisfy All\n"; |
100 |
+ $OUT .= " </RequireAll>\n"; |
+ $OUT .= " </RequireAll>\n"; |
122 |
+ $OUT .= " Require $allow_from_network\n"; |
+ $OUT .= " Require $allow_from_network\n"; |
123 |
} else { |
} else { |
124 |
- $OUT .= " # Internet access enabled\n"; |
- $OUT .= " # Internet access enabled\n"; |
125 |
+ $OUT .= " Require all granted # Internet access enabled\n"; |
+ $OUT .= " Require all granted \n # Internet access enabled\n"; |
126 |
} |
} |
127 |
- $OUT .= " Satisfy All\n"; |
- $OUT .= " Satisfy All\n"; |
128 |
+ $OUT .= " </RequireAll>\n"; |
+ $OUT .= " </RequireAll>\n"; |
129 |
|
|
130 |
$OUT .= " </Location> # /push$gitpath/$git_repository.git\n\n"; |
$OUT .= " </Location> # /push$gitpath/$git_repository.git\n\n"; |
131 |
} |
} |
132 |
|
diff -Nur --no-dereference smeserver-git-1.2.0.old/createlinks smeserver-git-1.2.0/createlinks |
133 |
|
--- smeserver-git-1.2.0.old/createlinks 2022-07-31 23:45:52.845000000 -0400 |
134 |
|
+++ smeserver-git-1.2.0/createlinks 2022-07-31 23:46:54.690000000 -0400 |
135 |
|
@@ -18,7 +18,7 @@ |
136 |
|
#action specific to this package |
137 |
|
#event_link('action', $event, '30'); |
138 |
|
#services we need to restart |
139 |
|
-safe_symlink('restart',"root/etc/e-smith/events/$event/services2adjust/e-smith-httpd"); |
140 |
|
+safe_symlink('restart',"root/etc/e-smith/events/$event/services2adjust/httpd-e-smith"); |
141 |
|
#and Server Manager panel link |
142 |
|
#panel_link('somefunction', 'manager'); |
143 |
|
|