이 질문이 여러 번 제기되고 있다고 확신하지만 문제가 발생하지 않습니다. Zend 프레임 워크를 구성하는 XAMPP를 사용하고 있습니다.
XAMPP이 실행되고 포트 8081 로 80 것은 내가 코드를 다음과 같이 그 I의 구성에 대한 가상 호스트를 사용할 필요가 일부 Windows 프로세스에 의해 점유되고있는 C:/xampp/apache/config/extra/httpd-vhosts.config
(또는 C:/xampp/apache/conf/extra/httpd-vhosts.conf
새로운 릴리스에서).
<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>
또한 호스트 파일을 업데이트하고 127.0.0.1 comm-app.local
아파치를 다시 시작하려고 시도하지만 오류가 표시됩니다.
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