You have a permissions issue.
What has happened is that you got through the security which allows CFM
pages to execute, but anything else which is not served up by ColdFusion the
web server is not serving.
You probably just need to give your authorised user permissions on the
website or at least on the administrator folder.

Russ

-----Original Message-----
From: Nando [mailto:[email protected]] 
Sent: 28 December 2010 16:16
To: cf-talk
Subject: cfadmin - images not resolving


Hi,

I just set up restricted cfadmin access on a Linux system using the cf9
Lockdown Guide that Pete Freitag wrote. I didn't do it exactly as he
suggested because I'm not on a fixed IP, but close. The admin area
functionally works, but the images aren't resolving, and it seems like they
should, because their relative position is correct as far as I can see. I
must be missing something "obvious". Can anyone clue me in? Here's my apache
config:

<VirtualHost *:443>
    DocumentRoot *redacted*
    ServerName *redacted*
SSLEngine on
SSLCertificateFile /etc/pki/tls/certs/localhost.crt
SSLCertificateKeyFile /etc/pki/tls/private/localhost.key
SSLProtocol +SSLv3 +TLSv1
SSLCipherSuite RSA:!EXP:!NULL:+HIGH:-MEDIUM:-LOW
ErrorLog logs/cfadmin.ssl.error.log
CustomLog logs/cfadmin.ssl.access.log common
</VirtualHost>

<Location /CFIDE/administrator>
SSLRequireSSL
</Location>

<Location /CFIDE/administrator>
AuthType Digest
AuthName "cfadmins"
AuthDigestProvider file
AuthUserFile /etc/httpd/cfadmin.digest.pwd
Require valid-user
</Location>

Thanks!
-- 
Nando




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340298
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to