You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then add the following to your VirtualHost config:
104
+
105
+
```
106
+
<FilesMatch ^index\.php$>
107
+
SetHandler "proxy:fcgi://127.0.0.1:5000"
108
+
</FilesMatch>
109
+
```
110
+
111
+
Go to `http://127.0.0.1/index.php` to test your setup. Note that index.php needs
112
+
to exist but could be an empty file.
113
+
114
+
115
+
### Apache 2.0 - 2.2
92
116
93
117
If you wish to configure your FastCGI application to work with the apache web server, you can use the apache FastCGI module to process manage your application.
0 commit comments