Hi there

Its 4:30am here and I need to get some more sleep, but I need to try and solve 
this problem ASAP as well.

I had a problem with my server last weekend and currently don’t have access 
to CF Admin – basically I had everything running under IIS but IIS has for 
some reason crashed and will not restart.  So after hours of trying everything 
on the planet in relation to IIS decided to download and install Apache.

All the websites on the server are up and running except for my own which is 
running under Sava CMS - have a slight issue with it and also CF Admin - I 
cannot access it.

CF is obviously still running OK as it is serving up (with Apache the 
websites).  I was able to get into the CF8 Webserver Configuration tool and 
hence why the websites are now working under Apache.

CFIDE Folder is still located on the server in c:/inetpub/wwwroot folder

I used to be able to access CF Admin by 
http://staging.cleverminds.com.au/CFIDE/administrator/index.cfm

Now I am getting an error as displayed below.


____________________________________________________________________________
Start of error message

The website declined to show this webpage
 HTTP 403 
        Most likely causes:
•     This website requires you to log in. 
        What you can try:
         
Go back to the previous page.


         
More information

This error (HTTP 403 Forbidden) means that Internet Explorer was able to 
connect to the website, but it does not have permission to view the webpage.
For more information about HTTP errors, see Help.


end of message
_________________________________________________________________________________



I’m guessing I should be able to fix this by changing a setting in Apache 
httpd-vhosts.conf file. 

Think I’m probably going to have to uninstall CF and reinstall because I 
don’t seem to be able to get access to CF Admin.


This is the section of code that I have got in httpd-vhosts for the cf but it 
doesn’t seem to be correct.


#
# Virtual Hosts
#
# If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn't need to worry about
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at 
# <URL:http://httpd.apache.org/docs/2.2/vhosts/>
# for further details before you try to setup virtual hosts.
#
# You may use the command line option '-S' to verify your virtual host
# configuration.



#
# Use name-based virtual hosting.
#

NameVirtualHost *:80

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any <VirtualHost> block.
#


<VirtualHost *:80>
    ServerAdmin [email protected]
    DocumentRoot "C:/Program Files/Apache/htdocs"
    ServerName default
</VirtualHost>

<VirtualHost *:80>
    ServerAdmin [email protected]
    DocumentRoot "C:/Program Files/Apache/htdocs/sava/admin"
    ServerName default
</VirtualHost>

<VirtualHost *:80>
    ServerAdmin [email protected]
    DocumentRoot "C:/Inetpub/wwwroot/CFIDE/administrator"
    ServerName default
</VirtualHost>

Alias /CFIDE "C:/Inetpub/wwwroot/CFIDE/administrator"

<VirtualHost *:80>
    ServerAdmin [email protected]
    DocumentRoot "C:/Program Files/Apache/htdocs/cosmeticbeautydirectory"
    ServerName www.cosmeticbeautydirectory.com.au
    ServerAlias cosmeticbeautydirectory.com.au
</VirtualHost>

<VirtualHost *:80>
    ServerAdmin [email protected]
    DocumentRoot "C:/Program Files/Apache/htdocs/swanseaflowers"
    ServerName www.swanseaflowers.com.au
    ServerAlias swanseaflowers.com.au
</VirtualHost>






~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321416
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to