You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Posteriormente, al final del mismo archivo, agregamos el siguiente bloque si usas php5 ó si tienes php7:
# Use for PHP 5.x:
LoadModule php5_module modules/libphp5.so
AddHandler php5-script php
Include conf/extra/php5_module.conf
# Use for PHP 7.x:
LoadModule php7_module modules/libphp7.so
AddHandler php7-script php
Include conf/extra/php7_module.conf
// para cargar los index.php si se encuentran en el directorio
<IfModule dir_module>
<IfModule php7_module>
DirectoryIndex index.php index.html
<FilesMatch "\.php$">
SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.phps$">
SetHandler application/x-httpd-php-source
</FilesMatch>
</IfModule>
</IfModule>
Creamos un archivo info.php para que nos muestre la configuración del php, agregamos las siguientes lineas
Me sale ese error, ¿Como lo soluciono? ademas que dirreccion debo ingresar para poder ver lo que esta en apache, ayudaaaa!!!!!!!!!!
necesitas cambiar los // por #
entra con el siguiente comando sudo nano /etc/httpd/conf/httpd.conf y donde colocaste el bloque de codigo debes de sustituir la linea 548 en el fragmento de // por #