Changeset 5 for cpc/trunk/project/config
- Timestamp:
- Jul 1, 2009, 4:11:01 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/config/vhost.sample
r2 r5 1 # Be sure to only have this line once in your configuration 2 NameVirtualHost 127.0.0.1:80 3 4 # This is the configuration for cpc 5 Listen 127.0.0.1:80 6 7 <VirtualHost 127.0.0.1:80> 8 ServerName cpc.localhost 1 <VirtualHost *:80> 2 ServerName cpc.tangui.eu.org 9 3 DocumentRoot "/home/cpc/project/web" 10 4 DirectoryIndex index.php … … 14 8 </Directory> 15 9 16 Alias /sf "/home/cpc/symfony -1.2.7/data/web/sf"17 <Directory "/home/cpc/symfony -1.2.7/data/web/sf">10 Alias /sf "/home/cpc/symfony/data/web/sf" 11 <Directory "/home/cpc/symfony/data/web/sf"> 18 12 AllowOverride All 19 13 Allow from All
Note: See TracChangeset
for help on using the changeset viewer.