LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: 北南南北

php-4.3+mysql-3.23+apache-2.0+vbb-2.32论坛的架设方法

[复制链接]
发表于 2003-12-2 08:45:07 | 显示全部楼层

httpd怎么改变默认目录

我想把主页文件放到/home/dyw里面,老是运行不了,只出行test模式,如果放到/var/www/html就OK了,下面的配制不知道是哪出现了问题?
版主近来是不是对我有意见了,老不见回我,随我是菜鸟,却是LINUX热心者,没有大家的帮助我是学不好的。
ServerName 192.168.0.1:80

#
# UseCanonicalName: Determines how Apache constructs self-referencing
# URLs and the SERVER_NAME and SERVER_PORT variables.
# When set "Off", Apache will use the Hostname and Port supplied
# by the client.  When set "On", Apache will use the value of the
# ServerName directive.
#
UseCanonicalName Off

#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "/home/dyw"

#
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# features.  
#
<Directory />
    Options FollowSymLinks
    AllowOverride None
</Directory>

#
# Note that from this point forward you must specifically allow
# particular features to be enabled - so if something's not working as
# you might expect, make sure that you have specifically enabled it
# below.
#

#
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "/home/dyw">

#
# Possible values for the Options directive are "None", "All",
# or any combination of:
#   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI Multiviews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important.  Please see
# http://httpd.apache.org/docs-2.0/mod/core.html#options
# for more information.
#
    Options Indexes FollowSymLinks
:p
发表于 2003-12-2 12:47:48 | 显示全部楼层

回复: httpd怎么改变默认目录

最初由 邓奕文 发表
我想把主页文件放到/home/dyw里面,老是运行不了,只出行test模式,如果放到/var/www/html就OK了,下面的配制不知道是哪出现了问题?
版主近来是不是对我有意见了,老不见回我,随我是菜鸟,却是LINUX热心者,没有大家的帮助我是学不好的。

我以前也遇到过这个问题,我觉得是不是权限问题呀?
我这次安装的时候就是按照北南兄上面的方法装的,没问题了
你试试这样:
#chmod 755 /home/dyw
#chmod -R 755 /home/dyw
试试看行不?
发表于 2003-12-2 20:48:14 | 显示全部楼层
管理员,终于等到你这篇文章了,但我问个弱智问题,
Fedora 1.0 core是什么,和LINUX9.0有区别吗?难道他们是两个操作系统~我是菜鸟,不好意思~
 楼主| 发表于 2003-12-2 21:43:01 | 显示全部楼层
最初由 猪猪 发表
管理员,终于等到你这篇文章了,但我问个弱智问题,
Fedora 1.0 core是什么,和LINUX9.0有区别吗?难道他们是两个操作系统~我是菜鸟,不好意思~


方法都是一样的,Fedora是Redhat和开源社区合作的项目。说直了,就是Redhat9的升级版。
发表于 2003-12-2 22:00:24 | 显示全部楼层
那是不是用Fedora要好点?
上面的方法可以在redhat 9.0下安装吗?
Fedora哪有中文版本下的?我想也安装(这样就可以完全照着做了)嘿嘿
发表于 2003-12-3 01:33:57 | 显示全部楼层
我是局域网用户,怎么才能让局域网内的用户和外部公众网的用户访问到我的论坛呢?3322的动态域名只说了adsl拨号用户的配置方法:(
请北南兄赐教。谢谢
发表于 2003-12-3 07:02:19 | 显示全部楼层
第一次刚刚配置完的时候mysql可以启动,但是之后就不行了,总是错误。但是当我检查/etc/inint.d/mysqld status时,却显示正在运行。不知道到底怎么回事。
 楼主| 发表于 2003-12-3 13:44:17 | 显示全部楼层
最初由 guoweiok 发表
第一次刚刚配置完的时候mysql可以启动,但是之后就不行了,总是错误。但是当我检查/etc/inint.d/mysqld status时,却显示正在运行。不知道到底怎么回事。



我的也一样,是BUG,最好的办法是自己用源码包来安装mysql+php+apache。

不过RPM包的好处就是方便。

我写了教程,目的就是没有一点Linux知识的弟兄,能一下就上手。也就是说,这个文章是为新手弟兄练习用的。根本不能登大雅之堂。

如果兄弟编译安装,可以下载apahce mysql php 最新最稳定的版本。

不妨试试看
 楼主| 发表于 2003-12-3 13:49:57 | 显示全部楼层
最初由 tonytop 发表
我是局域网用户,怎么才能让局域网内的用户和外部公众网的用户访问到我的论坛呢?3322的动态域名只说了adsl拨号用户的配置方法:(
请北南兄赐教。谢谢


兄弟,这个没有办法。如果想让别人访问到我们,必须把猫改成非路由的。linux的机器是双网卡。然后设置其它的机器通过这台LINUX的机器上网。虽然有点不方便,但我感觉这是比较安全的。
发表于 2004-2-2 21:56:46 | 显示全部楼层
好文章
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表