Rawhide web server error

Rick Stevens ricks at nerd.com
Thu Dec 16 23:04:46 UTC 2010


On 12/16/2010 02:25 PM, Rob Healey wrote:
> Greetings:
>
> I am trying to figure out why I can NOT get my web server to run!?!  I have
> a completely updated rawhide installation, and this is what i am getting
> from my error_log file...
>
> [Thu Dec 16 14:18:22 2010] [notice] Digest: generating secret for digest
> authentication ...
> [Thu Dec 16 14:18:22 2010] [notice] Digest: done
> [Thu Dec 16 14:18:22 2010] [error] (2)No such file or directory: could not
> create /etc/httpd/run/httpd.pid

/etc/httpd/run is usually a symlink to ../../var/run/httpd (which should
ultimately be /var/run/httpd).  Do an "ls -l" on /etc/httpd/run and
make sure it's not a broken link.  In other words, make sure that
/var/run/httpd exists, is owned by root:apache and has 710 (rwx--x---)
permissions.
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer, C2 Hosting          ricks at nerd.com -
- AIM/Skype: therps2        ICQ: 22643734            Yahoo: origrps2 -
-                                                                    -
-     "Daddy, why doesn't this magnet pick up this floppy disk?"     -
----------------------------------------------------------------------


More information about the test mailing list