PDA

View Full Version : What php handler to choose: FastCGI (Apache) or FastCGI (Nginx+PHP-FPM)



Rodion Kis
September 3, 2018, 07:47 AM
What PHP handler should I choose for the latest flynax release:
FastCGI (Apache) or FastCGI (Nginx+PHP-FPM)?

What else should add into configuration file on server?

Rudi
September 3, 2018, 11:22 AM
Hello,

You'd better use apache because it's easier to configure

Rodion Kis
September 3, 2018, 12:11 PM
Hello,

You'd better use apache because it's easier to configure
When I choose apache and activate option in admin panel "apache rewrite", I'm not able to acess admin panel any longer, though site provided to users works fine.

What should I add into configuration file to have admin panel accessable?

Rudi
September 4, 2018, 02:21 AM
Make sure that RewriteEngine On is available and enabled in your .htaccess file

also try to change the following rule like this: AllowOverride All

Rodion Kis
September 4, 2018, 07:27 PM
Make sure that RewriteEngine On is available and enabled in your .htaccess file

also try to change the following rule like this: AllowOverride All

Done.
No Success