LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Letting Apache own "apache"-files? (https://www.linuxquestions.org/questions/linux-software-2/letting-apache-own-apache-files-331318/)

murr4y 06-07-2005 04:11 PM

Letting Apache own "apache"-files?
 
Hey!
I've downloaded and compiled Apache manually.
The built-in Apache version in FC3 has its own user and group, so Apache can read all files that belongs to "Apache", and have f.ex. 700 permission number.
I can't use the built-in version because I need suPHP (suphp.org); then I need apxs, and the built-in version doesn't include apxs.
If it's possible to install suPHP with the built-in version anyhow, it'd be great if someone could explain me how :)
If not, how do I create a user for the compiled apache installation? I've created the user, but I don't know how to "bind" it to apache. Is it at all possible?
Thanks,
HeiaTufte
PS. This is my first post here, so hello everyone :D

david_ross 06-07-2005 04:19 PM

Welcome to LQ.

You just need to set the User (and probably Group) directives in httpd.conf

murr4y 06-07-2005 04:27 PM

D'oh. So easy :rolleyes: probably considererd so easy that it doesn't need documentation, that's why I couldn't find anything :)
Thanks for your help :)

david_ross 06-07-2005 04:31 PM

There is ;)
http://httpd.apache.org/docs-2.0/mod...mmon.html#user
http://httpd.apache.org/docs-2.0/mod...mon.html#group

murr4y 06-07-2005 04:59 PM

Oh my god, look at that, where did I learn to search :D


All times are GMT -5. The time now is 06:05 AM.