Jump to content

Recommended Posts

Posted
I've seen this happen after a Windows update. After rebooting the server, check the perms on the moodle dir, and check IIS hasn't spat the dummy.

How would I know?

  • 3 weeks later...
Posted

I've restarted IIS and the moodle but the site still won't load. The error is the usual "website cannot display the page"

 

Can anyone give me any pointers?

Posted
AFAIK there are two IIS logs, both of which are pretty useless IMO. The first to look at is inetpub\logs\LogFiles\W3SVC1 and check the latest file. AFAIK these are the equivalent to the Apache access.log file. The IIS error log is usually in c$\Windows\System32\LogFiles\HTTPERR and AFAIK are the equivalent of the Apache error.log file, except almost nothing of any use is logged here. When I'm trying to troubleshoot a problem with a website served by IIS, I invariably install Apache on the box, leaving the website files as is. Apache logs way more meaningful messages in the error.log file and once you've sorted out what is wrong, you can always go back to IIS.
Posted (edited)

Windows event logs show nothing of note that I can see. But I might be looking in the wrong place - can someone point me to exactly what I should be looking at. There is a MySQL error but I have no idea what that means.

The website is started fine although I have stopped and started it again

 

Anyone?

I am being looked at sideways by people who think I should be able to fix it! Unfortunately that isn't the case :(

 

 

 

*edit

I cannot even access the site from inside IIS Manager - get the usual server error page

Edited by witch
Posted
Even when I click on the moodle site within IIS manager and chose manage website, and then browse, I still get the internal server error
Posted

I have more now

"the WWW publishing service did not register the URL prefix http:\\lvp.lockyersmid.sch.uk:80 for site 5. The necessary network binding might be in use. The site has been disabled.

"

 

Oddly I appear to be able to access the LVP on my mobile phone.

The other error is:

"The description for event ID 1 from source MySQL Administrator cannot be found. Either the component is not installed or the installation is corrupted"

 

If this is the case - can I repair it? If so, how?

Posted

How many websites do you have on the iis server?

 

Right click on each one and check the bindings of each as as unixman said its likely there is already a site using port 80.

 

Try running netstan -an in a cmd prompt and look for something listening on port 80

Posted

Thanks

I only have the one website as far as I can see but I will be having a better look around when I get back to that school later today.

Posted

I only have the one moodle site - there were a couple of old ones but I deleted them. (hoped it would all work now, but no luck.) The default website has "dcserver01" on port 80 - that's the server

The moodle site has "lvp.xxxschool.co.uk" on port 80 which is what I would expect.

Have run the netstat -an command but not sure what I am looking for :(

Posted
netstat -ano | find ":80" | find /i "listen" will show you what is listening on port 80. The last column is the process id, which you can find in taskmanager to see what service it is. AFAIK there should be 2 lines displayed by the command for 1 website.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...