Hello,
I have downloaded and installed a mediawiki-1.14.0, and I installed it on my computer. It worked perfectly well, untill just now I met a problem : I created a page ``test'', and I write these as the source of the page --- <nowiki> /usr/bin/perl </nowiki> === please notice that there is a space before <nowiki> in the first line. When saving this page, I got a error-message : --- Method Not Implemented
POST to /index.php not supported. Apache/2.2.0 (Fedora) Server at 192.168.1.53 Port 9053 ===
I made some experiment on this problem, And I found that when I modified it to --- <nowiki> /usr/bin/perll </nowiki> === There was no error during saving.
Who know what is happenning?
thanks in advance.
Have you tried using <code> instead of <nowiki> ? But then again I guess you could want it to just be inline and all...
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of julian liu Sent: Monday, April 06, 2009 3:00 AM To: mediawiki-l Subject: [Mediawiki-l] some thing wrong with ``/usr/bin/perl''?
Hello,
I have downloaded and installed a mediawiki-1.14.0, and I installed it on my computer. It worked perfectly well, untill just now I met a problem : I created a page ``test'', and I write these as the source of the page --- <nowiki> /usr/bin/perl </nowiki> === please notice that there is a space before <nowiki> in the first line. When saving this page, I got a error-message : --- Method Not Implemented
POST to /index.php not supported. Apache/2.2.0 (Fedora) Server at 192.168.1.53 Port 9053 ===
I made some experiment on this problem, And I found that when I modified it to --- <nowiki> /usr/bin/perll </nowiki> === There was no error during saving.
Who know what is happenning?
thanks in advance.
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
julian liu wrote:
Hello,
I have downloaded and installed a mediawiki-1.14.0, and I installed it on my computer. It worked perfectly well, untill just now I met a problem : I created a page ``test'', and I write these as the source of the page
<nowiki> /usr/bin/perl </nowiki>
Some paranoic module, like mod_security, is blocking it thinking it's a cracking attempt. Disable it on the server config. MediaWiki doesn't block writing about perl, despite being written in php :)
Hi, Platonides,
Thanks for your suggestion.
From http://www.mydigitallife.info/2006/10/21/remove-and-uninstall-or-disable-mod... I got the method to disable mod_security. Following that instruction, I put a .htaccess into directory /home2/wiki (my wiki's home) on my mediawiki server. But that seems not help me.
source such as --- <nowiki>cd /home</nowiki> === still cause the problem, reported by firefox as --- Method Not Implemented
POST to /index.php not supported. Apache/2.2.0 (Fedora) Server at 192.168.1.53 Port 9053 ===
On Mon, 06 Apr 2009 16:17:34 +0200 Platonides Platonides@gmail.com wrote:
julian liu wrote:
Hello,
I have downloaded and installed a mediawiki-1.14.0, and I installed it on my computer. It worked perfectly well, untill just now I met a problem : I created a page ``test'', and I write these as the source of the page ---
<nowiki> /usr/bin/perl </nowiki>
Some paranoic module, like mod_security, is blocking it thinking it's a cracking attempt. Disable it on the server config. MediaWiki doesn't block writing about perl, despite being written in php :)
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org