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
7
votes
1 answer

Memcache+PHP session tuning: How does memcache expire keys?

I've done some research into this and have not found a definitive answer. We have a web app that is using the PHP+Memcache session handler. I have several questions, all interrelated, but ultimately my issue is, "Why are PHP sessions apparently not…
JDS
  • 2,508
  • 4
  • 29
  • 48
5
votes
3 answers

need advice on building a scalable architecture for moodle

I'm looking into designing an architecture for a moodle based education site, it will serve several thousand users at first but needs to be able to grow to support hundreds of thousands to millions of users across several countries. I was thinking…
Robert
  • 241
  • 2
  • 4
  • 7
5
votes
1 answer

Linux Server hacked?

Possible Duplicate: My server's been hacked EMERGENCY I'm trying to determine if this linex webserver/openfire server has been compromised by some form of malware or a hacker. Can you please help me determine if this server has been hacked? The…
user115848
  • 69
  • 1
  • 2
3
votes
1 answer

Running Moodle with nginx in userdir (slash arguments)

I am moving Moodle (moodle.org) from an Apache host to a Ubuntu 12.04 LTS host running Nginx. The way the host is set up means that it will running quite a few domains where every domain (or other site) will reside in a user dir. I am running Nginx…
mauritslamers
  • 161
  • 1
  • 5
3
votes
1 answer

Azure files with Network File System

I have to run Moodle production servers in Azure. Need to keep userdata (moodledata folder) in a common location like NFS for better management and scalability. I tried Azure Files-SMB service (premium-SSD). The problem is Moodle website become too…
JineshJK
  • 31
  • 4
2
votes
1 answer

Custom password policy for Moodle

I'm looking for a way to add custom password policies for a Moodle site. I need be able to configure the following: to force users to change their passwords after 60 days require the user to not reuse the same password timeout session afther 20…
2
votes
1 answer

Moodle: Error during Installation

I am trying to install Moodle and everything seems fine but then when it comes to Admin user creation process, it seems as there is no CSS file, and "update profile" button does not perform any action. So I am stuck on page…
nix
  • 53
  • 1
  • 13
2
votes
0 answers

Using Apache2 Worder MPM with Moodle

Is Moodle (I am using Moodle 2.5.2) compatible with Apache2 "Worker MPM" (in contrast to "Prefork MPM"). If it is indeed compatible, has has anyone tried both and is able to say which performs better and if so what is the performance difference…
Filip
  • 217
  • 2
  • 3
  • 9
2
votes
1 answer

Moodle on Apache: two virtual hosts with single login

I have a moodle installation on centOS with two folders (virtual hosts)- /2012 and /2011. When browsing to "http://my.moodle/2012" or "http://my.moodle/2011" and authenticating (to either one), how can i automatically be authenticated to the other…
John
  • 21
  • 1
1
vote
1 answer

Moodle behind ssl reverse proxy: "Reverse proxy enabled, server can not be accessed directly, sorry."

I tried to make moode run behind a ssl reverse proxy using this solution but I get the following error: Reverse proxy enabled, server can not be accessed directly, sorry. Please contact server administrator. In the moodle's configuration I…
Dimitrios Desyllas
  • 523
  • 2
  • 10
  • 27
1
vote
1 answer

Failing to correctly parse Slash Arguments with php-fpm/apache

I recently set up a new webhosting server at work on a Debian Stretch system using Apache 2.4 and PHP7 via proxy_fcgi and php-fpm. It worked fine in the testing stages, but the first customer is using a Moodle website which makes extensive use of…
Shadur
  • 1,297
  • 1
  • 10
  • 20
1
vote
0 answers

PHPMailer, from EC2 to SES AWS limits

I need a clarification on something. I have installed Moodle on an 2 EC2 instances as cluster. Moodle is using PHPMailer. In the settings of Moodle I have set the SMTP host as email-smtp.us-east-1.amazonaws.com Since our Moodle is sending a LOT of…
Christos312
  • 121
  • 5
1
vote
1 answer

Moodle on EFS is slow

I hope you can help me with me problem with EFS. I have installed Moodle on an Amazon EC2 and I mounted EFS following the guides provided in the website. The problem I face is that Moodle is very slow when using EFS. I did the following tests: EFS…
Christos312
  • 121
  • 5
1
vote
1 answer

Moodledata on shared storage on AWS

I am in the process of setting up a simple Moodle cluster on AWS for production use. The plan is to use a loadblancer, two EC2 instances and a RDS. I have worked extensively with Moodle before but have never set it up on AWS before. I am a little…
Debianuser
  • 421
  • 4
  • 10
  • 29
1
vote
2 answers

How to disable suhosin only for a certain directory

I need suhosin disabled for my moodle directory, would putting a .htaccess file disable it only for that directory or would that disable it for the whole site?
Jojo01
  • 129
  • 7
1
2 3 4