php7_module is the name of the module used by Apache to load the PHP preprocessor.
The module file of the PHP preprocessor (that is, php7apache2_4.dll) is in the PHP installation directory, that is, in Your php (mine is called php) in the same folder as apache is in the file, as shown in the figure (recommended learning: PHP programming from entry to proficiency)
<?php phpinfo(); ?>
It’s quite simple to say, but it won’t be that simple to do. A small mistake may lead to failure, so you have to be patient.
The above is the detailed content of Where is the php processing module of apache?. For more information, please follow other related articles on the PHP Chinese website!