admin
Admin
| Posts: 1542 |  |

|
Re: SwissCenter on relative path - 2008/04/25 03:35
Don't use name based virtual hosting on a home network - create the virtual host on a different port. An example of a working virtual host specification is as follows.
Rob.
| Code: | Listen 8080
<VirtualHost _default_:8080>
DocumentRoot "/srv/www/swisscenter"
<Directory "/srv/www/swisscenter">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<IfModule mod_dir.c>
DirectoryIndex index.html index.php
</IfModule>
</VirtualHost>
|
Player : Pinnacle Showcenter 200 and 1000 (wired ethernet) Server : Windows XP Pro running on an Athlon XP 2200, 768 Mb RAM, 1.8 Tb storage.
|