[thelist] Apahe SSI Issues

Frank lists at frankmarion.com
Sat Oct 1 09:41:59 CDT 2005


At 10:21 AM 2005-09-30, you wrote:
><VirtualHost 127.0.0.1>
>         DocumentRoot "C:/ohk"
>         ServerName ohk.com
>
>         <Directory "C:/ohk">
>             Options Indexes FollowSymLinks MultiViews
>                 Options +Includes
>             AddType text/html .shtml
>             AddHandler server-parsed .shtml
>         </Directory>
>
></VirtualHost>


Have you considered using

<VirtualHost *:80>
         DocumentRoot "C:/ohk"
         ServerName ohk.com
         ..
</VirtualHost>

and ensuring that you have 127.0.0.1 ohk.com in your host file?


Frank Marion     lists at frankmarion.com      Keep the signal high.





More information about the thelist mailing list