Thread Pfad zu Perl ändern (perlbrew) (13 answers)
Opened by pktm at 2011-09-21 12:49

pktm
 2011-09-21 15:16
#152569 #152569
User since
2003-08-07
2921 Artikel
BenutzerIn
[Homepage]
user image
Also, in der httdp.conf steht nobody:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<IfModule !mpm_winnt_module>
<IfModule !mpm_netware_module>
#
# If you wish httpd to run as a different user or group, you must run
# httpd as root initially and it will switch.
#
# User/Group: The name (or #number) of the user/group to run httpd as.
# It is usually good practice to create a dedicated user and group for
# running httpd, as with most system services.
#
User nobody
Group nogroup
</IfModule>
</IfModule>


Ich kann auch mir DirHandle das Verzeichnis /Users/pktm auslesen und ausgeben lassen. Wie kann man das ausführende Recht denn testen?
http://www.intergastro-service.de (mein erstes CMS :) )

View full thread Pfad zu Perl ändern (perlbrew)