Questions tagged [moodle]

Moodle is an open source learning management system (LMS) written in PHP.

Moodle is learning platform designed to provide educators, administrators and learners with a single robust, secure and integrated system to create personalized learning environments. Its capabilities include multilingual platform, plugins support and themes.

The word moodle was acronym for modular object-oriented dynamic learning environment.

The official documentation page for moddle can be found in this website https://docs.moodle.org/

56 questions
0
votes
1 answer

Ellakcy moodle-compose repo: Used the solution but I get 303 redirect loop

I used the docker-moodle solution offered from ellkcy's repository that used their built docker images. But for some reason I get a 303 redirect loop and the browser fails to load the moodle. Over my .env I have setup the following settings # In…
Dimitrios Desyllas
  • 523
  • 2
  • 10
  • 27
0
votes
2 answers

Need help on configuring subdomain pointing to a server's IP address

I have a subdomain lms.domain.com on godaddy's servers shared hosting. I want the subdomain to point to the server ipaddress/moodle I have configured it but the subdomain is redirecting to IP address. what I want is the site to be accessed as…
Vamshi
  • 103
  • 6
0
votes
1 answer

nginx use subfolder and 'A record'

I'm really stuck here, and could not find help in related posts and it's the first time I'm dealing with nginx. I have a 'Moodle' installation running with nginx on my Synology NAS and would like to access this from outside via a domain name, i.e. I…
hadron
  • 101
  • 1
0
votes
1 answer

How to use CDN to accelerate simple video site with PHP dynamic loading video files like Moodle?

I created a site with Moodle, and not very satisfied with the connection speed for video files stored on server. And I know CDN can accelerate the video file loading speed. But I 'm quite new and not familiar with CDN. I simply wish anyone accessing…
0
votes
0 answers

Moodledata on EFS

I am in the process of setting up moodle an on AWS. I am a little bit confused about where to put my moodledata directory as I will need to read/write to this directory from multiple EC2 instances. I see that EFS is the best option but also read…
0
votes
1 answer

Running Moodle on Windows 2008 Server other than Webmatrix

I am an educator and not a tech savvy but managed to install a Moodle installation in Windows 2008 server for the local network via the following environment: WebMatrix Version 3.0: 7.1.1934.0 IIS Express: 8.0.8418.0 .NET Framework:…
user3792463
  • 101
  • 1
0
votes
1 answer

How to configure SSL using two different Web Servers

I am a noob when it comes to System Administration & Networking and I thought I would get some valuable insight from the pros in here. I work for my University's IT department and I overlook the day to day running of the School Website. We recently…
0
votes
2 answers

Moodle 2.9 super slow on wamp

I have a Moodle platform on WAMP architecture (2 app servers and 1 db server, all working with the same shared directory for moodle files). Php 5.5.12 Apache 2.4.9 Mysql 5.6.17 Win server 2012r2 The site is in an internal, closed network, site…
goidelg
  • 1
  • 1
  • 1
0
votes
2 answers

Moodle not running not giving an error and not loggin an error

I've moved a Moodle install from one machine to an identical machine and now it won't run. It gives no error on the screen, logs no error anywhere I can find, it just returns a completely blank page. The server is running PHP without issues and I've…
Bart B
  • 3,419
  • 6
  • 30
  • 42
0
votes
1 answer

Where should I start to try and debug a CPU spike and timeout when logging in to a Moodle site?

apologies for the newbie nature of this question .. I am a web developer though don't have too much experience maintaining servers or debugging and fixing performance issues. I have a Moodle site (Moodle 2.2.3) running on an Apache server (LAMP…
undefined
  • 654
  • 2
  • 8
  • 18
0
votes
1 answer

nginx, php and urls with php files in them

I've just done an install of moodle and it's using urls like this for its theme: http://moodle.example.com/theme/styles.php/standard/1380191797/all nginx isn't picking up that that's a call to a PHP file and baulks with a 404. My current rewriting…
Oli
  • 1,791
  • 17
  • 27
0
votes
2 answers

moodle with 10 threads is slow on lighttpd

I runnnig Moodle on Lighttpd on Centos 6 with 1G RAM. If I open 10 threads to moodle then moodle starting to be very slow. How I can to speed the server? I need to serve lot of users. I checked the memory with free command ande I have lot of free…
amiad
  • 161
  • 1
  • 1
  • 7
0
votes
1 answer

mod_rewrite fails to redirect into the lib folder

I've got a rewriterule that works for everything except the lib folder. The rule is RewriteRule ^/uk(.*) $1 It's one of a much more complex set of rules but I've disabled all but this one. The rule works fine for everything but the contents of the…
0
votes
1 answer

Can users connect to Moodle Chat with an IRC client?

Moodle is an interesting Learning Management System. One of the tools it offers is a chat session. I don't know how it works under the hood, but the provided front-end is a weak javascript tool. Is there an IRC server hiding in there somewhere I can…
jldugger
  • 14,122
  • 19
  • 73
  • 129
0
votes
1 answer

PHP with FastCGI on IIS6 behaves differently than ISAPI

I am working with Moodle 1.9 running on Windows Server 2003, IIS 6. I am trying to switch from PHP's ISAPI extension to FastCGI, hoping for a speed improvement. I installed FastCGI for IIS 6 just fine, and configured it for PHP. It works, and in…
Brad
  • 1,389
  • 20
  • 43