diff --git a/tasks/php53.yml b/tasks/php53.yml
index 4de3c75b92672b87c4a2bf50565592e40c0dd196..3e471cbfe39dc0b465462994d35e27e10d4764aa 100644
--- a/tasks/php53.yml
+++ b/tasks/php53.yml
@@ -8,6 +8,8 @@
   with_items:
     - '/etc/php5/cli53/conf.d/'
     - '/etc/php5/cgi53/conf.d/'
+    - '/etc/php5/fpm/conf.d/'
+    - '/etc/php5/fpm/pool.d/'
 
 - name: "Check PHP 5.3 Requirement"
   shell: php --version
@@ -37,7 +39,7 @@
   - name: "Compile PHP 5.3"
     shell: "{{ item }} chdir=/tmp/php53/php-5.3.29"
     with_items:
-      - ./configure --with-libdir=/lib/x86_64-linux-gnu --enable-mbstring --enable-sockets --with-zlib --with-openssl=/usr --enable-zip --with-imap-ssl
+      - ./configure --with-libdir=/lib/x86_64-linux-gnu --enable-fpm --enable-mbstring --enable-sockets --with-zlib --with-openssl=/usr --enable-zip --with-imap-ssl
       - make
       - make install