Sethandler fcgi proxy not working on Ubuntu 14.04/Apache 2.4.7 php7.2-fpmUbuntu 14.04 Apache 2.4.7 manage multiple php versionsSetting up PHPMyAdmin on a server running Apache2 and PHP-FastCGIPHP-FPM is not working as expectedQ: Ubuntu 14.04 + Apache + suexec + php5-fpm run as user and group?Vagrant machine with Apache 2.4 and PHP 5.2 generates Internal Server ErrorUpload files with Apache & PHP-FPMApache2 server not displaying php file, only downloading itApache proxy fcgi errorPHP 7.2: no additional .ini files parsedphpmyadmin is not working on ubuntu 14.04Apache not starting in Ubuntu 16.04 running Virtualmin and http 2.0
Parallel resistance in electric circuits
What explanation do proponents of a Scotland-NI bridge give for it breaking Brexit impasse?
How would you control supersoldiers in a late iron-age society?
sed replacing character in a file
Is there a real-world mythological counterpart to WoW's "kill your gods for power" theme?
What 68-pin connector is this on my 2.5" solid state drive?
Why the car dealer is insisting on loan instead of cash
If the gambler's fallacy is false, how do notions of "expected number" of events work?
How do we know that black holes are spinning?
Make 1998 using the least possible digits 8
How to control the output voltage of a solid state relay
Permutations in Disguise
Are there any “Third Order” acronyms used in space exploration?
What is the name of this Allen-head furniture fastener?
Why does the speed of sound decrease at high altitudes although the air density decreases?
Bit one of the Intel 8080's Flags register
What officially disallows US presidents from driving?
Can derivatives be defined as anti-integrals?
How can I discourage sharing internal API keys within a company?
ColorFunction based on array index in ListLinePlot
What next step can I take in solving this sudoku?
Is using gradient descent for MIP a good idea?
Interaction between Teferi Time Raveler and Enduring Ideal
Can I tap all my opponent's lands while they're casting a spell to negate it?
Sethandler fcgi proxy not working on Ubuntu 14.04/Apache 2.4.7 php7.2-fpm
Ubuntu 14.04 Apache 2.4.7 manage multiple php versionsSetting up PHPMyAdmin on a server running Apache2 and PHP-FastCGIPHP-FPM is not working as expectedQ: Ubuntu 14.04 + Apache + suexec + php5-fpm run as user and group?Vagrant machine with Apache 2.4 and PHP 5.2 generates Internal Server ErrorUpload files with Apache & PHP-FPMApache2 server not displaying php file, only downloading itApache proxy fcgi errorPHP 7.2: no additional .ini files parsedphpmyadmin is not working on ubuntu 14.04Apache not starting in Ubuntu 16.04 running Virtualmin and http 2.0
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I need to run PHP 5.6 with mod_php and PHP 7.2 with php-fpm/mod-fastcgi parallel on a Ubuntu 14.04 machine.
On a different machine with Ubuntu 16.04, Apache 2.4 and PHP 7.1/mod_php and PHP 7.2/php-fpm everything works as expected.
My steps:
apt install libapache2-mod-fastcgi php7.2-fpm php7.2 php7.2-common
a2enmod actions fastcgi alias proxy_fcgi
I set up an fpm conf file with a different pool name, username and group, socket file /var/run/php/php7.2-fpm-mysite.sock.
Service php7.2-fpm is started and the socket file is created.
Docroot owner for the virtual host is set to the username and group given in the fmp conf file.
I added the follwoing lines to the virtual host:
<FilesMatch .php$>
SetHandler "proxy:unix:/var/run/php/php7.2-fpm-mysite.sock|fcgi://localhost/"
</FilesMatch>
On the Ubuntu 16.04 machine, everything works fine. The one virtual host is using php-fpm 7.2, all other sites are still using the php_mod 7.1.
Then I repeated all these steps on the Ubuntu 14.04 machine. I had no errors, but when browsing a web page, the PHP code is printed in plain.
The proxy is not working obviously, but I have no idea why. Socket file is created, no errors in php-fpm log.
All other pages on the Ubuntu 14.04 machine with mod_php 5.6 are working as expected.
Thanks in advance for any help. I can provide more config if needed.
Best regards
Matthias
php apache2 fastcgi
add a comment
|
I need to run PHP 5.6 with mod_php and PHP 7.2 with php-fpm/mod-fastcgi parallel on a Ubuntu 14.04 machine.
On a different machine with Ubuntu 16.04, Apache 2.4 and PHP 7.1/mod_php and PHP 7.2/php-fpm everything works as expected.
My steps:
apt install libapache2-mod-fastcgi php7.2-fpm php7.2 php7.2-common
a2enmod actions fastcgi alias proxy_fcgi
I set up an fpm conf file with a different pool name, username and group, socket file /var/run/php/php7.2-fpm-mysite.sock.
Service php7.2-fpm is started and the socket file is created.
Docroot owner for the virtual host is set to the username and group given in the fmp conf file.
I added the follwoing lines to the virtual host:
<FilesMatch .php$>
SetHandler "proxy:unix:/var/run/php/php7.2-fpm-mysite.sock|fcgi://localhost/"
</FilesMatch>
On the Ubuntu 16.04 machine, everything works fine. The one virtual host is using php-fpm 7.2, all other sites are still using the php_mod 7.1.
Then I repeated all these steps on the Ubuntu 14.04 machine. I had no errors, but when browsing a web page, the PHP code is printed in plain.
The proxy is not working obviously, but I have no idea why. Socket file is created, no errors in php-fpm log.
All other pages on the Ubuntu 14.04 machine with mod_php 5.6 are working as expected.
Thanks in advance for any help. I can provide more config if needed.
Best regards
Matthias
php apache2 fastcgi
add a comment
|
I need to run PHP 5.6 with mod_php and PHP 7.2 with php-fpm/mod-fastcgi parallel on a Ubuntu 14.04 machine.
On a different machine with Ubuntu 16.04, Apache 2.4 and PHP 7.1/mod_php and PHP 7.2/php-fpm everything works as expected.
My steps:
apt install libapache2-mod-fastcgi php7.2-fpm php7.2 php7.2-common
a2enmod actions fastcgi alias proxy_fcgi
I set up an fpm conf file with a different pool name, username and group, socket file /var/run/php/php7.2-fpm-mysite.sock.
Service php7.2-fpm is started and the socket file is created.
Docroot owner for the virtual host is set to the username and group given in the fmp conf file.
I added the follwoing lines to the virtual host:
<FilesMatch .php$>
SetHandler "proxy:unix:/var/run/php/php7.2-fpm-mysite.sock|fcgi://localhost/"
</FilesMatch>
On the Ubuntu 16.04 machine, everything works fine. The one virtual host is using php-fpm 7.2, all other sites are still using the php_mod 7.1.
Then I repeated all these steps on the Ubuntu 14.04 machine. I had no errors, but when browsing a web page, the PHP code is printed in plain.
The proxy is not working obviously, but I have no idea why. Socket file is created, no errors in php-fpm log.
All other pages on the Ubuntu 14.04 machine with mod_php 5.6 are working as expected.
Thanks in advance for any help. I can provide more config if needed.
Best regards
Matthias
php apache2 fastcgi
I need to run PHP 5.6 with mod_php and PHP 7.2 with php-fpm/mod-fastcgi parallel on a Ubuntu 14.04 machine.
On a different machine with Ubuntu 16.04, Apache 2.4 and PHP 7.1/mod_php and PHP 7.2/php-fpm everything works as expected.
My steps:
apt install libapache2-mod-fastcgi php7.2-fpm php7.2 php7.2-common
a2enmod actions fastcgi alias proxy_fcgi
I set up an fpm conf file with a different pool name, username and group, socket file /var/run/php/php7.2-fpm-mysite.sock.
Service php7.2-fpm is started and the socket file is created.
Docroot owner for the virtual host is set to the username and group given in the fmp conf file.
I added the follwoing lines to the virtual host:
<FilesMatch .php$>
SetHandler "proxy:unix:/var/run/php/php7.2-fpm-mysite.sock|fcgi://localhost/"
</FilesMatch>
On the Ubuntu 16.04 machine, everything works fine. The one virtual host is using php-fpm 7.2, all other sites are still using the php_mod 7.1.
Then I repeated all these steps on the Ubuntu 14.04 machine. I had no errors, but when browsing a web page, the PHP code is printed in plain.
The proxy is not working obviously, but I have no idea why. Socket file is created, no errors in php-fpm log.
All other pages on the Ubuntu 14.04 machine with mod_php 5.6 are working as expected.
Thanks in advance for any help. I can provide more config if needed.
Best regards
Matthias
php apache2 fastcgi
php apache2 fastcgi
asked Mar 28 at 10:51
Matthias S.Matthias S.
162 bronze badges
162 bronze badges
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
I got it. Because Apache 2.4.7 does not support socket file, I had to use ProxyPassMatch
add a comment
|
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55395752%2fsethandler-fcgi-proxy-not-working-on-ubuntu-14-04-apache-2-4-7-php7-2-fpm%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I got it. Because Apache 2.4.7 does not support socket file, I had to use ProxyPassMatch
add a comment
|
I got it. Because Apache 2.4.7 does not support socket file, I had to use ProxyPassMatch
add a comment
|
I got it. Because Apache 2.4.7 does not support socket file, I had to use ProxyPassMatch
I got it. Because Apache 2.4.7 does not support socket file, I had to use ProxyPassMatch
answered Mar 28 at 14:34
Matthias S.Matthias S.
162 bronze badges
162 bronze badges
add a comment
|
add a comment
|
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55395752%2fsethandler-fcgi-proxy-not-working-on-ubuntu-14-04-apache-2-4-7-php7-2-fpm%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown