Eminim bu soru defalarca sorulmaktadır ama bir sorunla karşılaşmıyorum. Zend çerçevesini yapılandırdığım yerde XAMPP kullanıyorum.
XAMPP 8081 numaralı bağlantı noktasında çalışıyor, çünkü 80 bazı Windows işlemleri tarafından kullanılıyor. Bunun için aşağıdaki kodla C:/xampp/apache/config/extra/httpd-vhosts.config
(veya C:/xampp/apache/conf/extra/httpd-vhosts.conf
daha yeni sürümlerde) yapılandırdığım sanal ana bilgisayar kullanmam gerekiyor .
<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>
ve ayrıca hosts dosyasını ile güncelleyin ve apache'yi 127.0.0.1 comm-app.local
yeniden başlatmayı deneyin, ancak hata gösteriyor.
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