mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #00933
[Bug 614179] Re: Installing Mahara - Internal Server Error
Mahara ships with an .htaccess file in the htdocs folder which uses the
php_flag directives to disable a variety of strange/stupid/dangerous/etc
php options.
Given the errors that you're seeing (Invalid command 'php_flag'), I
would guess that you're not using mod_php and therefore that the
.htaccess doesn't know how to handle the php_flag and php_value options
within the .htaccess file. Are you perhaps running php with something
like suexec?
>From memory and a quick google, if you're not running php as a module, you can't control it with a .htaccess file and so you need to insert the php options used in the .htaccess file into your php configuration in some other manner. As to how you do that would depend on the way in which your server is set up. Once you've got those options set, you should be able to safely remove them from your .htaccess file.
If you don't remove them from the .htaccess file, you'll continue to get an '500 Internal Server Error'. If you remove them from your .htaccess file and don't add them to your php configuration YMMV. Things like register_globals could still be on, and magic quotes and these could affect how the site operates.
--
Installing Mahara - Internal Server Error
https://bugs.launchpad.net/bugs/614179
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Status in Mahara ePortfolio: Incomplete
Bug description:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@******* and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache Server at www.porto.kreativno.rs Port 80
I follow the instructions on http://wiki.mahara.org/System_Administrator%27s_Guide/Installing_Mahara
It's Mahara 1.2, on Linux, with mySql
I don't know where can I start to reslove the problem.
Thank you in advance!
References