How user's can setup fastcgi for their wordpress..??

vikasverma

New member
Joined
Nov 19, 2022
Messages
1
I need complete guide on how end user setup wordpress with fast CGi .. Pro pack alredy installed on my server.
 
So what do you want to do, you want to use php-fpm instead?


If yes and you have only 1 php version installed, then login as root via SSH and issue these commands:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build set php1_mode php-fpm
./build set mod_ruid2 no
./build set htscanner yes
./build mod_htscanner2
./build php n
./build rewrite_confs

The htscanner commands are if you want people to be able to use .htaccess files. I would advise to use those.
 
Back
Top