diff --git a/mythweb.conf.apache b/mythweb.conf.apache
index c2a4f00..a617662 100644
|
a
|
b
|
|
| 104 | 104 | # doesn't support php_value, or things like memory_limit aren't working |
| 105 | 105 | # as expected, then use these settings as examples for your own php.ini |
| 106 | 106 | # files. |
| 107 | | php_value safe_mode 0 |
| 108 | | php_value register_globals 0 |
| 109 | | php_value magic_quotes_gpc 0 |
| | 107 | # php_value safe_mode 0 |
| | 108 | # php_value register_globals 0 |
| | 109 | # php_value magic_quotes_gpc 0 |
| 110 | 110 | php_value file_uploads 0 |
| 111 | 111 | php_value allow_url_fopen On |
| 112 | 112 | |
| 113 | 113 | php_value zlib.output_handler Off |
| 114 | | php_value output_handler NULL |
| | 114 | # php_value output_handler NULL |
| 115 | 115 | |
| 116 | 116 | # If you have a large number of channels, you may need to increase |
| 117 | 117 | # this value to prevent PHP from running out of memory during |
| … |
… |
|
| 129 | 129 | # php_value max_execution_time 120 |
| 130 | 130 | |
| 131 | 131 | # Note: php_flag does not work in older versions of php |
| 132 | | php_flag output_handler "NULL" |
| | 132 | # php_flag output_handler "NULL" |
| 133 | 133 | |
| 134 | 134 | </Files> |
| 135 | 135 | |