Hello.
I have a question, not really a problem.
I've seen in the doc (don't remember where) that to have the upload of images allowed, the image folder should be writtable by all (chmod 777).
When looking at my config, I see that at an unknown moment (I think I was tired and forgot to document the change) I made this foder "wwwrun:www" and chmod 755
rwxr-xr-x 14 wwwrun www 392 2005-10-13 20:07 images
I beg wwwrun is the apache user on my suse linux 9.0. this works ok.
thus a reader gives me as a clue to use suphp with an unix user and a chmod 700
what do you think of this? what is the best method?
second, I plan to upload my wiki on my ISP server, but there I will not have any chmod available, however php is commonly used and is said to have the necessary permissions. Do you think there may be a problem?
thanks jdd
PHP is not the same as permissions. The images directory needs to be writeable by your web server process account. Most commercial service providers offer some sort of control panel, which provides a wrapper to CHMOD - look for "permissions" or somesuch. Alternatively, your FTP client may contain a nice CHMOD GUI or you may just be able to issue raw SITE commands - in which case, CHMOD is still accessible to you.
Rob Church
On 25/10/05, jdd jdd@dodin.org wrote:
Hello.
I have a question, not really a problem.
I've seen in the doc (don't remember where) that to have the upload of images allowed, the image folder should be writtable by all (chmod 777).
When looking at my config, I see that at an unknown moment (I think I was tired and forgot to document the change) I made this foder "wwwrun:www" and chmod 755
rwxr-xr-x 14 wwwrun www 392 2005-10-13 20:07 images
I beg wwwrun is the apache user on my suse linux 9.0. this works ok.
thus a reader gives me as a clue to use suphp with an unix user and a chmod 700
what do you think of this? what is the best method?
second, I plan to upload my wiki on my ISP server, but there I will not have any chmod available, however php is commonly used and is said to have the necessary permissions. Do you think there may be a problem?
thanks jdd
-- pour m'écrire, aller sur: http://www.dodin.net http://valerie.dodin.net http://arvamip.free.fr _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
Rob Church wrote:
PHP is not the same as permissions
I'm not myself php expert, but I was informed by a reader that using suphp allows a per user directory access.
this means that one (admin of his serveurs, of course) can define one admin unix user per php application and allow him writing rights.
so the user for mediawiki can write the image directory, but the user of, say, phpBB can't.
This seems good for security reason.
If true (and it seems to be) this method should be advertised.
thanks jdd
Hi MediaWiki team, I made a little hack to MediaWiki 1.4.11 which shows valid search hints when you type in the search box.
For more information look at the attached file.
Sincerely, Slavej Karadjov
Slavei Karadjov wrote:
Hi MediaWiki team, I made a little hack to MediaWiki 1.4.11 which shows valid search hints when you type in the search box.
For more information look at the attached file.
* Please don't respond to an unrelated message to start a new thread, as it disrupts threading. * This mailing list strips attachments; patches should be posted on bugzilla.wikimedia.org (if fixes useful for the software) or somewhere else say a page on www.mediawiki.org for 'neat stuff' patches.
-- brion vibber (brion @ pobox.com)
On 10/26/05, Slavei Karadjov slaff@linux-bg.org wrote:
Hi MediaWiki team, I made a little hack to MediaWiki 1.4.11 which shows valid search hints when you type in the search box.
I've noted your hack on meta:
Thanks.
Sy Ali wrote:
On 10/26/05, Slavei Karadjov slaff@linux-bg.org wrote:
Hi MediaWiki team, I made a little hack to MediaWiki 1.4.11 which shows valid search hints when you type in the search box.
I've noted your hack on meta:
http://meta.wikimedia.org/wiki/Search_Hint _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org