douluanzhao6689 2012-06-12 14:06
浏览 92
已采纳

在Fedora上安装MediaWiki的问题

I'm trying to install MediaWiki on fedora 17

I've followed the following instructions install guide.

I reached a stage where i'm supposed to configure MediaWiki on localhost/wiki page.

instead I get a page that specifies the files under that directory.

It seems that something is wrong with my php setttings/installation.

If you need me to post additional information please let me know.

Any ideas on how to resolve this issue?


Edit: The following files are visible

[TXT]   api.php 12-Apr-2011 04:07   4.5K     
[DIR]   config/ 12-Jun-2012 12:58   -    
[DIR]   images/ 12-Jun-2012 12:58   -    
[TXT]   index.php   01-Jan-2010 23:09   4.2K     
[TXT]   opensearch_desc.php 21-Mar-2009 18:48   3.0K     
[DIR]   skins/

Thanks now the php pages' source is displayed in it the following message appear

* This is the main web entry point for MediaWiki.
 *
 * If you are reading this in your web browser, your server is probably
 * not configured correctly to run PHP applications!

any ideas how to configure that?

Thanks in advance

  • 写回答

1条回答 默认 最新

  • dongyue3795 2012-06-12 14:27
    关注

    You can try adding a

    .htaccess
    

    file to the directory you see, with:

    Options -Indexes
    

    in it, to disable directory listing.

    EDIT:

    Take a look at the httpd.conf file in your local Apache folder. You need to modify the DirectoryIndex value to display index.php also:

    DirectoryIndex index.php index.html index.htm 
    

    EDIT 2:

    For running install script, you need to make the 'config' directory writable by the webserver/apache user.

    chmod a+w config 
    

    restart apache with:

    service httpd restart
    

    then reload the page.

    HTH

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 jupyterthemes 设置完毕后没有效果
  • ¥15 matlab图像高斯低通滤波
  • ¥15 针对曲面部件的制孔路径规划,大家有什么思路吗
  • ¥15 钢筋实图交点识别,机器视觉代码
  • ¥15 如何在Linux系统中,但是在window系统上idea里面可以正常运行?(相关搜索:jar包)
  • ¥50 400g qsfp 光模块iphy方案
  • ¥15 两块ADC0804用proteus仿真时,出现异常
  • ¥15 关于风控系统,如何去选择
  • ¥15 这款软件是什么?需要能满足我的需求
  • ¥15 SpringSecurityOauth2登陆前后request不一致