Fred.
Well-known member
Hi,
I just ran into a problem while i was rebuilding Nginx.
I tried a new configuration file, then I got this. So I put my old configuration file back but I still get this.
Spdy is in there.
Can anyone help me with this?
It's a server with directadmin. It's completely down now.
I just ran into a problem while i was rebuilding Nginx.
I tried a new configuration file, then I got this. So I put my old configuration file back but I still get this.
Spdy is in there.
Can anyone help me with this?
It's a server with directadmin. It's completely down now.
Code:
Enabling nginx in systemd...
Using 109.**.161.92 for your server IP
Using 109.**.161.92 for your server IP
Checking to ensure /etc/nginx/ssl.crt/server.ca is set.
Using 109.**.161.92 for your server IP
Using 109.**.161.92 for your server IP
Restarting nginx.
Job for nginx.service failed. See 'systemctl status nginx.service' and 'journalctl -xn' for details.
[root@server01 custombuild]# systemctl status nginx.service
nginx.service - The nginx HTTP and reverse proxy server
Loaded: loaded (/etc/systemd/system/nginx.service; enabled)
Active: failed (Result: exit-code) since zo 2015-04-12 23:53:17 CEST; 25s ago
Process: 70454 ExecStartPre=/usr/sbin/nginx -t -c /etc/nginx/nginx.conf (code=exited, status=1/FAILURE)
Main PID: 11823 (code=exited, status=0/SUCCESS)
apr 12 23:53:17 server01.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server...
apr 12 23:53:17 server01.example.com nginx[70454]: nginx: [emerg] the "spdy" parameter requires ngx_http_spdy_module in /etc/nginx/nginx-vhosts.conf:27
apr 12 23:53:17 server01.example.com nginx[70454]: nginx: configuration file /etc/nginx/nginx.conf test failed
apr 12 23:53:17 server01.example.com systemd[1]: nginx.service: control process exited, code=exited status=1
apr 12 23:53:17 server01.example.com systemd[1]: Failed to start The nginx HTTP and reverse proxy server.
apr 12 23:53:17 server01.example.com systemd[1]: Unit nginx.service entered failed state.