Score:0

What Should I Use in place of FastCGI in Apache2 Container for Connecting PHP Backend Container In ECS Fargate

id flag

I did't want to use FastCGI in apache2, what should i use in place of FastCGI , for Connecting PHP Backend?

<VirtualHost *:80> ServerName localhost DocumentRoot /var/www/html

<Directory ~ "/var/www/html"> Options Indexes FollowSymlinks MultiViews AllowOverride All Require all granted

<FilesMatch "\.php$">
  Require all granted
  SetHandler proxy:fcgi://php.local:9000
  
</FilesMatch>
in flag
Welcome to AskUbuntu. Unfortunately there is nothing workable here for anyone to begin to offer any sort of answer. Could you [edit] your question to include: (0) the version of Ubuntu your server is running (1) *why* you are not keen on using FastCGI (2) what sort of website is being hosted (3) the expected amount of traffic (4) the available server resources (dedicated CPU/RAM/Storage) (5) any other information that may offer insight into the goals you're trying to accomplish. With this, it may be possible to offer some alternatives. Otherwise, any guesses provided may just waste your time.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.