| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 3 years, 7 months |
| seen | yesterday | |
| stats | profile views | 44 |
|
Nov 21 |
comment |
passenger-status - ERROR: Phusion Passenger doesn't seem to be running @MichaelHampton ok, done. |
|
Nov 21 |
accepted | passenger-status - ERROR: Phusion Passenger doesn't seem to be running |
|
Nov 21 |
answered | passenger-status - ERROR: Phusion Passenger doesn't seem to be running |
|
Sep 29 |
awarded | Yearling |
|
Sep 28 |
awarded | Popular Question |
|
Jun 8 |
awarded | Constituent |
|
Jun 8 |
awarded | Caucus |
|
Sep 29 |
awarded | Yearling |
|
Jul 10 |
comment |
Can wget convert links within a local html document? Can you serve also the images? Using symlinks you can link to a foo/ directory with images, so your localhost path mimics that in relative src paths. Or you can edit html files and place base tag with appropriate href attribute in <head> section. |
|
Jul 8 |
comment |
Can wget convert links within a local html document? I am afraid not. Wget do not support file:// scheme. --input-file is only to read many urls conveniently in a batch manner. |
|
Jul 7 |
comment |
How do I alter the Last-Modified header on NGNIX? Ok, I've got it. I failed at greping previously, If I've done it recursively I would have found it. Thanks for walking me through it. |
|
Jul 7 |
comment |
How do I alter the Last-Modified header on NGNIX? Ok, I'm greping source for identifiers that you are talking about and I've found none of them. I've got things like ngx_http_headers_out and others. We are talking about two different nginx versions. I've got 1.0.4, and what is yours? |
|
Jul 7 |
comment |
How do I alter the Last-Modified header on NGNIX? Good to know, could you point me to a file ? Is it in src/http/ngx_http_header_filter_module.c ? |
|
Jul 7 |
comment |
How do I alter the Last-Modified header on NGNIX? I've checked it with curl -D and after adding add_header Last-MOdified ""; to my nginx.conf, Last-Modified header is no longer there in dump file. |
|
Jul 7 |
answered | How do I alter the Last-Modified header on NGNIX? |
|
Jul 7 |
answered | Can wget convert links within a local html document? |
|
Jun 19 |
comment |
passenger-status - ERROR: Phusion Passenger doesn't seem to be running I've found it! Thanks to your comment. I was blind before. The log entry was about unable to start watchdog because its executable path does not exist. The one of many sites had PassengerRoot set to old path and old version of passenger. And that was causing a problem. Thank you! |
|
Jun 19 |
comment |
passenger-status - ERROR: Phusion Passenger doesn't seem to be running No, nothing related to passenger. I've updated my question, though. |
|
Jun 19 |
revised |
passenger-status - ERROR: Phusion Passenger doesn't seem to be running updating question with fragment of apache error log in response to comment. |
|
Jun 19 |
comment |
passenger-status - ERROR: Phusion Passenger doesn't seem to be running Of course. I've updated my question. |