Announcement

Collapse
No announcement yet.

Web server + PHP + mysql/mariadb + cloudlinux for high trafic classifieds several fields DB.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Web server + PHP + mysql/mariadb + cloudlinux for high trafic classifieds several fields DB.

    Hi.
    We have server + Centos 7 64bit + cloudLinux + Directadmin.

    websites will be hosted on this server are PHP/Mysql Databanks (real estate classifieds ads and so on.).
    for example each site has 6 categories that each category has one form with 6-10 search fields and when submit all fields request from database.

    we wanted to use,( apache+nginx proxy+FPM+php selector) beacuse hearing these very good for this type websites.
    but I see:

    it has not ability php-selector with FPM

    is good (apache+nginx proxy+FCGI+phpselector) for this type of Databank-multi fields classifieds ads?

    What is your advice?

    Thanks

  • #2
    Hello,
    PHP-FPM is indeed not compatible with PHP Selector. Instead, you can try using apache+nginx proxy+mod_lsapi + criu(optional)+phpselector
    mod_lsapi is an Apache HTTP Server module based on LiteSpeed Technologies API.
    It works perfectly well with PHP Selector and offers a decent level of performance which even can be boosted with CRIU enabled.

    Comment


    • #3
      > Hello,
      > PHP-FPM is indeed not compatible with PHP Selector. Instead, you can try using apache+nginx proxy+mod_lsapi + criu(optional)+phpselector
      > mod_lsapi is an Apache HTTP Server module based on LiteSpeed Technologies API.
      > It works perfectly well with PHP Selector and offers a decent level of performance which even can be boosted with CRIU enabled.

      mod_lsapi need LiteSpeed or work without installing and buying Litespeed?

      Comment


      • #4
        Hello,
        No, LiteSpeed is a separate web server, while mod_lsapi is a module for Apache. You dont need to install Litespeed to use mod_lsapi.

        Comment


        • #5
          Thanks for guaid me.

          Comment


          • #6
            Are all of fields of this table , yes, for mod_lsapi?

            Comment


            • #7
              Yes, you are correct.

              Comment


              • #8
                Hi
                on installing Directadmin we install 4 (php+web server) and when installing cloud linux installing same 4 PHPs + mod_lsapi?

                Comment


                • #9
                  Hello,
                  After installing DirectAdmin + CloudLinux you will need to install mod_lsapi.
                  Here is the guide: https://docs.cloudlinux.com/apache_m...i/#directadmin

                  Comment


                  • #10
                    What about (openlitespeed+phpselector) in cloudlinux+directadmin?

                    Comment


                    • #11
                      LiteSpeed can be used on CloudLinux+ DirectAdmin. It can be integrated with PHP Selector as well.

                      Comment


                      • #12
                        which is better for cloudlinux+directadmin,high traffic Databank websites multi fields search?

                        OpenLitespeed+PHPselector

                        apache+nginx+Isphp+PHPselector

                        Comment


                        • #13
                          Hello,
                          I dont know. You can test the performance of your websites with both setups and decide which one is better for them.

                          Comment


                          • #14
                            Thanks for help.

                            Comment


                            • #15
                              Hello! Thanks for following up! Please let us know if you have any questions.

                              Comment

                              Working...
                              X