Szerver beállítások (WinXP)

Apache szerver konfigurálása (http.conf végéhez hozzáfűzhető) VirtualHost létrehozására

NameVirtualHost 127.0.0.1:80
 
<VirtualHost 127.0.0.1:80>
             ServerName jobeet
 
             DocumentRoot "c:/ProjectCVS/dev/web/symfony/web"
             DirectoryIndex index.php
             <Directory "c:/ProjectCVS/dev/web/symfony/web">
                        AllowOverride All
                        Allow from All
             </Directory>
             Alias /sf   "c:/ProjectCVS/dev/web/symfony/data/web/sf"
             <Directory "c:/ProjectCVS/dev/web/symfony/data/web/sf">
                        AllowOverride All
                        Allow from All
             </Directory>
</VirtualHost>

Ne felejtsük el a szerver nevét beállítani, ha helyi szerveren dolgozunk (c:\WINDOWS\system32\drivers\etc\hosts).