https://issues.apache.org/bugzilla/show_bug.cgi?id=45863


MOB.COM <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |ASSIGNED




--- Comment #5 from MOB.COM <[EMAIL PROTECTED]>  2008-09-23 06:53:10 PST ---
1. When no httpd processes are running and attempt is made to start httpd,
nothing happens, no error messages.

2. When httpd process is running and try to start/restart, gives binding error.

Source of the problem is that pidfile line is uncommented by default and no
pidfile is created.


Apache looks for the pidfile in "/etc/httpd/run/httpd.pid" or whatever the
ServerRoot is set to by the user. There is no "run" directory created into the
ServerRoot by the Apache 2.2.9 source install.

Possible Solution:
If Apache is not able to create pidfile into $ServerRoot/run/ due to "run"
directory not existing, then if this is the default location for Pidfiles,
Apache should create the run directory also during install, or add another
default Pidfile location into the httpd.conf if this is not the default
location.

Vendor Specific factor:
This depends whether RHEL5 is the only OS that sets Pidfile location in
httpd.conf files to "PidFile run/httpd.pid" by default.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to