I would like to have a simple httpd server on my codenvy machine in order to run a front-end web app. How do I install it?
相关问题
- Docker task in Azure devops won't accept "$(pw
- Stop .htaccess redirect with query string
- Unable to run mariadb when mount volume
- Unspecified error (0x80004005) while running a Doc
- .htaccess rule, redirecting old unexistent address
Create a workspace with the template "php-default", then a php project. Try run, access the url the "start apache" gave you, and it should work ! I got a running app in less than 3 minutes.