Advertisement
wingman007

vhost Apache configuration for ZendServer-CE-5.1.0_B104-5.3.

Jul 18th, 2013
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.49 KB | None | 0 0
  1. # vhost for FMI project on ZendServer-CE-5.1.0_B104-5.3.5-Windows_x86. URL: http://localhost:10122/
  2. Listen 10122
  3. <VirtualHost *:10122>
  4.     DocumentRoot "C:\Documents and Settings\user\fmi\public"
  5.     <Directory "C:\Documents and Settings\user\fmi\public">
  6. #       SetEnv ZF2_PATH "C:\Documents and Settings\user\fmi\vendor\zendframework\zendframework\library"
  7.         SetEnv APPLICATION_ENV development
  8.         Order allow,deny
  9.         Allow from all
  10.         AllowOverride all
  11.   </Directory>
  12. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement