LINUX.ORG.RU
ФорумAdmin

проблема с httpd


0

0

Привет алл!

Как не странно я к вам с проблемой :)

Поставил httpd, Добавил запись в inetd. При запросе "http://192.168.0.1:80", в браузере ответ:

no listening sockets available, shutting down Unable to open logs

Всё это дело под FreeBSD. Что это такое и как с им бороться?

Спасибо!

If you want to try inetd, the first step is to edit the httpd.conf file by changing the ServerType:

ServerType inetd

Now add the following line to the /etc/inetd.conf file, which tells inetd what kind of services it's running and where to find the appropriate executable files:

httpd stream tcp nowait root /usr/local/apache/sbin/httpd -f /usr/local/apache/etc/httpd.conf

This assumes you want to run Apache as the root user. That's not a good idea on a production server, but on a test server it's probably acceptable and definitely simpler.

The last configuration change you need to make is in the /etc/services file, which tells inetd which port to associate with the HTTPD service. We've assumed the default HTTP port, port 80:

httpd 80/tcp httpd

sdio ★★★★★
()
Ответ на: комментарий от sdio

Благодарю!

Но его нет в конфиге, а если добавить ругаеться!

MrDanger
() автор топика
Ответ на: комментарий от MrDanger

Зачем через inetd запустить хочешь?

sdio ★★★★★
()

ЗАБЕЙ НА inetd И ЗАПУСКАЙ КАК ДЕМОН !

aborilov
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.