G
Grossmann-Grupp
Guest
Hi!
I have the Next Problem after killing my Plesk ;-)
Here is the original Command:
Original German:
Translated with Google:
Now I wont to add a new Domain to Plesk. After open a new Account should open a Plesk Page at the Domain...
But there is this...
I think the Apache must be in another User Group... But in which Group must be the Apache?
Did somebody know how I can fix this???
I have the Next Problem after killing my Plesk ;-)
Here is the original Command:
Original German:
# Wenn Sie noch Apache Version 1.x nutzen (und nur dann!) führen Sie folgendes Kommando zuerst aus:
usermod -g apache -G users apache
Mit diesem Befehl wird der Webserver Apache der Gruppe users zugeordnet.
# Wenn Sie Apache Version 1.x nutzen, führen Sie bitte dieses Kommando aus:
chgrp -R users ostube
Haben Sie Apache2 (Standard in den meisten modernen Distributionen) führen Sie jenes Kommando aus:
chgrp -R www-data ostube
Hier ändern wir die Gruppenzugehörigkeit des osTube-Ordners und aller seiner Unterordner und Dateien rekursiv zur Gruppe users (im Fall Apache 1.x) oder zur Gruppe www-data (im Fall Apache2).
Translated with Google:
If you have Apache version (use 1.x and only if) you run the following command first:
usermod-g users-G apache apache
With this command, the Apache Web server of the group is assigned to users.
# If you are using Apache version 1.x, please run this command:
chgrp-R users osTube
If you have Apache2 (default in most modern distributions), run that command:
chgrp-R www-data osTube
Here we change the group affiliation of the osTube folder and all its subfolders and files recursively to group users (in the case of Apache 1.x) or to the group www-data (in the case of Apache2).
Now I wont to add a new Domain to Plesk. After open a new Account should open a Plesk Page at the Domain...
But there is this...
Forbidden
You don't have permission to access / on this server.
Apache/2.2.3 (CentOS) Server at www.DOMAIN.de Port 80
I think the Apache must be in another User Group... But in which Group must be the Apache?
Did somebody know how I can fix this???