I have installed the ZendStudio for developing PHP, I wonder need I to install apache?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Zend Studio does not come bundled with a webserver, but you can very much use any webserver you like with Zend Studio, including but not limited to Apache, nginx, lighttpd or even PHP 5.4’s own built-in webserver. However, unless you are using Zend Server for a webserver, integration will be limited.
Note that you only need a locally installed webserver when you want to serve webpages from your local machine. Zend Studio has various system connectors, so you can also work with remote servers or virtual machines. It’s usually better to have the webserver running in a dev environment that is similar to the production site to prevent system setup conflicts.