Changes between Initial Version and Version 1 of Ticket #931
- Timestamp:
- 03/13/16 23:02:51 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #931
- Property Status new → closed
- Property Resolution → invalid
-
Ticket #931 – Description
initial v1 4 4 5 5 debug.log: 6 {{{ 6 7 2016/03/13 09:32:20 [debug] 16419#0: accept on 0.0.0.0:80, ready: 0 7 8 2016/03/13 09:32:20 [debug] 16419#0: posix_memalign: 00007F6A8C587EB0:256 @16 … … 197 198 2016/03/13 09:32:20 [debug] 16419#0: *16 recv() not ready (11: Resource temporarily unavailable) 198 199 2016/03/13 09:32:20 [debug] 16419#0: *16 free: 00007F6A8C4C6B30 200 }}} 199 201 200 202 more error.log 203 {{{ 201 204 2016/03/13 09:18:04 [notice] 16418#0: signal process started 205 }}} 202 206 (note that was some time before my attempt to connect). 203 207 … … 206 210 My nginx.conf: 207 211 212 {{{ 208 213 server { 209 214 server_name людмилавахнина.рф; … … 226 231 } 227 232 } 233 }}} 228 234 229 235 I don't have much memory on the machine, but probably that should be enough, 236 {{{ 230 237 $ free 231 238 total used free shared buff/cache available 232 239 Mem: 262144 136308 19444 5756 106392 46756 233 240 Swap: 0 0 0 241 }}}