+ Reply to Thread
Results 1 to 5 of 5

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

  1. #1
    Junior Member
    Join Date
    Jan 2017
    Posts
    16

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

    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?

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,137
    Hello,

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

  3. #3
    Junior Member
    Join Date
    Jan 2017
    Posts
    16
    Quote Originally Posted by Rudi View Post
    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?

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,137
    Make sure that RewriteEngine On is available and enabled in your .htaccess file

    also try to change the following rule like this: AllowOverride All
    Last edited by Rudi; September 4, 2018 at 02:46 AM.

  5. #5
    Junior Member
    Join Date
    Jan 2017
    Posts
    16
    Quote Originally Posted by Rudi View Post
    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

+ Reply to Thread