![]() |
Optware.MediaWiki HistoryHide minor edits - Show changes to markup September 06, 2008, at 09:22 PM
by --
Changed lines 35-36 from:
You should choose Apache or php-thttpd or lighttpd. Having more than ofe of them installed will be messy. to:
You should choose Apache or php-thttpd or lighttpd. Having more than one of them installed will be messy. November 14, 2007, at 02:21 PM
by -- fixed false wikilinks
Changed line 54 from:
to:
You can also use lighttpd with PHP via FastCGI. It's fast and easy. November 10, 2007, at 01:36 PM
by --
Changed lines 60-61 from:
Still I'm unhappy with the many php-fcgi instances and am going to try independend fcgi spawning. Besides, all works well. to:
Still I was unhappy with the many php-fcgi instances, but using externally spawned php-fcgi helps to reduce them to 3 at least. Besides, all works well. Mediawiki's install script does not identify eAccelerator (for me, v0.9.5.2 came with php-fcgi 5.2.4), but I didn't bother; also, compression could improve performance (?), but I also didn't spend time on that. Will have to see how this compares against using apache in terms of speed and consumed resources. November 10, 2007, at 01:07 PM
by --
Changed lines 54-56 from:
You should use lighttpd with PHP via FastCGI?, see DeployPHPWebAppUsingFastCGI for how to change the configuration of lighttpd and should work well. to:
You can also use lighttpd with PHP via FastCGI?. It's fast and easy. See DeployPHPWebAppUsingFastCGI for how to change the configuration of lighttpd to support fast-cgi and php. I also changed lighttpd.conf thus: server.username="nobody" server.groupname="nobody". This needs chmod a+w /opt/var/log/lighttpd/* Still I'm unhappy with the many php-fcgi instances and am going to try independend fcgi spawning. Besides, all works well. November 09, 2007, at 11:38 PM
by -- mediawiki.org
Changed lines 8-9 from:
For full documentation see: http://wikipedia.sourceforge.net/ to:
For full documentation see: http://wikipedia.sourceforge.net and http://mediawiki.org - there is also some info on http://meta.wikimedia.org but this is in the process of being moved. November 09, 2007, at 06:57 PM
by -- lighttpd also works well
Changed lines 35-36 from:
You should choose Apache or php-thttpd. Having both installed will be messy to:
You should choose Apache or php-thttpd or lighttpd. Having more than ofe of them installed will be messy. Changed lines 47-48 from:
You should choose Apache or php-thttpd. to:
You should choose Apache or php-thttpd or lighttpd. Added lines 52-56:
lighttpdYou should use lighttpd with PHP via FastCGI?, see DeployPHPWebAppUsingFastCGI for how to change the configuration of lighttpd and should work well. Changed lines 58-59 from:
to:
Changed lines 111-114 from:
Anyone tried the cherokee or lighttpd with php-fcgi setup? see DeployPHPWebAppUsingFastCGI If you are not sure if to use MediaWiki or DokuWiki? there is a useful comparrison at wikimatrix dot org. to:
Anyone tried the cherokee with php-fcgi setup? see DeployPHPWebAppUsingFastCGI If you are not sure if to use MediaWiki or DokuWiki? there is a useful comparison at wikimatrix dot org. October 24, 2007, at 09:48 AM
by --
Changed lines 118-119 from:
Ofcourse without the bullets!@@ to:
Ofcourse without the bullets! Added lines 121-122:
October 24, 2007, at 09:46 AM
by --
Changed lines 113-118 from:
to:
Ofcourse without the bullets!@@ October 24, 2007, at 09:43 AM
by --
Changed lines 114-118 from:
LoadModule? php5_module libexec/libphp5.so AddHandler? php5-script php AddType? text/html php AddType? application/x-httpd-php-source phps to:
October 24, 2007, at 09:42 AM
by -- October 24, 2007, at 09:41 AM
by -- PHP list
Added lines 109-124:
Error; PHP-files are downloaded instead of run In a configuration with Unslung 6.8beta and Apache I had to add te following lines to /opt/etc/apache2/httpd.conf to get the PHP code running: LoadModule? php5_module libexec/libphp5.so AddHandler? php5-script php AddType? text/html php AddType? application/x-httpd-php-source phps I also had to add index.php to the line 'DirectoryIndex? index.html' thus making this line 'DirectoryIndex? index.php index.html' Now MediaWiki runs OK, still a bit slow though.... May 10, 2007, at 10:15 AM
by --
Changed lines 56-57 from:
to:
May 10, 2007, at 10:14 AM
by -- comment re: php running in Apache
Added lines 55-57:
[Comment] micwarr To get php running under Apache, I needed to add this line to httpd.conf: May 09, 2007, at 05:57 AM
by --
Added lines 30-32:
[Comment] micwarr I had to run the following command to get mysqladmin to work
January 29, 2007, at 11:39 PM
by -- /etc/httpd/conf.d/mediawiki.conf controls the access rights of mediawiki directories
Added lines 67-71:
Hi Lee, I have faced the same problem. It occurs, because we are trying to access the wikiserver from some other client (not the localhost). and in /etc/httpd/conf.d/mediawiki.conf only the localhost 127.0.0.1 is allowed to access config directory. change / add your clients IP in /etc/httpd/conf.d/mediawiki.conf allowed list and restart apache. it should work. Cheers Parminder June 04, 2006, at 10:17 AM
by --
Changed lines 94-96 from:
Anyone tried the cherokee or lighttpd with php-fcgi setup? see DeployPHPWebAppUsingFastCGI to:
Anyone tried the cherokee or lighttpd with php-fcgi setup? see DeployPHPWebAppUsingFastCGI If you are not sure if to use MediaWiki or DokuWiki? there is a useful comparrison at wikimatrix dot org. May 08, 2006, at 03:25 AM
by -- php-thttpd now works as of php 5.0.5
Changed lines 18-19 from:
to:
Changed lines 50-55 from:
to:
May 04, 2006, at 11:47 PM
by --
Added lines 95-98:
CommentsAnyone tried the cherokee or lighttpd with php-fcgi setup? see DeployPHPWebAppUsingFastCGI April 26, 2006, at 05:14 AM
by -- Summarise current status of php-thttp support
Changed lines 50-52 from:
to:
April 26, 2006, at 05:10 AM
by -- Start some doco on using php-thttpd
Added lines 12-14:
These instructions assume that you have not run mediawiki on your slug before; for information on how to remove a mediawiki installation see below. Changed lines 17-20 from:
(These instructions assume that you have not run mediawiki on your slug before; for information on how to remove a mediawiki installation see below).
to:
MySQL
Changed lines 30-31 from:
to:
ApacheYou should choose Apache or php-thttpd. Having both installed will be messy
Changed lines 41-55 from:
to:
php-thttpdYou should choose Apache or php-thttpd.
Issues
MediaWiki
February 22, 2006, at 02:47 PM
by -- Asked permissions denied question
Added lines 35-44:
[Comment] Lee At this point, I get: Forbidden I have tried changing ownership of the mediawiki to nobody (which I think is the user apache runs as). I have also tried changing ownership of the entire /opt directory to nobody but that does not alter this message. Any clues? May 15, 2005, at 05:27 PM
by --
Changed line 22 from:
If you forget your password, look in the MySQL section. to:
If you forget your MySQL root password, look in the MySQL section for instructions on how to reset it.\\ Added line 24:
May 15, 2005, at 05:22 PM
by --
Changed lines 20-23 from:
to:
\\ April 27, 2005, at 07:30 AM
by --
Added line 31:
April 19, 2005, at 04:08 AM
by --
Added lines 8-9:
For full documentation see: http://wikipedia.sourceforge.net/ April 19, 2005, at 02:02 AM
by --
Changed lines 38-42 from:
You can remove the mediawiki software from your system in the usual way:
to:
You can remove the mediawiki software from your system in the usual way:
April 19, 2005, at 01:59 AM
by --
Changed line 40 from:
to:
Changed lines 47-48 from:
to:
April 19, 2005, at 01:57 AM
by --
Changed line 23 from:
to:
Changed line 28 from:
to:
Changed line 49 from:
to:
April 19, 2005, at 01:54 AM
by --
Changed line 25 from:
to:
Changed line 33 from:
to:
Changed lines 45-49 from:
If you want to reconfigure an existing mediawiki, delete /opt/share/www/mediawiki/LocalSettings?.php, and reinstall mediawiki with to:
If you want to reconfigure an existing mediawiki:
April 19, 2005, at 01:50 AM
by --
Added lines 1-45:
MediaWiki for Unslung(:nolinkwikiwords:)
How to installTo set up mediawiki on an nslu2 running Unslung, do the following: (These instructions assume that you have not run mediawiki on your slug before; for information on how to remove a mediawiki installation see below).
How to uninstallYou can remove the mediawiki software from your system in the usual way:
If you want to totally delete all trace of a mediawiki installation from your system you must delete those files manually. If you want to reconfigure an existing mediawiki, delete /opt/share/www/mediawiki/LocalSettings?.php, and reinstall mediawiki with
view ·
edit ·
print ·
history ·
Last edited by jp.
Based on work by fcarolo, case, carlb, Einstein1974, micwarr, Parminder, Glenn, Peter Enzerink, Brian Zhou, Lee Kimber, barrym, and jp30. Originally by jp30. Page last modified on September 06, 2008, at 09:22 PM
|