Friday, May 10, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 1848  / 2 Years ago, fri, july 1, 2022, 8:39:15

I am new to ubuntu. Recently I tried to change user of htdocs according to many q&a 's available on askUbuntu. I followed these steps:



qayyum@qayyum:~$ who am i
qayyum pts/0 2014-10-01 15:29 (:0)
qayyum@qayyum:~$ sudo chown -R qayyum:qayyum /opt/lampp/htdocs
qayyum@qayyum:~$ sudo gedit /opt/lampp/etc/httpd.conf


As stated in many answers it worked well. But in file /httpd.confI found users which are not assumed to be there.
Problem
These users were found:



User daemon
Group daemon
</IfModule>


instead of suspected:



User nobody
Group nogroup


Is it ok to chang it to my user name and nogroup?


More From » permissions

 Answers
4

Yes it it is ok to change. Some configuration files may bring some variables like that, they're just examples. That's it.


[#22983] Sunday, July 3, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
nalystcul

Total Points: 390
Total Questions: 106
Total Answers: 115

Location: Tokelau
Member since Sun, May 7, 2023
1 Year ago
nalystcul questions
Sun, May 1, 22, 17:05, 2 Years ago
Mon, Sep 6, 21, 08:12, 3 Years ago
Fri, Mar 18, 22, 20:06, 2 Years ago
;