WordPress, Apache and PHP-FPM
-
Hello,
I’ve set up PHP-FPM with my Apache. Tried the proxypassmatch directives found at:https://wiki.apache.org/httpd/PHP-FPM
In particular, I included this:
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000/path/to/your/documentroot/$1However, it seems that I need something more, since my website now does not appear as expected. CSS, JS, timthumb do not seem to work. I would appreciate some help on the regular expressions needed.
- The topic ‘WordPress, Apache and PHP-FPM’ is closed to new replies.