Estoy seguro de que esta pregunta se hace muchas veces, pero no me encuentro con ningún problema. Estoy usando XAMPP donde configuro el marco Zend.
XAMPP se está ejecutando en el puerto 8081 ya que 80 está siendo ocupado por algún proceso de Windows.Necesito usar un host virtual para eso lo configuro con el siguiente código en C:/xampp/apache/config/extra/httpd-vhosts.config
(o C:/xampp/apache/conf/extra/httpd-vhosts.conf
en versiones más recientes).
<VirtualHost *:80>
ServerName comm-app.local
DocumentRoot "C:/xampp/htdocs/CommunicationApp/public"
SetEnv APPLICATION_ENV "development"
<Directory "C:/xampp/htdocs/CommunicationApp/public"
DirectoryIndex index.php
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
y también actualice el archivo de hosts con 127.0.0.1 comm-app.local
e intente reiniciar Apache, pero muestra un error.
15:03:01 [Apache] Error: Apache shutdown unexpectedly.
15:03:01 [Apache] This may be due to a blocked port, missing dependencies,
15:03:01 [Apache] improper privileges, a crash, or a shutdown by another method.
15:03:01 [Apache] Press the Logs button to view error logs and check
15:03:01 [Apache] the Windows Event Viewer for more clues
15:03:01 [Apache] If you need more help, copy and post this
15:03:01 [Apache] entire log window on the forums