Skip to content

Instantly share code, notes, and snippets.

View taberrr's full-sized avatar
🏠
Working from home

Taber taberrr

🏠
Working from home
  • USA
View GitHub Profile
@dbox
dbox / section-centering
Last active December 23, 2015 17:49
Centering without using an inner element via @LeaVerou
section {
width: 700px;
padding: 0 calc(50% - 350px);
}
@vitkin
vitkin / README.md
Last active August 5, 2021 19:19
Backport WebSocket to Apache 2.2 that doesn't modify the 'mod_utils.c' and the 'mod_proxy.h'. See the 'README.md' for details and instructions.

Backport WebSocket to Apache 2.2

This is my variation from the original patch and that also includes the suggested correction for the bug with secure websocket 'wss://'.

The difference is that I avoid modifying the mod_utils.c and the mod_proxy.h so that if the mod_proxy module has been embedded in the main httpd binary then it will work and you won't get the