本帖最后由 xunis 于 2010-04-30 17:34:19 编辑

解决方案 »

  1.   

    xampp 有绿色版你看你的Apache 的端口是多少
      

  2.   

    http://blog.chinaunix.net/u/2898/showart_351498.html
      

  3.   


    #
    # Listen: Allows you to bind Apache to specific IP addresses and/or
    # ports, instead of the default. See also the <VirtualHost>
    # directive.
    #
    # Change this to Listen on specific IP addresses as shown below to 
    # prevent Apache from glomming onto all bound IP addresses.
    #
    #Listen 0.0.0.0:80
    #Listen [::]:80
    Listen 80
      

  4.   


    因为我也是第一次装 网上找了好多单独装的方法 4、汉化
      $g_default_language='chinese_simplified';
      $vi sql/db_generate.sql
      language varchar(32) NOT NULL default 'chinese_simplified',  $mysql -u mantis -p mantis<sql/db_generate.sql  $vi $APACHE_HOME/conf/httpd.conf像这些命令 是在哪里输入呢??? 没看懂这个
      

  5.   

    http://www.cnblogs.com/heminzhou/archive/2008/01/28/1056127.html
      

  6.   


    $vi $APACHE_HOME/conf/httpd.conf修改的是 APACHE_HOME/conf/httpd.conf 这个文件通过VI