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
http://localhost:8000 just lists index.php and index_bak.html
Is there a way to configure apache2 to work with php? I know there are apache2-php container but I'd like to see if it's possible to change the php configuration?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have these containers
I can access ctn_httpd and ctn_php using
podman exec -it ctn_httpd sh
I made a copy of index.php into apach2 htdocs and rename index.html to index_bak.html
podman cp index.php ctn_httpd:/usr/local/apache2/htdocs
http://localhost:8000
just lists index.php and index_bak.htmlIs there a way to configure apache2 to work with php? I know there are apache2-php container but I'd like to see if it's possible to change the php configuration?
Beta Was this translation helpful? Give feedback.
All reactions