Sortix cisortix manual
This manual documents Sortix cisortix. You can instead view this document in the latest official manual.
NAME
httpd — HTTP daemonSYNOPSIS
httpd | [-dnv] [-D macro=value] [-f file] |
DESCRIPTION
The httpd daemon is an HTTP server with FastCGI and TLS support.- -D macro=value
- Set a macro to a value. Macros can be referenced in the configuration files.
- -d
- Debug mode. Create one server and don't detach or become a daemon. This allows for easy monitoring of httpd.
- -f file
- Specifies the configuration file. The default is /etc/httpd.conf.
- -n
- Check that the configuration is valid, but don't start any servers.
- -v
- Verbose mode. Multiple -v options increase the verbosity.
FILES
- /etc/httpd.conf
- Default configuration file.
- /etc/ssl/private/server.key
- Default SSL/TLS server key.
- /etc/ssl/server.crt
- Default SSL/TLS server certificate.
- /var/run/httpd.sock
- UNIX-domain socket used for communication with httpd.
- /var/www/logs/access.log
- Default access log file.
- /var/www/logs/error.log
- Default error log file.