Hello All,
Im almost there with frontpage...
I have a question for anyone that might know. 5100R uses includes in
httpd.conf (ex. Include /etc/httpd/conf/vhosts/site1). I know that the
Raq550 used apache 1.3, and in each of the site files it had the following:
# FrontPage needs the following four things to be here
# otherwise all the vhosts need to go in httpd.conf, which could
# get very large since there could be thousands of vhosts
Port 80
ServerRoot /etc/httpd
ResourceConfig /etc/httpd/conf/srm.conf
AccessConfig /etc/httpd/conf/access.conf
I know that the ResrourceConfig, AccessConfig, and Port commands cannot be
used in apache 2.0 (which it what fedora core comes with), so I was
wondering if anyone knew what I have to put in each of these files to make
frontpage see them as virtual sites in apache 2.0.
Jeff