Page 1 of 1

Apache error 20024

PostPosted: 17. June 2013 14:29
by Rafaelrosa
I have a mediawiki installed on a local machine with xampp, on the local machine wiki works fine, but on the others local network computers I can access pages but loads without formatting and no skin, I try on IE 10 and firefox. Some ideia?

MediaWiki 1.21.1
PHP 5.4.7 (apache2handler)
MySQL 5.5.27
Xampp control panel v3.1.0 3.1.0

In the apache error.log shows
[Mon Jun 17 09:36:40.834723 2013] [core:error] [pid 2396:tid 328] (20024)The given path is misformatted or contained invalid characters: [client 10.68.5.204:49177] AH00127: Cannot map GET /wiki/index.php/Usu%C3%A1rio_Discuss%C3%A3o:Rafael HTTP/1.1 to file, referer: http://10.68.5.146/wiki/index.php/Especial:Prefer%C3%AAncias
[Mon Jun 17 09:52:47.099128 2013] [core:error] [pid 2396:tid 320] (20024)The given path is misformatted or contained invalid characters: [client 10.68.5.204:49241] AH00127: Cannot map GET /wiki/index.php/CaixaWiki:Eventos_atuais HTTP/1.1 to file, referer: http://10.68.5.146/wiki/index.php/P\xc3\xa1gina_principal

Re: Apache error 20024

PostPosted: 17. June 2013 15:18
by Altrea
Same issue as all the other "no skin / css / image from remote" topics
=> Webapplication configuration issue

Set the correct base URL or something similar

Re: Apache error 20024

PostPosted: 17. June 2013 15:44
by Rafaelrosa
how i set the correct base URL? i access my wiki from http://10.68.5.146/wiki/index.php/página_principal

Re: Apache error 20024

PostPosted: 17. June 2013 16:01
by Altrea

Re: Apache error 20024

PostPosted: 17. June 2013 17:30
by Rafaelrosa
i change the $swscriptpath but i get the same error

Re: Apache error 20024

PostPosted: 17. June 2013 18:46
by Rafaelrosa
I try mediawiki with wamp and get same error, i think is an error/config on apache :cry:

Re: Apache error 20024

PostPosted: 17. June 2013 19:34
by Rafaelrosa
im under a bussines localnetwork, that error can be couse of a network block?

Re: Apache error 20024

PostPosted: 17. June 2013 21:43
by Altrea
This is still a third party configuration issue. We can't provide support for non XAMPP products.
Please use the support channels MediaWiki provides: http://www.mediawiki.org/wiki/Project:Support_desk

Rafaelrosa wrote:im under a bussines localnetwork, that error can be couse of a network block?

Maybe a dns issue in your network but very uncommon. We can't do the debugging for you.
Request the site from a computer in your network with the intranet address and analyse that request and response with a plugin like FireBug for Firefox.
Priority should be to check which subrequests (css, js, images, etc) are done on which addresses and why they cannot be found.

Re: Apache error 20024

PostPosted: 17. June 2013 21:54
by hackattack142
Hello,

To throw in my 2 cents, you probably have this issue: https://issues.apache.org/bugzilla/show ... i?id=41441

It does not appear to be an issue if you run Apache on Linux.

You should read this: http://www.mediawiki.org/wiki/Manual:Sh ... cial_Pages

That is about all the help I can give on the issue.