I'm trying to install Moodle in one of my servers. I'm using Red Hat Enterprise Linux AS for the OS; Apache 2.0, MySQL 5.0, PHP 4.3. When I'm trying to follow the instruction just like in in the website, I found out that the AcceptPathInfo command didn't change color. Meanwhile for the other command to being configured it would change color.
And I think because of this my Moodle won't work at all. Can anyone help me on this?
Moodle installation with Red Hat Linux Enterprise
Number of replies: 3Re: Moodle installation with Red Hat Linux Enterprise
What page exactly are you referring to? How are you editing the httpd.conf file?
Without knowing more details, my guess is that you are using vi to edit the file and you have vim-minimal installed on this box instead of vim-enhanced. Doing a:
up2date -i vim-enhanced will install the full featured version of vi which includes color syntax highlighting.
If this is the case, this will not affect your Moodle install and the document you are referring to should probably be modified to say that *if* you're using a enhanced version of vi, the AcceptPathInfo will change color once vi recognizes it as a command.
I recommend continuing the guide as normal.
Jay
Without knowing more details, my guess is that you are using vi to edit the file and you have vim-minimal installed on this box instead of vim-enhanced. Doing a:
up2date -i vim-enhanced will install the full featured version of vi which includes color syntax highlighting.
If this is the case, this will not affect your Moodle install and the document you are referring to should probably be modified to say that *if* you're using a enhanced version of vi, the AcceptPathInfo will change color once vi recognizes it as a command.
I recommend continuing the guide as normal.
Jay
Re: Moodle installation with Red Hat Linux Enterprise
I just did what you told me. But the moodle still didn't work.
So what I did was something a bit primitive but I found it effective most of the time.
I reinstall the RHEL...
And guess what, it all works...
I think there must be something wrong with the last installation. Anyway, thanks Jay for your reply
So what I did was something a bit primitive but I found it effective most of the time.
I reinstall the RHEL...

And guess what, it all works...
I think there must be something wrong with the last installation. Anyway, thanks Jay for your reply
Re: Moodle installation with Red Hat Linux Enterprise
> I reinstall the RHEL...smile
Are you sure, it was Linux, not some sort of Wondooze?
This is very unusual for Unix. Do you have any idea what went wrong? By any chance, did you add SEL (security enhanced Linux) in the first try?
Are you sure, it was Linux, not some sort of Wondooze?
This is very unusual for Unix. Do you have any idea what went wrong? By any chance, did you add SEL (security enhanced Linux) in the first try?