Jump to content

pritchardavid

Members
  • Posts

    975
  • Joined

Everything posted by pritchardavid

  1. We currentlly have one Virtual IIS Server, this hosts Moodle and The School Site I want to have three IIS Servers - One For Moodle (vle.{domain}.com) - One For The School Site (www.{domain}.com) - One For ePortfolio (Mahara - This is a new site) - (eportfolio.{domain}.com) This makes it easier for maintance, ie only one site goes down at one, plus it seems our WordPress site is taking over. We have WordPress Muti Site setup witch uses a lot of url rewrites (can show you if you want) Everytime I have tried to setup a sub domain ie vle.theockendonacademy.com it takes you back to the school site. Also when I have tried testing install Mahara on the current site, after I fixed the config error for the config file, it started to go to the school site, and thats on a sub folder as well. So thats another reason I want three server, so they dont interfear with each other, or am I wrong here? So how would this be setup With three internal IP Addresses and one public IP Addresses. I have asked our Internet Providor (Council - Vertex) for two more public IP Addresses, but think they want to charge us, which I cant see the School paying for. Find out Monday about this, think that bad if they will ask as for money for that
  2. May not be the best idea, have you tried booting the disc from an external cd drive instead of an internal one or are you doing that already?
  3. Ok this is what I have done but have problems Copied our moodle installed folder to C:\wwwvle Edited our moodle config file, settings are below <?php /// Moodle Configuration File unset($CFG); $CFG->dbtype = 'mysql'; $CFG->dbhost = 'localhost'; $CFG->dbname = 'moodle'; $CFG->dbuser = 'root'; $CFG->dbpass = 'fakepassword'; $CFG->dbpersist = false; $CFG->prefix = 'mdl_'; $CFG->wwwroot = 'http://vle.theockendonacademy.com'; $CFG->dirroot = 'C:\wwwvle'; $CFG->dataroot = 'C:\inetpub\vledata'; $CFG->admin = 'admin'; $CFG->directorypermissions = 00777; // try 02777 on a server in Safe Mode require_once("$CFG->dirroot/lib/setup.php"); // MAKE SURE WHEN YOU EDIT THIS FILE THAT THERE ARE NO SPACES, BLANK LINES, // RETURNS, OR ANYTHING ELSE AFTER THE TWO CHARACTERS ON THE NEXT LINE. Made a new website in IIS with the following settings - Site Name = VLE - Physical Path = C:\wwwvle - Host Name = vle.theockendonacademy.com Made a record in DNS - vle.theockendonacademy.com with IP of server Made a record in 123Reg - vle with external IP address of server Ping vle.theockendonacademy.com - This pings correctlly How ever when I go to the web address it redirects to theockendonacademy.com/wordpress, this is our website address I do have at the momment a wordpress muiltsite setup, but at the momment as im still creating the new site on this, I have set the root of the default website to have html file as the default file with a index.php that redirects to theockendonacademy.com/wordpress, as the new website (Wordpress Mutilsite) is in the root of the server. Also for the Wordpress Mulitisite I set * A records to both the internal and 123reg DNS servers Cheers
  4. yer thats what I done again, this is really annoying me now, it should just work, im doing everything correct here
  5. Hi there Could someone tell me how I could move our Moodle install to a subdomain? Moodle is on the same server as our school website (in a sub directory) We are running IIS. So what setup do I need to do in - Moodle - IIS - Internal DNS Servers - External DNS Server (123Reg) Many Thanks!
  6. Did you manage to install the ipsCA LEVEL 1 CA cert to Intermediciate cert authorities -> local computer? I couldnt install it to local computer ,it was not there to select, hense i just had to install it to the root of Intermediciate cert authorities instead Maybe thats the problem? Cause it cant identifity that cert because its ibeen installed in the wrong place? The only reason I can think why that location is not there to select is because this server was a CA (Active Directory Cerficate Services), has been removed since. Managed to install the SSL cert for our Remote Desktop Server which was not a CA (AD CS) Gusse I will have to contact ipsca support, see what they say
  7. SSL Certificate Authority low-cost, fully-validated 38$ SSL and 276$ Wildcard Certificates A1 SSL Certificate When Filling out the form I selected Exchange for the server type unless im meant to select IIS 7.5?
  8. About a day, requested it in the moring and get it later that evening
  9. Yes this is for OWA I did try creating and completing a certificate from IIS, but had the same dreaded error message 'the certificate for this server is invalid for exchange server usage'
  10. Hi there I have an annoying problem here I create a certficate request in Exchange 2010 console Paste the code on the ipsca website and send the request off to them When I recieve the certificates I have been told your meant to instal l the two files below in these locations. But when I tried to install the ipsCA LEVEL 1 CA I could not install it to that location, the local computer directory was midding, so had to install it to the root of 'Imtermedicate cert authorities' Would that cause a problem? I have had the Active Directory Cerftificate Services installed on this box before, through I might need to use it. Would that be a cause of it missing the directory? ipsCA LEVEL 1 CA click it to install -> place all certs in following store -> tick 'show physically stores' -> Intermediciate cert authorities -> local computer same for ipsCA GLOBAL CA ROOT but -> trusted root cert authories -> local computer I press complete certicate in Exchange 2010 console, but after this the problem happens. I then get this error 'the certificate for this server is invalid for exchange server usage' Any ideas guys?
  11. seems it must share the antispam service or adds another layer or something, just enabled it in forefront and the tab for the antispam is back there
  12. Yer I was looking at live@edu. but doesnt look easy to convert over. I was looking at sharepoint that is one piece of confussing software!
  13. all fixed now Thanks irsprint84 Something I should of thought about - JUst the case of needing to reinstall forefront and disable the exchange antispam
  14. ok seems the transport service is not starting hense why it's not sending and recieving email edit - sent you a message mate!
  15. just rebooting the server mate, just trying something, so you might get another PM in 5 minutes
  16. Yer that's what I have tried to do Dont know if it's all correct through, I copied all these setting from our Exchange 2007 Server when I done the upgrade to 2010
  17. seems email is not sending or recieving, dont thing I set this backup correct, last time I set this up I copied the settings from how old exchange server 2007 if someone could have a look that would be great
  18. tbh I havent Seen the trasport role can start without an error since I reinstalled the role, throught I'll do the same with the client access role. Will not reinstall the database role of course hopefully after that it will work, then I can the the update to rollup 3 manually
  19. maybe not error on owa when you click continue on the security certificate https://mail.theockendonacademy.com/owa/
  20. might have just solved the problem! Seems one of the iis services was disabled (iis admin) all the services did get disabled when the upgrade failed, this one I must of missed out
  21. Cheers, will PM you now
  22. I dont think it's forefront causing the issue anymore, I disabled it through a command line, uninstalled it, deleted all the registry entries I could find using the find tool with the wors searched for was forefront. Alos deleted the install folders where it installed to. I thinking the update crashed and as some newer build file and some old build of files. All I can think of at the momment But like you set still could be forefront Anyone can look if they want?
  23. Seems the server as decided to update the exchange 2010 sp1 rollup 2 to rollup 3 v3 Its seems to have failed. Anyideas how to get this all working again? All the services can run except the transport service. Run I try to run this it takes a while, then it stops itself I have also removed the ForeFront Protection 2010 for Exchange to see if that was a problem or not. I also disabled it before removing it, using the command line I have tried to reinstall the rollup 2 update (the rollup 3 is not installed, not in the list of installed updated, while rollup 2 is) But when I do this when it tries to stop the services, it then rolls back This is the same when I attempt to install rollup 3 v3 I thought to remove the hub transport, but the setup compained about having 2 send connectors on the server, cant use the console, because it wont connect to the server, so can't write down what the current send connectors are and also delete them, so I can remove the hub transport and then attempt to install it again. Again if I try to remove the Client Access Role to reinstall it, I get an error on that on to - 'Unable to read data from the Metabase. Ensure that Microsoft Information Services is installed' Any ideas would be very greatful.... Dreading Monday if this aint fixed getting annoyed at this already. If anyone is upto it and dont mind looking, I can give u remote connection to have a look. Many thanks
  24. Try this driver mate http://files.laptopvideo2go.com/wlan/broadcom_v5.100.57.8.exe
×
×
  • Create New...