Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The "PHPFPMWordpress" page has been changed by msporleder:
https://wiki.apache.org/httpd/PHPFPMWordpress?action=diff&rev1=1&rev2=2

    AllowOverride FileInfo
    FallbackResource /index.php
   </Directory>
+  <Directory "/var/www/html/blog1.example.com/wp-admin">
+   FallbackResource disabled
+  </Directory>
   ProxyPassMatch ^/(.*\.php(/.*)?)$ 
fcgi://127.0.0.1:9001/var/www/html/blog1.example.com/$1
  </VirtualHost>
  
@@ -33, +36 @@

    Require all granted
    AllowOverride FileInfo
    FallbackResource /index.php
+  </Directory>
+  <Directory "/var/www/html/blog2.example.com/wp-admin">
+   FallbackResource disabled
   </Directory>
   ProxyPassMatch ^/(.*\.php(/.*)?)$ 
fcgi://127.0.0.1:9002/var/www/html/blog2.example.com/$1
  </VirtualHost>

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to