Home Server

Web Issues

edited October 2002 in Server
I'm trying to use the demo in "Demos\Web Tier\APACHE" and I'm
encountering some issues.

I'm using the "Demos\Servers\Volume Types\Reports in Files" server and
using the "Dynamic List" demo client with this server works fine.

When I try to access reports via a browser I get a "Internal Server
Error", and Apache's log file states "DLL could not load
GetExtensionVersion". I'm using Apache 1.3.26.

I then tried a CGI version, and had better success with that. I was able
to see the list of folders & reports, but when I click on a report the
browser's status line alternates very rapidly between displaying
"Sending request to 127.0.0.1" and "Document: Done". Apache's error log
doesn't show any thing, but the access log shows:

127.0.0.1 - - [02/Oct/2002:11:31:47 -0700] "GET /rbbin/reportCGI.exe
HTTP/1.1" 200 1496
127.0.0.1 - - [02/Oct/2002:11:31:48 -0700] "GET
/rbbin/reportCGI.exe?content=explorerstatic&SessionID=565569 HTTP/1.1"
200 8441
127.0.0.1 - - [02/Oct/2002:11:31:51 -0700] "GET
/rbbin/reportCGI.exe?content=viewer&volume=Report%20Forms&name=Customers%5COrders%5COrder%20List&explorer=static&frameset=1&SessionID=433618
HTTP/1.1" 200 702
127.0.0.1 - - [02/Oct/2002:11:31:51 -0700] "GET
/rbbin/reportCGI.exe?content=viewer&volume=Report%20Forms&name=Customers%5COrders%5COrder%20List&explorer=dynamic&frameset=1&SessionID=897435&page=1&zoom=70&folder=v0
HTTP/1.1" 200 702
127.0.0.1 - - [02/Oct/2002:11:31:51 -0700] "GET
/rbbin/reportCGI.exe?content=viewer&volume=Report%20Forms&name=Customers%5COrders%5COrder%20List&explorer=dynamic&frameset=1&SessionID=317849&page=1&zoom=70&folder=v0
HTTP/1.1" 200 702
127.0.0.1 - - [02/Oct/2002:11:31:51 -0700] "GET
/rbbin/reportCGI.exe?content=viewer&volume=Report%20Forms&name=Customers%5COrders%5COrder%20List&explorer=dynamic&frameset=1&SessionID=738262&page=1&zoom=70&folder=v0
HTTP/1.1" 200 702
127.0.0.1 - - [02/Oct/2002:11:31:51 -0700] "GET
/rbbin/reportCGI.exe?content=viewer&volume=Report%20Forms&name=Customers%5COrders%5COrder%20List&explorer=dynamic&frameset=1&SessionID=190056&page=1&zoom=70&folder=v0
HTTP/1.1" 200 702
127.0.0.1 - - [02/Oct/2002:11:31:51 -0700] "GET
/rbbin/reportCGI.exe?content=viewer&volume=Report%20Forms&name=Customers%5COrders%5COrder%20List&explorer=dynamic&frameset=1&SessionID=112549&page=1&zoom=70&folder=v0
HTTP/1.1" 200 701
(etc)

The last 6 entries are identical except for the session ID.

Has anyone experienced this before?

Thanks,

Ed Vander Hoek

Comments

  • edited October 2002

    The WebTier has been tested with Apache 1.3.26.

    1. Make sure that you follow the directions in the RBServer\Demos\Web
    Tier\APACHE\REadMe.doc. Sounds like you have an Apache config issue of
    some sort.

    2. The RB WebTier cannot be used in CGI applications. This is an error
    in the ReadMe.doc that we will correct for the next maintenance release.
    During development of RB Server it started out supporting CGI, but due
    to performance considerations it was not going to be a viable solution
    and furthermore caused the internal architecture of the WebTier to be
    slower for ISAPI as well. And the code was more complex.



    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
  • edited October 2002
    On Wed, 02 Oct 2002 14:11:27 +0000, Nard Moseley (Digital Metaphors) wrote:


    Yep, that was the problem. Thanks for pointing me in right direction.


    Fortunately I didn't spend too much time trying to get it to work.


    Ed Vander Hoek
This discussion has been closed.