Zend framework setup

I am learning zend framework and I want to ask how to initially setup my app.
So my tutorial has this but I can use only control panel

For Apache users, a basic virtual hosts setting for this would be something like:
Listen 8080
<VirtualHost *:8080>
DocumentRoot /Users/keithpope/Sites/hellozend/public
</VirtualHost>

can I set domain Path at control panel with the same result?
Or what else?

You should ask your hosting company if they allow you to use different ports. If not, you could always get a second domain name, setup a new web site and just use port 80 on that site running ZEND Framework.

Or, you could load apache, php, etc. on your computer and use it to learn.