>From Webware, not Apache ("Webware Webkit Application Server" on 404
page)

Apache reports no errors (beyond the 404 in the access log)

IP_ADDR - - [26/Feb/2004:16:53:21 -0500] \
"GET /Main/MenuPage HTTP/1.1" 404 229 "-" "Mozilla/5.0 \
(X11; U; Linux i686; en-US; rv:1.6) Gecko/20040207 \
Firefox/0.8"

There are rewrite rules:

<VirtualHost IP:PORT>
    ServerName name
    ServerAlias name
    
    DocumentRoot /unixweb/web/stuff/htdocs/
    SSLEngine on
    SSLCertificateFile /apache/conf/ssl.crt/name.crt
    SSLCertificateKeyFile /apache/conf/ssl.key/name.key
    RewriteEngine On
    RewriteRule ^(.*) /Main/$1 [L,PT]
    <Location /Main>
      WKServer localhost 8121
      SetHandler webkit-handler
    </Location>
    SetEnvIf User-Agent ".*MSIE.*" \
    nokeepalive ssl-unclean-shutdown \
    downgrade-1.0 force-response-1.0
    
    CustomLog /unixweb/web/name/logs/access_log combined
    ErrorLog /unixweb/web/name/logs/error_log
</VirtualHost>

This is similar (identical?) to the staging deployments, except for the
ssl bit.

I have not tried wkcgi yet - in fact, I've never tried it at all, so
I'll have to go pound the docs for a while.

On Thu, 2004-02-26 at 17:23, Aaron Held wrote:
> Is the 404 from Apache or Webware?
> Check the webware/apache logs and try to see if there is any redirection 
> happening
> try using the wkcgi adapter as a test
> look for Apache rewrite rules
> 
> -Aaron
> 
> Scott Russell wrote:
> 
> >This will sound a little vague.  That's because I have very little to go
> >on.
> >
> >I've got a medium-complex webware app running, and on one of the boxes
> >I'm deploying it on (and only one) webware does not descend into
> >contexts.
> >
> >As an Example, I can view /MenuPage fine, with Main set at the default
> >context.  Viewing Main/MenuPage results in a 404 - "The page you
> >requested, /Main/MenuPage, was not found on this server." Every other
> >context - Basket, Camp, Static, etc have the same problem, but work fine
> >elsewhere.
> >
> >This same code works fine on multiple other staging servers, on
> >virtually identical platforms.  The only difference I can find is that
> >this box is a custom-built apache (Not sure why - it's a hosted box, so
> >I didn't do it.)  My question to you guys is ... can anyone think of a
> >possible cause?  I think I've already eliminated any simple causes, but
> >I'd like to hear what you've all got to suggest, because this has me
> >completely stumped...
> >
> >Webkit 8.0/8.1 (I upgraded it to see if it fixed anything) on Linux with
> >under apache2, using mod_webkit2.
> >
> >- Scott
> >
> >
> >
> >-------------------------------------------------------
> >SF.Net is sponsored by: Speed Start Your Linux Apps Now.
> >Build and deploy apps & Web services for Linux with
> >a free DVD software kit from IBM. Click Now!
> >http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
> >_______________________________________________
> >Webware-discuss mailing list
> >[EMAIL PROTECTED]
> >https://lists.sourceforge.net/lists/listinfo/webware-discuss
> >  
> >
> 



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to