EPrints Technical Mailing List Archive

Message: #05173


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

[EP-tech] Re: Permission denied error installing plugin


Hi Thomas,

 

The error I provided was seen the apache logs in /var/log/httpd/error_log and is therefore experienced by apache.

 

The apache config was set to run apache as user: eprints with group:  eprints so I expect that the command mkdir was done by eprints.

 

When I check the running processes they show that the httpd processes are being run by eprints as below.

 

Outside of this I am unsure how to find the running script or set its [GU]ID-attribute.

 

Can you let me know please how I should check this?

 

Many thanks.

 

 

Apache processes:

 

ps -ef | grep -i httpd | grep -v grep

root      4484     1  0 14:27 ?        00:00:02 /usr/sbin/httpd -DFOREGROUND

eprints   4486  4484  0 14:27 ?        00:00:00 /usr/sbin/httpd -DFOREGROUND

eprints   4487  4484  0 14:27 ?        00:00:00 /usr/sbin/httpd -DFOREGROUND

eprints   4488  4484  0 14:27 ?        00:00:00 /usr/sbin/httpd -DFOREGROUND

eprints   4489  4484  0 14:27 ?        00:00:00 /usr/sbin/httpd -DFOREGROUND

eprints   4490  4484  0 14:27 ?        00:00:02 /usr/sbin/httpd -DFOREGROUND

eprints   4491  4484  0 14:27 ?        00:00:00 /usr/sbin/httpd -DFOREGROUND

eprints   4517  4484  0 14:30 ?        00:00:00 /usr/sbin/httpd -DFOREGROUND

eprints   4518  4484  0 14:30 ?        00:00:00 /usr/sbin/httpd -DFOREGROUND

eprints   4519  4484  0 14:30 ?        00:00:00 /usr/sbin/httpd -DFOREGROUND

eprints   4520  4484  0 14:30 ?        00:00:02 /usr/sbin/httpd -DFOREGROUND

 

 

Best regards,

Kahena