This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined | |
LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" proxy | |
SetEnvIf X-Forwarded-For "^.*\..*\..*\..*" forwarded | |
CustomLog "logs/access_log" combined env=!forwarded | |
CustomLog "logs/access_log" proxy env=forwarded | |
# From http://www.techstacks.com/howto/log-client-ip-and-xforwardedfor-ip-in-apache.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Canvas FileZapper. Zap yer files. | |
# Monkey patch the File class. | |
# This is to work around a bug in gems/attachment_fu/lib/attachment_fu#detect_mimetype. | |
# During att.make_childless, Canvas will call attachment.uploaded_data = data, data being a File | |
# instance. Attachment#uploaded_data= will call detect_mimetype with data, but will fail if data | |
# does not respond to #content_type. So we add the content_type method, using the same code that | |
# detect_mimetype would use anyways. | |
class File | |
def content_type |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
database_1 | 2021-10-18 15:32:24 40 [Warning] Aborted connection 40 to db: 'pantheon' user: 'pantheon' host: '172.20.0.6' (Got an error reading communication packets) | |
database_1 | /launch.sh: line 11: 19 Killed /opt/bitnami/scripts/mariadb/entrypoint.sh /opt/bitnami/scripts/mariadb/run.sh | |
ocaduca_database_1 exited with code 137 | |
appserver_1 | NOTICE: PHP message: Failed to log error: Warning: session_write_close(): Failed to write session data with "Drupal\Core\Session\WriteSafeSessionHandler" handler in Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->Symfony\Component\HttpFoundation\Session\Storage\{closure}() (line 262 of /app/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php). #0 /app/web/core/includes/bootstrap.inc(600): _drupal_error_handler_real(2, 'session_write_c...', '/app/vendor/sym...', 266, NULL) | |
appserver_1 | #1 /app/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php(262): _drupal_er |
OlderNewer