Greetings- We are going through a migration from 2.0.54 to 2.2.9 per the request of the developer of a mod we require support for.
On the old server, we had enabled multi-site capabilities. So I enabled the following line in the 2.2.9 config file: # Virtual hosts Include conf/extra/httpd-vhosts.conf In that file I created a single / initial site as follows: <VirtualHost *:80> ServerAdmin [EMAIL PROTECTED] DocumentRoot "E:/Shares/Nehemiah/Websites/CGS/www" ServerName cgs.lds-smb.lueckdatasystems.com ErrorLog logs/cgs-error.log CustomLog logs/cgs-access.log combined RexxSetVar NehemiahConfig "E:/Shares/Nehemiah/Websites/CGS/cgi-bin/Nehemiah.cfg" RedirectMatch ^/$ /Nehemiah.rex?00000001 </VirtualHost> Trying to access that first site, I end up with a "Forbidden" 403 error: access.log 10.10.10.202 - - [08/Sep/2008:11:46:26 -0400] "GET /Nehemiah.rex?00000001 HTTP/1.1" 403 214 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008070206 Firefox/3.0.1" error.log [Mon Sep 08 11:46:26 2008] [error] [client 10.10.10.202] client denied by server configuration: E:/Shares/Nehemiah/Websites/CGS/www/Nehemiah.rex <><><><> At first suspecting an error with the mod, I contacted the developer. As it turns out, even HTML files 403, so probably not due to the mod. Any suggestions as to what is wrong? TIA! -- Michael Lueck Lueck Data Systems http://www.lueckdatasystems.com/ --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]