I'm trying to create a virtualhost here in the company, but it does not work. The funny thing is that I created the same way of other virtualhosts that are working normally.
Follow the example below:
VirtualHost 1
<VirtualHost *>
ServerName manobra.henriquestefani.com.br
DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/bpm/intranet"
</VirtualHost>
VirtualHost 2
<VirtualHost *>
ServerName retornoviagem.henriquestefani.com.br
DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/retornoviagem"
</VirtualHost>
The virtualhost1 works normally, whereas the virtualhost2 does not.