Skip to content

Instantly share code, notes, and snippets.

View diemuzi's full-sized avatar
:octocat:
Preparing for the future!

Sammie S. Taunton diemuzi

:octocat:
Preparing for the future!
View GitHub Profile
@diemuzi
diemuzi / celery
Last active September 14, 2020 14:57
Celery
# Path /etc/conf.d/celery
# App instance to use
CELERY_APP="application"
# Absolute or relative path to the 'celery' command:
CELERY_BIN="/home/gwhcp/api.gwhcp.dev/venv/bin/celery"
# Queue IP Addres
CELERY_QUEUE_IP="10.2.1.1"
@diemuzi
diemuzi / README
Last active June 14, 2022 19:49
Nginx + PHP-FPM Configuration
This a Nginx + PHP-FPM Configuration
It contains all the configurations needed to build Nginx + PHP-FPM from source and to configure the services.
Current setup on Nginx 1.7.9 and PHP 5.6.4
If any files are missing, please request them by contacting me at diemuzi@gmail.com
@diemuzi
diemuzi / README
Created October 7, 2012 19:44
Apache 2.2.x / 2.4.x FPM Configuration
This configuration is a working copy which I have tested on Apache 2.2.x and 2.4.x
I highly recommend you use this version of mod_fastcgi as it works with Apache 2.4.x, fastcgi.com version does not!
https://github.com/ByteInternet/libapache-mod-fastcgi
The fastcgi.com version is 2.4.6, the version I am recommending registers as 2.4.7
To patch mod_fastcgi for use with Apache 2.4.x look at the debian/patches folder. It's not specific to Debian OS so don't let that fool you. I personally use Archlinux.
Of course to compile mod_fastcgi: