Re: euphoria-mvc - app:run()
- Posted by jmduro Jan 07, 2021
- 1396 views
Oops, I removed the templates directory when I made some cleaning on my document root folder!
After recreating the templates folder and the index.html file, everything is OK now!
So finally, here are some recommendations:
- verify Apache modules alias, actions and rewrite are loaded: sudo a2query -m | sort
- if not enable them: sudo a2enmod actions; sudo a2enmod alias; sudo a2enmod rewrite
- put Add CGI Handler instructions in a file named /etc/apache2/conf-available/eui4.1.conf
- enable the configuration: sudo a2enconf eui4.1
- reload Apache configuration: sudo systemctl reload apache2
Jean-Marc

