That sounds pretty specific to me. That's a really long URI. 8K is probably more than you wanted. Perhaps you should have your app POST rather than GET? I think Apache will like it better if it gets its query input from STDIN rather than stripping it from the URI.
I don't know the nGallery code, so I can't say where to make this change, however. C.J. On Fri, 2004-11-05 at 18:28 +0100, Thomas Zöchling wrote: > That’s the only error message I get. > [error] [client *.*.*.*] request failed: URI too long (longer than 8190) > Is there a way to enable a more detailed output? Therefore I suppose the > error happens at apache level. > I will try to update to mono 1.0.4 tomorrow. Maybe it works then. > > -----Ursprüngliche Nachricht----- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag von CJ Collier > Gesendet: Donnerstag, 04. November 2004 23:54 > An: Thomas Zöchling > Cc: Mono List > Betreff: Re: [Mono-list] nGallery and Mono > > First thing to do is check your apache error logs. If that is not > helpful, stop apache2 and run it in foreground mode (apache2 -X). You > should see a bit of info then. > > On Thu, 2004-11-04 at 22:47 +0100, Thomas Zöchling wrote: > > I try to setup nGallery on the following configuration: > > > > Apache/2.0.51 (Gentoo/Linux) mod_mono/1.0.2 Server at 127.0.0.1 Port > > 80 > > > > > > > > I used this tutorial > > > > http://www.gotmono.net/gotmono/nGalleryHowTo.html,which partially > > works, except the “add album” function > > > > and some other pages don’t work. > > > > This is the error page: > > > > > > > > > > OK > > The server encountered an internal error or misconfiguration and was > > unable to complete your request. > > > > Please contact the server administrator, [EMAIL PROTECTED] and inform > > them of the time the error occurred, and anything you might have done > > that may have caused the error. > > > > More information about this error may be available in the server error > > log. > > > > > > ______________________________________________________________________ > > Apache/2.0.51 (Gentoo/Linux) mod_mono/1.0.2 Server at 127.0.0.1 Port > > 80 > > > > > > > > > > > > > > > > > > > > I looked into the apache logs and found the following entry: > > > > [Thu Nov 04 22:28:36 2004] [error] [client *.*.*.*] request failed: > > URI too long (longer than 8190) > > > > > > > > It seems that I am not the only one that encounters that problem: > > > > http://www.gotmono.com/cgi-bin/yabb/YaBB.pl? > > board=ASPX;action=display;num=1098960061 > > > > > > > > > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list > _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
