Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8035497
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T02:19:53+00:00 2026-06-05T02:19:53+00:00

I just upgraded from ColdFusion9 to ColdFusion10 on OS X running the included Apache

  • 0

I just upgraded from ColdFusion9 to ColdFusion10 on OS X running the included Apache web server. Now all of my images that I was writing to the browser using cfimage with the writeToBrowser option throw 404 errors.

Under CF9, I had previously set my web server up to use a few virtual directories with a self-signed cert to enable SSL. I don’t think SSL is part of the problem, but the more you know, the better.

It looks like there is just a missing mapping of some sort that doesn’t get made during the installation process (which I’ve done a few times with the same results).

I tried adding an alias to the CFFileServlet directory which changed my 404s to 403s, but I am unsure what to do to correct that since all of the filesystem properties show read for everybody.

Is there some guidance out there on how to set up the virtual directories to make the CFFileServlet location work in my websites?

If I look in the actual directory, the files are getting created there correctly.

Here is a sample of what’s in my virtualHosts file:

    <VirtualHost *:80>
        DocumentRoot "/Library/WebServer/Documents/xxxxxxxxxx"
        ServerName xxxxxxxxxx.local
        DirectoryIndex index.cfm
        Options FollowSymLinks
        Alias /CFIDE /Library/WebServer/Documents/CFIDE
        Alias /mxunit /Library/WebServer/Documents/mxunit

        RewriteEngine On
        RewriteCond %{HTTPS} off

        RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

    </VirtualHost>

    <VirtualHost *:443>
        SSLEngine on
        SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
        SSLCertificateFile /etc/apache2/ssl/xxxxxxxxxx.crt
        SSLCertificateKeyFile /etc/apache2/ssl/xxxxxxxxxx.key

        DocumentRoot "/Library/WebServer/Documents/xxxxxxxxxx"
        ServerName xxxxxxxxxx.local
        DirectoryIndex index.cfm
        Options FollowSymLinks
        Alias /CFIDE /Library/WebServer/Documents/CFIDE
        Alias /mxunit /Library/WebServer/Documents/mxunit
    </VirtualHost>

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T02:19:54+00:00Added an answer on June 5, 2026 at 2:19 am

    After much trial and error and looking at the post on Ben Nadel’s site, I finally got this working. I decided to put this in the mod_jk.conf file that the CF10 install creates so I could keep all the cf specific stuff together. At the bottom of the file I added an alias and set the permissions on the location as so:

    Alias /CFFileServlet "/Applications/ColdFusion10/cfusion/tmpCache/CFFileServlet"
    <Directory "/Applications/ColdFusion10/cfusion/tmpCache/CFFileServlet">
      Options Indexes FollowSymLinks
      AllowOverride None
      Order allow,deny
      Allow from all
    </Directory>
    

    After doing that, all my images lit right up.

    I’m going to mark this entry as the answer since it has the details about how to get this working, but I’ll award the bounty to Kevin for pointing me in the right direction. Thanks Kevin!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just upgraded from cakePHP 1.2.8 to 1.3.5 and now the debug information (that
I just upgraded from SnowLeapord to Lion and now cannot create virtualenvs. I understand
I just upgraded from VS2010 RC to RTM. Now my areas aren't working. I
I just upgraded from rails 2.3.5 to rails 2.3.8, but now my redirects are
I just upgraded from SQL Server 2008 to SQL Server 2008 R2. I went
I just upgraded from Dojo 1.4.3 to 1.5.0 and noticed that my legend is
UPDATE 1: I've just upgraded from jquery 1.4.4 to 1.6.1. How does that effect
I just upgraded from Xcode 4 to Xcode 4.2 and now I'm getting the
I've just upgraded from XAMPP 1.7.3 to 1.8.0, this included quite a few changes
I have a C# 4.0 Winform app that I just upgraded from 3.5 to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.