On Fri, Nov 21, 2003 at 09:03:40AM +0100, Sijmen Mulder wrote: > >> # ./configure --prefix=/usr --with-apxs > > Oops, made a mistake here. I did --with-apsx=<path_to_apsx> > > >I only run ./configure. It finds apxs executable in my path. You can set > >the prefix. > > Well, apxs is not in my path :) > > >For different versions of apache you should say the location of apxs to > >use (--with-apxs=/usr/bin/apxs or whatever you have). > > The solution was, indeed, to specify the full binary name - apsx2 in this > case. Someone at IRC was kind to tell me :P > > But now I am having another problem. I keep getting an internal server > error! The configuration file is ok, the permissions from the temp file > also... but still the Internal Server Error when trying to open > http://localhost/mono. > > Note that http://localhost does work, it correctly shows the Apache welcome > page. And, also, it clearly states it is Apache 2, so that can't be the > problem either... >
Look again to the permissions because when XSP/mod_mono are executed they change the socket permissions. I run apache and mod-mono-server with the same user id. -- Pedro Mart�nez Juli� \ [EMAIL PROTECTED] )| [EMAIL PROTECTED] / http://yoros.dyndns.org Socio HispaLinux #311 Usuario Linux #275438 - http://counter.li.org GnuPG public information: pub 1024D/74F1D3AC Key fingerprint = 8431 7B47 D2B4 5A46 5F8E 534F 588B E285 74F1 D3AC _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
