Home > Article > Backend Development > After compiling php7, how to make apache support php7
I did not add the -with-apxs2 parameter when compiling php7. After compiling, I found that the server cannot parse php. How can I make apache support php7 without recompiling php7? Is it adding a php module to apache? Thank you