• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Subdomain, files there, 404 error

A

awpti

Guest
Okay..

I have a domain: www.flagstaffwebcam.com

Added that to plesk, no problem. It has a subdomain that uses CFM (not really CGI) for webcam controls.

I created a subdomain called cgi.flagstaffwebcam.com and copied all of the files to that folder. It is setup to allow ColdFusion, ASP, PHP and everything else under the sun.

No matter what file I specify, it comes back as 404 (even the default page didn't work).

Removed the subdomain and re-added it, same problem.

No idea what to do now. Anyone?
 
Hi,

Did you ever figure this out? I'm having the same problem.

Mark
 
make sure that coldfusion is running on the server. and you have enabled it for your domain.
 
Yes, CF is running and enabled. cfm files in the primary domain httpdocs work OK, just not in the subdomain directory. Html files in the subdomain directory work OK.

Mark
 
As you have readded the subdomain and still it's not working, the most likely cause is the cfm extensions may not be added in IIS.

Goto IIS manager
right click on the subdomain with the issue. click on properties

Under "Home Directory" tab under "configuration" make sure that cfm extension is added.

If it's not present, you can manually add it by comparing settings from another domain
 
Back
Top