Tôi chắc rằng câu hỏi này đang được hỏi nhiều lần nhưng tôi không gặp phải vấn đề gì. Tôi đang sử dụng XAMPP nơi tôi định cấu hình khung công tác Zend.
XAMPP đang chạy trên cổng 8081 vì 80 đang bị chiếm bởi một số quy trình Windows. Tôi cần sử dụng máy chủ ảo để cấu hình bằng mã sau trong C:/xampp/apache/config/extra/httpd-vhosts.config
(hoặc C:/xampp/apache/conf/extra/httpd-vhosts.conf
trong các bản phát hành mới hơn).
<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>
và cũng cập nhật tệp máy chủ 127.0.0.1 comm-app.local
và cố gắng khởi động lại apache nhưng nó đang hiển thị lỗi.
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