How to create virtual host on nette

trungtin
Member | 1
+
0
-

Hi every body
I'm developing a costellation of micro services; every micro service is inside a Nette Presenter.
Now, I'd like to create a virtual host in apache foreach micro service ( microservice1.mydomain.com call mydomain.com/nette/www/microservice1 ), but the system return an internal server error.
How can I fix it?
Thanks in advance for ur advice.
Best regards Mirko

chemix
Nette Core | 1266
+
0
-

Hi @trungtin is that error by Apache ? or Nette ? (the red one with more information from Tracy?) or look inside “log” folder, if there are more information.

I used Apache with more virtualhosts without errors.