Talk:Apache configuration

About this board

Archives 

/Archive 1


Recommending php-mod ?

1
CarlosRuiz (talkcontribs)

The tuning page Manual:Performance tuning recommends:

"

if you use Apache as web server, use PHP-FPM, not mod_php. PHP-FPM optimizes re-use of PHP processes.

  • switch Apache to use the event MPM instead of the prefork MPM.

"


I think this page would be better in sync with the performance recommendation.

Reply to "Recommending php-mod ?"
38.131.219.250 (talkcontribs)

how do i use mediawiki without having my website online

Reply to "how do i"
2A02:908:FD23:B100:51DD:2E43:1280:5371 (talkcontribs)

With the new auth module coming with REL1.27 the apache need the following rules

<VirtualHost *:80>

AllowEncodedSlashes On

</VirtualHost>

to let you click the links on Special:RemoveCredentials, because these links contains encoded backslashes. Just for information, if someone can verify and maybe add it, would be nice.

Reply to "backslashes"
P858snake (talkcontribs)

I have Ubuntu, so I installed apache2 php5 module (libapache2-mod-php5). Right as the instuctions says. But this module needs apache2 mpm-prefork. Is there any way, how to install mediawiki on Ubuntu using another module? For example mpm-worker, so that I could configure ThreadStackSize?

This post was posted by Peachey88, but signed as Daniel Baránek.

Reply to "Ubuntu"
There are no older topics