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

  • Home
  • SEARCH
  • 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 6069993
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T09:52:59+00:00 2026-05-23T09:52:59+00:00

On Windows Server 2008 I created reboltutorial.com [ root-dir %/www/ default [%index.html %index.rsp %index.php]

  • 0

On Windows Server 2008 I created

reboltutorial.com [
    root-dir %/www/
    default [%index.html %index.rsp %index.php]
]   

It returns 404 error page not found. Cheyenne only works with IP address ( http://88.191.118.45:2011/ ok http://reboltutorial.com ok also but on ISS 7).
How to fix this ?

Update: error log

 Error in [conf-parser] : Can't access file www/ws-apps/ws-test-app.r 
 Error in [conf-parser] : Can't access file www/ws-apps/chat.r !
  • 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-05-23T09:53:00+00:00Added an answer on May 23, 2026 at 9:53 am

    First of all, HTTP 1.1 sends the full URL over the TCP session (including the domain-name typed on the Location: line). That’s how one IP can serve multiple domains (Apache calls this VirtualHosts), so browsing by IP will be sending a different URL to whatever web server gets the request.

    Thus it’s not a great technical mystery for your machine to be set up in a way that it serves a different page for an IP address vs. a domain. But since you put “reboltutorial.com” in your Cheyenne config it seems that–if anything–that would be working while the IP address version would be failing.

    I don’t run Cheyenne, and you haven’t offered up more details about your configuration. But since no one has answered I looked at the source tree to offer some advice on what you might try.

    We know Cheyenne is getting the request and making the decision to hand back the 404, because of the format of the error. The Apache one looks different:

    http://reboltutorial.com/show-me-apache-404/

    http://88.191.118.45:2011/show-me-cheyenne-404/

    So Cheyenne is getting the request. That much we know. The decision to serve up a 404 is made in send-response in the HTTPd.r file. It’s a pretty simple test:

    if all [file? out/content not exists? out/content][
        log/error ["File not found: " mold out/content]
        out/code: 404
        out/content: none
    ]
    

    If that’s the place your 404 is being generated, then there should be a “File not found:” in your log and a mention of what file that is. If not, something strange is going on. You can throw something in there (even a quit if you’re suspicious of the printed output) just to make sure it’s getting to the line.

    (FYI: In the future when you’re looking at other Cheyenne problems, there is a is a setting called “verbosity” which affects the output and you can see in on-received in the HTTPd.r file that for verbosity > 0 it will log when it receives a request:

    if verbose > 0 [
        log/info ["================== NEW REQUEST =================="]
        log/info ["Request Line=>" trim/tail to-string data]
    ]
    

    If you bump up the verbosity level you might find an indication of the problem pretty quickly. If not, the code is fairly readable and you can put in your own trace points.)

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

Sidebar

Related Questions

Windows 6 (Vista and Server 2008) support proper symbolic links, which can be created
I have created an Amazon EC2 Instance that provides Windows Server 2008 with SQL
I am trying to run web application scripted in PHP on windows server 2008.
Windows Server 2008 / IIS 7... I am trying to setup and CI environment
I am currently using Windows Server 2008 Standard and have several Hyper V machines.
When I installed Windows Server 2008 I didn't have the (activation) key. Now that
I want to give Windows Server 2008 a try as a .NET developer and
I have setup web dav on windows server 2008. It seems to work fine
I'm doing some tests on a Windows Server 2008. When I try to access
I'm setting up a dedicated SQL Server 2005 box on Windows Server 2008 this

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.