Apache issue

Cac van de gap phai voi Apache

[root@dhcppc0 ~]# service httpd start găp lỗi sau:

AH00558: httpd: Could not reliably determine the server’s fully qualified domain name, using 127.0.0.1.

Login as Root và Kiem tra hostname xem đã đúng fully qualified domain chưa?

[root@dhcppc0 ~]# hostname
dhcppc0 => chưa đúng đủ fully qualified domain

thiết lập domain có đủ qualified như sau
[root@dhcppc0 ~]# hostname localhost.localdomain
[root@dhcppc0 ~]# hostname
localhost.localdomain
[root@dhcppc0 ~]# service httpd start

Thay đổi hostname vĩnh viễn: sửa trực tiếp trong file hostname

[root@localhost ~]# gedit /etc/hostname

hoặc thiết lập trong file network

[root@localhost ~]# gedit /etc/sysconfig/network với thông số : HOSTNAME=name

Cho phép sử dụng .htaccess

[root@localhost ~]# gedit /etc/httpd/conf/httpd.conf

# AllowOverride controls what directives may be placed in .htaccess files.
# It can be “All”, “None”, or any combination of the keywords:
#   Options FileInfo AuthConfig Limit
#
AllowOverride All

 

Leave a Reply

Your email address will not be published.