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
# 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" |
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
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 |
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
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: |