The server worked just fine with minimal changes to the configuration settings, but things screwed up when I set up vhosts. It works fine again if I remove the vhosts. Here is my vhosts files:
Code: Select all
NameVirtualHost *
<VirtualHost *>
DocumentRoot /home/andrew_hitchcock/www/iis
ServerName microshaft.com
ServerAlias microshaft.com *.microshaft.com
DirectoryIndex index.html
SuExecUserGroup andrew_hitchcock users
<Directory "/home/andrew_hitchcock/www/iis">
Options ExecCGI FollowSymLinks Includes IncludesNOEXEC Indexes MultiViews
AllowOverride none
Order allow,deny
Allow from all
</Directory>
</VirtualHost> Again, any help would be greatly appreciated. Thanks,
Andrew



