On 8/24/2014 20:24, Matthew Smith wrote:
I installed apache and then coldfusion 11. Worked fine until I fiddled with the conf and extra, adding a couple of vhosts. Really need this to work, please help!

<VirtualHost *:80>
    ServerAdmin chedders...@gmail.com <mailto:chedders...@gmail.com>
DocumentRoot "C:/Users/Mary/My Documents/wwwroot/site_theartoflovingcatsanddogs_com"
    ServerName theartoflovingcatsanddogsdotcom
    ErrorLog "logs/dummy-host2.theartoflovingcatsanddogs.com-error.log"
CustomLog "logs/dummy-host2.theartoflovingcatsanddogs.com-access.log" common
</VirtualHost>

<VirtualHost *:80>
    ServerAdmin chedders...@gmail.com <mailto:chedders...@gmail.com>
    DocumentRoot "C:/Users/Mary/My Documents/wwwroot/fatcate-juice_com"
    ServerName fatcate-juicedotcom
    ErrorLog "logs/dummy-host2.fatcate-juice.com-error.log"
    CustomLog "logs/dummy-host2.fatcate-juice.com-access.log" common
</VirtualHost>


Do you really have the server names ending with dotcom as opposed to .com?
The first VH has a proper notation, but these two do not.
I know people on this list regularly edit config files to conceal information, but that one would not make sense, hence the reason for asking.

--
73
-------------------------------------
Jim Walls - K6CCC
j...@k6ccc.org
Ofc:  818-548-4804
http://members.dslextreme.com/users/k6ccc/
AMSAT Member 32537 - WSWSS Member 395

Reply via email to