Re: [Pound Mailing List] pound won't start
Konstantinos Christidis <kochrist-Kwo/[email protected]>
| Newsgroups | gmane.comp.web.pound.general |
|---|---|
| Message-ID | <[email protected]> |
Try removing at all PID line from this file /usr/lib/systemd/system/pound.service # systemctl stop pound.service # cat /usr/lib/systemd/system/pound.service [Unit] Description=Pound Reverse Proxy And Load-balancer After=syslog.target network.target [Service] Type=forking ExecStart=/usr/sbin/pound [Install] WantedBy=multi-user.target # systemctl daemon-reload # systemctl start pound.service On 05/19/2015 02:50 AM, Daniel wrote: > Hello, > > i am on CentOS 7, i just installed pound via yum. > Everytime i want to start it this error comes up. > > May 19 01:23:17 localhost systemd: PID file /var/run/pound.pid not > readable (yet?) after start. > May 19 01:24:47 localhost systemd: pound.service operation timed out. > Terminating. > May 19 01:24:47 localhost systemd: Failed to start Pound Reverse Proxy > And Load-balancer. > May 19 01:24:47 localhost systemd: Unit pound.service entered failed > state. > > And this is my config : > > User "nginx" > Group "nginx" > LogLevel 1 > Alive 30 > Control "/tmp/poundctl.socket" > > ListenHTTP > Address 0.0.0.0 > Port 80 > > Service > BackEnd > Address 127.0.0.1 > Port 8080 > End > End > End > > ListenHTTPS > HeadRemove "X-Forwarded-Proto" > AddHeader "X-Forwarded-Proto: https" > Address 0.0.0.0 > Port 443 > Cert "/etc/pki/tls/certs/mycert.pem" > > Service > BackEnd > Address 127.0.0.1 > Port 8080 > End > End > End > > > Does anyone has a clue? > > thanks, > > Daniel -- Konstantinos Christidis National Documentation Center / N.H.R.F. Information Systems Department 48, Vas. Constantinou Av. GR-11635 Athens, Greece tel: +30 210 7273952 fax: +30 210 7252223 email: kochrist-Kwo/[email protected] http://www.ekt.gr -- To unsubscribe send an email with subject unsubscribe to [email protected] Please contact [email protected] for questions.