Author: Rich
Email: [EMAIL PROTECTED]
Message:
OK, here is my httpd.conf file, the pertinent sections.

ServerType standalone
ServerRoot "/usr/local/apache"
ServerName 192.168.0.10
DocumentRoot "/usr/local/apache/htdocs"

<Directory />
    Options FollowSymLinks
    AllowOverride None
</Directory>

<Directory /var/tomcat4/webapps>
   Options Indexes
   allow from all
</Directory>

<Directory "/usr/local/apache/htdocs">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

<IfModule mod_mime.c>
    .. other mime types and handlers ...
    AddType application/x-httpd-php .php .php3 .php4 .phtml
</IfModule>

<VirtualHost 192.168.0.201>
    DocumentRoot /home/web/staging/rfox/www
    ServerName rfox.centauri.sbs
</VirtualHost>


--- END HTTPD.CONF ---

My virtual host works as expected from browsers on our lan, with 
http://192.168.0.201/index.php3 being run fine. I can also index 192.168.0.10, the 
main server, with no problems, all files under "/usr/local/apache/htdocs" are indexed 
as expected.

Rich










Reply: <http://www.mnogosearch.org/board/message.php?id=4644>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to