cat: /etc/inetd.conf: Нет такого файла или каталогаможет апач запускается через inetd ? Что в /etc/inetd.conf ?
You must be registered for see links
#ServerName www.example.com:80
ServerName localhost:80
не трогать этот файл! это файл конфигурации в котором определяются сервисы с ихними атрибутамиcat: /etc/inetd.conf: Нет такого файла или каталога
есть такой:
/etc/xinetd.conf
поменять наКод:#ServerName www.example.com:80
перезапустить службуКод:ServerName localhost:80
всеравно[root@localhost ~]# service httpd restart
Останавливается httpd: [ OK ]
Запускается httpd: (13)Permission denied: make_sock: could not bind to address [::]:8000
(13)Permission denied: make_sock: could not bind to address 0.0.0.0:8000
no listening sockets available, shutting down
Unable to open logs
[ СБОЙ ]
Active Internet connections (only servers)netstat -tulpn | grep :80
и вообще покажи что у тебя на каком порту
Что у тебя в /etc/xinetd.conf ? Есть строка с httpd ?
вот#
# This is the master xinetd configuration file. Settings in the
# default section will be inherited by all service configurations
# unless explicitly overridden in the service configuration. See
# xinetd.conf in the man pages for a more detailed explanation of
# these attributes.
defaults
{
# The next two items are intended to be a quick access place to
# temporarily enable or disable services.
#
# enabled =
# disabled =
# Define general logging characteristics.
log_type = SYSLOG daemon info
log_on_failure = HOST
log_on_success = PID HOST DURATION EXIT
# Define access restriction defaults
#
# no_access =
# only_from =
# max_load = 0
cps = 50 10
instances = 50
per_source = 10
# Address and networking defaults
#
# bind =
# mdns = yes
v6only = no
# setup environmental attributes
#
# passenv =
groups = yes
umask = 002
# Generally, banners are not used. This sets up their global defaults
#
# banner =
# banner_fail =
# banner_success =
}
includedir /etc/xinetd.d