jmair Posted December 6, 2007 Posted December 6, 2007 First, I'll admit I didn't search too hard for an answer yet on this, I wanted to get the Edugeek opinion first on how to solve this. I'm currently using IIS for our web server but plan on moving to Joomla. Can anybody recommend a Joomla mail module that syncs with Exchange?
Guest Posted December 6, 2007 Posted December 6, 2007 This any use? http://joomlacode.org/gf/project/owa_joomla/frs/
StewartKnight Posted December 6, 2007 Posted December 6, 2007 Having played a little with Joomla, I believe (I'm sure sysman will tell me I'm wrong though), that it doesn't matter if you're using IIS or apache. Why can't you get a link to go to the OWA server?
Guest Posted December 7, 2007 Posted December 7, 2007 Another option is to use the wrapper and display your OWA inside that. You can use Joomla on IIS can just be a pain to get it running first off. Although I think most people prefer Apache becasue of its speed.
jmair Posted December 12, 2007 Author Posted December 12, 2007 My website currently is IIS with .NET with SQL. I've read about the difficulties adding PHP after .NET has been installed. I've already built my new site using the portable Reactor Server (mysql, PHP, Apachy wrapped into one) without even thinking that I shouldn’t be able to have Apache and IIS on the same server. :oops: I'll figure something out.
jmair Posted December 12, 2007 Author Posted December 12, 2007 This any use? http://joomlacode.org/gf/project/owa_joomla/frs/ Thanks SYSMAN_MK, I'm going to take a look at that for sure.
Ric_ Posted December 12, 2007 Posted December 12, 2007 @jmair: You can run IIS and Apache on the same server but you obviously have to use different ports. Apache runs nicer on Linux anyway so just find a modest machine and stick it on that (P4 with 512MB RAM is more than enough for a school website).
maniac Posted December 13, 2007 Posted December 13, 2007 We have apache and IIS on the same server, apache serves port 80, and I bunged IIS on port 8080. Things I need to host on IIS are reverse proxyed through apache to IIS on the same box, so it appears as if it's all coming from apache on port 80, so I still only need to have the one port open on the box. Mike.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now