Код: Выделить всё
root@lvho01srfs03:/usr/local/smokeping/htdocs # /usr/local/etc/rc.d/smokeping start
Starting smokeping.
Note: logging to syslog as local0/info.
Daemonizing /usr/local/bin/smokeping ...
root@lvho01srfs03:/usr/local/smokeping/htdocs #
Код: Выделить всё
root@lvho01srfs03:/usr/local/smokeping/htdocs # tail -f /var/log/httpd-error.log
[Thu Jul 16 13:53:26.019556 2015] [authz_core:error] [pid 54911] [client 10.0.14.37:55123] AH01630: client denied by server configuration: /usr/local/smokeping/htdocs/
[Thu Jul 16 13:53:26.568292 2015] [authz_core:error] [pid 54911] [client 10.0.14.37:55123] AH01630: client denied by server configuration: /usr/local/smokeping/htdocs/
Код: Выделить всё
Alias /smokeping/ /usr/local/smokeping/htdocs/
<Directory /usr/local/smokeping/htdocs>
Options Includes ExecCGI
DirectoryIndex smokeping.fcgi
AddHandler cgi-script .fcgi
AllowOverride All
Order allow,deny
Allow from All
</Directory>
Код: Выделить всё
...
<IfModule alias_module>
тоесть здесь
</IfModule>
...