Why am I getting an Apache Proxy 503 error?

后端 未结 6 640
眼角桃花
眼角桃花 2021-01-30 05:12

My server was doing just fine up until yesterday. It was running Redmine, and it was the happiest little server until my \"friend\" imported a SQL table that my

6条回答
  •  北荒
    北荒 (楼主)
    2021-01-30 05:46

    First check whether the port 8080 is listening or not by the following command

    netstat -tlpn
    

    If not than restart the jenkins server by the following command

    sudo /etc/init.d/jenkins start
    

    It should work now. Hope it helps.

提交回复
热议问题