Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
Helicon Ape
 Helicon Tech : Helicon Ape
Subject Topic: New Install - 404 for all requests Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
bryanthrasher
Newbie
Newbie


Joined: 14 November 2008
Location: United States
Online Status: Offline
Posts: 3
Posted: 06 February 2010 at 7:43pm | IP Logged Quote bryanthrasher

I have just installed Helicon APE version 3.0.0.31 on Windows 2003 / IIS 6.

If I enable APE on a site without any rules in place, IIS starts returning a 404 error.  I have set the wildcard mapping.

Thanks,
Bryan
Back to Top View bryanthrasher's Profile Search for other posts by bryanthrasher Visit bryanthrasher's Homepage
 
Vyacheslav
Admin Group
Admin Group


Joined: 02 July 2008
Location: Ukraine
Online Status: Offline
Posts: 1535
Posted: 08 February 2010 at 8:56am | IP Logged Quote Vyacheslav

Hello,
Would you please clarify what technologies uses your web-site i.e. PHP, ASP.NET.
Make sure Ape has been installed as described here: http://helicontech.blogspot.com/2009/03/using-helicon-ape-under-iis6-windows.html

__________________
Slavik Shynkarenko,
Helicon Tech.
Back to Top View Vyacheslav's Profile Search for other posts by Vyacheslav Visit Vyacheslav's Homepage
 
bryanthrasher
Newbie
Newbie


Joined: 14 November 2008
Location: United States
Online Status: Offline
Posts: 3
Posted: 08 February 2010 at 9:19am | IP Logged Quote bryanthrasher

The web server serves up sites with ASP.NET and PHP.

The specific site I have been trying to get working is a simple static site that needs to act as a place holder for a Java server.  The system is called Jive, from http://jivesoftware.com

The Java server wants to listen on port 80 for requests, but I can't allow that because IIS is needed for other sites.  So I was looking to APE to allow me to pipe requests through IIS on port 80 over to the Jive server running on port 8080.

I am trying to use this rule:
RewriteProxy http://jive.pieheadproductions.com http://jive.pieheadproductions.com:8080

I set up APE according to the link you specified.  If I enable APE for any given site in IIS, that site starts returning 404.  Even before I add any rules.

Thanks
Back to Top View bryanthrasher's Profile Search for other posts by bryanthrasher Visit bryanthrasher's Homepage
 
Vyacheslav
Admin Group
Admin Group


Joined: 02 July 2008
Location: Ukraine
Online Status: Offline
Posts: 1535
Posted: 08 February 2010 at 9:44am | IP Logged Quote Vyacheslav

Thank you for the description.
Please try to setup the wildcard mapping for that particular web-site only.
To understand the issue better we need some files from you. Could you provide us with IIS metabase and web.config. Please send those to support@helicontech.com
Thank you.

__________________
Slavik Shynkarenko,
Helicon Tech.
Back to Top View Vyacheslav's Profile Search for other posts by Vyacheslav Visit Vyacheslav's Homepage
 
bryanthrasher
Newbie
Newbie


Joined: 14 November 2008
Location: United States
Online Status: Offline
Posts: 3
Posted: 08 February 2010 at 10:56am | IP Logged Quote bryanthrasher

I should mention that I am on Windows 2003 64-bit.

The Wildcard mapping has been in place.

Screen shot: http://screencast.com/t/Y2MzMzllOG


Here's the web.config:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <system.web>
        <httpHandlers>
            <add path="*.apehandler" verb="*" type="Helicon.Ape.Handler, Helicon.Ape, Version=3.0.0.31, Culture=neutral, PublicKeyToken=95bfbfd1a38437eb"
                validate="false" />
        </httpHandlers>
        <httpModules>
            <add name="Helicon.Ape" type="Helicon.Ape.ApeModule, Helicon.Ape, Version=3.0.0.31, Culture=neutral, PublicKeyToken=95bfbfd1a38437eb" />
        </httpModules>
    </system.web>
</configuration>

I am emailing the metabase.
Back to Top View bryanthrasher's Profile Search for other posts by bryanthrasher Visit bryanthrasher's Homepage
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You can vote in polls in this forum