[Mono-list] Newbie: mod_mono 1.2.6, Apache 2.2, RHEL 4

Robert Jordan robertj at gmx.net
Fri Feb 1 08:26:59 EST 2008


S.A. Birl wrote:
> On Jan 31, 2008, Robert Jordan (nospam-robertj at gmx.net.ns) typed:
> 
>>> S.A. Birl wrote:
>>> Ive been charged with the task of converting users from IIS 5.0 to
>>> Apache.  Our users have old .asp pages, not even .NET.
>> Mono does not and will never support plain old ASP.
>>
>>> (2)
>>> http://publish1.temple.edu/birl.asp
>>>
>>> As shown in the above .conf file, Ive tried to change around the
>>> AddType for .asp files.  But instead of parsing .asp the browsers are
>>> asking to download the file.
>> Adding an AddType directive to Apache's config will not
>> convert your old ASP pages to ASP.NET. This task must be
>> done by a human (preferably by a programmer).
>>
>> Robert
> 
> 
> 
> 
> Thanks for that answer.  So now only problem #1:
> 
> 
> 
> (1)
> I copied /usr/lib/xsp/test to /usr/local/apache/htdocs/XSP
> 
> But Im getting "Server Error in '/' Application" for
> http://publish1.temple.edu/XSP/
> 
> So Im lost on trying to fix it.
> 

Your MonoApplications directive is wrong. It must be:

MonoApplications "/XSP:/usr/local/apache/htdocs/XSP"


Robert



More information about the Mono-list mailing list