Sasmita, on debian based systems doing something like `netstat -nlp` is really useful for knowing what processes are using what ports.
You can also use lsof, but I think the netstat trick is easier. -Brett On Fri, Jul 12, 2024 at 8:45 AM Sasmita Panda <[email protected]> wrote: > Thank you so much . I was given 8000 port for httpd module . Somehow that > was getting used for something else . > After changing that to 8001 the service started successfully without any > error . > > Thanks again . > > > *Thanks & Regards* > *Sasmita Panda* > *Senior Network Testing and Software Engineer* > *3CLogic , ph:07827611765* > > > On Fri, Jul 12, 2024 at 2:29 PM jeremy ardley via Users < > [email protected]> wrote: > >> >> On 12/7/24 16:32, Sasmita Panda wrote: >> >> >> Hi All , >> >> Below is the server I am using . >> ID="ec2" >> VERSION="20231013-1532" >> PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" >> NAME="Debian GNU/Linux" >> VERSION_ID="12" >> VERSION="12 (bookworm)" >> VERSION_CODENAME=bookworm >> ID=debian >> HOME_URL="https://www.debian.org/" >> SUPPORT_URL="https://www.debian.org/support" >> BUG_REPORT_URL="https://bugs.debian.org/" >> >> >> I have installed opensips from the package . >> >> 1 curl https://apt.opensips.org/opensips-org.gpg -o >> /usr/share/keyrings/opensips-org.gpg >> >> 2 echo "deb [signed-by=/usr/share/keyrings/opensips-org.gpg] >> https://apt.opensips.org bookworm 3.2-releases" >> >/etc/apt/sources.list.d/opensips.list >> >> 3 echo "deb [signed-by=/usr/share/keyrings/opensips-org.gpg] >> https://apt.opensips.org bookworm cli-nightly" >> >/etc/apt/sources.list.d/opensips-cli.list >> >> apt update >> >> apt install opensips-* >> >> Now I wanted to run a config with the httpd module but my service is not >> getting started and giving the below error . httpd.so file was also >> present in place . . >> >> *ERROR:httpd:httpd_proc: unable to start http daemon* >> >> What should I do to resolve this ? >> >> *Thanks & Regards* >> *Sasmita Panda* >> *Senior Network Testing and Software Engineer* >> *3CLogic , ph:07827611765* >> -- >> >> >> Have you checked no other services are running on port 80 and/or 443 ? >> >> What does journalctl / syslog report? >> _______________________________________________ >> Users mailing list >> [email protected] >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users >> > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users >
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
