I installed httpd-2.2.29 using the commands:
./configure --prefix=/home/user/httpd make make install
I configured httpd.conf and tried to start apache: apachectl start. But the following error appeared: (13) Permission denied: error loading pid / httpd.pid file Delete it before continuing if it is damaged.
I tried to find the httpd.pid file, but where there is no such file. Can someone help me solve this problem?
source share