apache httpd: A typical virtualhost

引用

<VirtualHost myjoomla.kent.net:80>

        ServerName myjoomla.kent.net

        DocumentRoot /home/kent/dev/phpws/joomla25

        <Directory />

                Options FollowSymLinks

                AllowOverride None

        </Directory>

</VirtualHost>

Leave a Comment

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.