Quoting Carl Olsen <[EMAIL PROTECTED]>:

> I changed Location to Directory, but I'm still getting nothing (except I now
> get the regular http 500 error page).
> 
> I'm using the IP of the machine as configured behind a firewall.  The public
> IP is 12.216.149.116.
> 
> LoadModule mono_module /usr/lib/apache2/mod_mono.so
> 
> NameVirtualHost 192.168.0.16
> 
> <VirtualHost 192.168.0.16>
>       ServerName carl-olsen.com
>       ServerAlias www.carl-olsen.com
>       ServerAdmin [EMAIL PROTECTED]
>       DocumentRoot /home/carl/public_html
>       MonoApplications "/:/home/carl/public_html"
>       <Directory "/home/carl/public_html">
>               SetHandler mono
>       </Directory>
> </VirtualHost>
> 
> The error_log is telling me I have multiple instances of mod_mono_server
> running:
> 
> Creating new config (0x80f47f8) for (null)
> 
> [Sun Sep 11 16:29:28 2005] [warn] module mono_module is already loaded,
> skipping
> 
> [Sun Sep 11 16:29:28 2005] [notice] Apache/2.0.53 (Linux/SUSE) configured --
> resuming normal operations
> 
> Another mod-mono-server with the same arguments is already running.
> Another mod-mono-server with the same arguments is already running.
> Another mod-mono-server with the same arguments is already running.
> Another mod-mono-server with the same arguments is already running.
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> [EMAIL PROTECTED]
> Sent: Sunday, September 11, 2005 3:12 PM
> To: mono-list@lists.ximian.com
> Subject: [Mono-list] mod_mono issue?
> 
> 
> 
> In an aspx page under Mono 1.1.9 the Request.Url now gives the IP address of
> the
> server machine instead of the virtual hostgname that used to be sent in
> 1.1.8.
> 
> The only thing is that I also updated Apache at the same time I updated
> Mono.
> This is under FC4.
> 
> Thanks,
> 
> Jae
> 
> ----------------------------------------------------------------------
> This mail sent through Horde-Toaster (http://qmailtoaster.clikka.com/)
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
> 
> 
> 
> 


Don't know about that, but my configuration is like this:

Alias /AspNetOnAppache "/usr/lib/xsp/test"
MonoApplications "/AspNetOnApache:/usr/lib/xsp/test"
<Location /AspNetOnApache>
   SetHandler mono
</Location>

And it works fine.

My problem is that it seems like since xsp mono.web have been broken apart all
dns hostnames in the Url class are now ip addresses.

Jae
Jae

----------------------------------------------------------------------
This mail sent through Horde-Toaster (http://qmailtoaster.clikka.com/)
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to