Skip to content

Instantly share code, notes, and snippets.

View christopher-b's full-sized avatar

Christopher Bennell christopher-b

View GitHub Profile
@christopher-b
christopher-b / gist:7cf281a186b94ded0f91277afe13dc1c
Created May 10, 2018 18:50
Apache - log real IP for proxied requests
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
@christopher-b
christopher-b / file_zapper.rb
Last active May 22, 2019 21:21
Canvas FileZapper
# 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
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