Error log while appache is starting

Hi,

When i start the appache on centOS 5, i am getting the error
log(/var/log/httpd/error_log) as below,

[error] *** Passenger could not be initialized because of this error:
Cannot create FIFO file /tmp/passenger.6865/.guard: Permission denied
(13).
What is this?. How can i solve this issue?.

Thanks,
Periyasamy

its look like permission issue.
chmod -R 777 /tmp/*
also i would like to know the your env. so that i can help you better.

Periyasamy R. wrote:

Hi,

When i start the appache on centOS 5, i am getting the error
log(/var/log/httpd/error_log) as below,

[error] *** Passenger could not be initialized because of this error:
Cannot create FIFO file /tmp/passenger.6865/.guard: Permission denied
(13).
What is this?. How can i solve this issue?.

Thanks,
Periyasamy