Visvanath Ratnaweera
פרסומים שנוצרו על-ידי Visvanath Ratnaweera
I cloned the Moodle using Git just now and kicked the installation from the browser. In its input fields $CFG->wwwroot was prefilled with /path/to/moodle/public, which I accepted. But later the installation throws,
Error
It has something to do with the new directory structure. The known config.php exists under moodle/. There is another config.php under moodle/public/, which is simply:
$configfile = __DIR__ . '/../config.php';
if (!file_exists($configfile)) {
header("Location: install.php");
die;
}
MDL-85816 takes me to MDL-83424 which says
These instructions assume that you have a Moodle site in a sub-directory, such as http://example.com/moodle.
which is indeed the case, my Moodle is in /var/www/html/dev51/, whereas the DocumentRoot is /var/www/html/. I was expecting to install Moodle as https: //mysite/dev51/.
Well, MDL-83425 says further,
- ...
-
Download and extract the
moodle-httpd_with_83424.zipfile attached to this issue. -
Place these files in their current structure into your apache configuration directory
Where is moodle-httpd_with_83424.zip?
Moodle in English -> Hardware and performance -> Moodle for 4K users -> Moodle for 4K users
The discussion you originally posted your issue is I want to install a Moodle 5.0 for more than 3,000 concurrent, I believe. If that's correct, you can't say, "I am facing the same problem". There the question was on how "to set up a Moodle system for a university with more than 3,000 concurrent users and exams". But you have a running Moodle and want "to make a quiz available for 4k students within the same interval of 2 hours". They are two entirely different things. So, it is correct to discuss your question in a thread of its own.