[Mono-list] Mono +PHP Help

jobo5432 jim.hoy at gmail.com
Mon Aug 14 00:49:21 EDT 2006


Ok, so I have two different servers, one is old and antiquated, and I'm
trying to move the sites from this old server to my new server. The problem
for me is, that all of my sites on the old server are written in PHP,
whereas I have my new server configured to run Mono.

What I don't know how to do here is configure the apache conf file to allow
me to server certain sites as mono apps, and certain other apps as
Apache/PHP sites.

Has anyone ever tackled this, or know how to get this working? I am using
the following for the mono sites:


Alias / "/www/mydomain.com/htdocs"
AddMonoApplications default "www.mydomain.com:/:/www/mydomain.com/htdocs"
AddMonoApplications default "mydomain.com:/:/www/mydomain.com/htdocs"
<Location />
	SetHandler mono
</Location>

I have two other mono apps running, and I need to be able to use
&lt;VirtualHost&gt; blocks to get the php apps running, but no matter what I
do, I can't get it right. Any help you can give me would be greatly
appreciated. Thanks....

-- 
View this message in context: http://www.nabble.com/Mono-%2BPHP-Help-tf2101427.html#a5791414
Sent from the Mono - General forum at Nabble.com.



More information about the Mono-list mailing list