QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1281|回复: 6

启动HTTPD时候出错 ,请指教,谢谢

[复制链接]
发表于 2004-10-26 19:44:24 | 显示全部楼层 |阅读模式
[root@york src]# service httpd start
Syntax error on line 850 of /usr/local/apache/conf/httpd.conf:
AddType requires at least two arguments, a mime type followed by one or more file extensions
[root@york src]#
 楼主| 发表于 2004-10-26 20:06:38 | 显示全部楼层
我的httpd.conf里有这么一段代码:
#
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz
AddType application/x-httpd-php.php
AddType application/x-httpd-php-source.phps
#
后面两行是按照教程加上去的呀,哪里出了问题呢?
回复

使用道具 举报

 楼主| 发表于 2004-10-26 20:13:57 | 显示全部楼层
RH9.0
APACHE版本是2.0.52
PHP版本是4.3.9
回复

使用道具 举报

发表于 2004-10-26 20:23:30 | 显示全部楼层
[quote:d828b32cf5="netbuddy"]我的httpd.conf里有这么一段代码:
#
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz
AddType application/x-httpd-php.php
AddType application/x-httpd-php-source.phps
#
后面两行是按照教程加上去的呀,哪里出了问题呢?[/quote]
[code:1]AddType    application/x-httpd-php   .php
AddType    application/x-httpd-php-source   .phps
[/code:1]

语法: AddType  MIME  extentions

中间要留空格!
回复

使用道具 举报

 楼主| 发表于 2004-10-26 20:35:56 | 显示全部楼层
[root@york conf]# service httpd start
httpd: Could not determine the server's fully qualified domain name, using 192.168.222.181 for ServerName
httpd (pid 2552) already running
改了,但是还是有问题呀,最后一个问题解决就OK了
回复

使用道具 举报

发表于 2004-10-26 21:20:41 | 显示全部楼层
[quote:7b897be0d9="netbuddy"]httpd: Could not determine the server's fully qualified domain name, using 192.168.222.181 for ServerName[/quote]这个又是 DNS 反向解析问题,apache 不知道你的 IP 地址对应的机器名。在 /etc/hosts 里加上 192.168.222.181   your_host_name,或者在 httpd.conf 里面设好 ServerName your_host_name

[quote:7b897be0d9="netbuddy"]httpd (pid 2552) already running[/quote]你的 apache 已经启动了,用 service httpd restart 重新启动。
回复

使用道具 举报

 楼主| 发表于 2004-10-26 22:02:47 | 显示全部楼层
谢谢/etc/hostsl里已经有我的机器名,通过http://192.168.222.181也可以正常访问本地叶面,就是在httpd.conf里还,没有,现在的 是 这样的 :
#<VirtualHost *:80>
#    ServerAdmin [email protected]
#    DocumentRoot /www/docs/dummy-host.example.com
#    ServerName dummy-host.example.com
#    ErrorLog logs/dummy-host.example.com-error_log
#    CustomLog logs/dummy-host.example.com-access_log common
#</VirtualHost>
把ServerName dummy-host.example.com这里改过来就可以了吗?还有,前面的#是注释吗?再次谢谢dannycat
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-7 07:38 , Processed in 0.071553 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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