Re: euphoria-mvc - app:run()

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu