Changes between Version 92 and Version 93 of ServerIntro
- Timestamp:
- Jan 19, 2017, 12:47:40 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerIntro
v92 v93 228 228 }}} 229 229 230 On Debian and Ubuntu Apache's cgi module is not enabled by default. Use the following command to enable it: 231 {{{ 232 sudo a2enmod cgi 233 }}} 234 230 235 === PHP configuration === 231 236