The87Boy
The87Boy

Reputation: 887

Define mono for only one VirtualHost

I am running an Apache Server with multiple VirtualHosts, and of course I know how to create a new VirtualHost, but I do not know, how I can setup Mono only for this VirtualHost.

I have read I need to disable MonoAutoApplication, but I can not find any information on how to set it up on only this VirtualHost.

Can anybody in here help me?

Upvotes: 0

Views: 665

Answers (1)

Joseph Hill
Joseph Hill

Reputation: 545

The Mono project hosts a web-based wizard for generating mod_mono configurations for Apache. You can find the tool online here: http://www.go-mono.com/config-mod-mono/

The default is to create a configuration file for a new Virtual Host.

Upvotes: 1

Related Questions