ispCP - Board - Support
Apache2 error - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: Hungary Corner (/forum-46.html)
+--- Thread: Apache2 error (/thread-11145.html)



Apache2 error - toma3757 - 07-08-2010 09:16 PM

Üdv!
ToMa3757 vagyok, nem réga ót birtokomban van egy VPS szerver amelyre ispCP-t raktam.
Telepítés sikeresen lezajlott, de egy debian frissítés után ezt a hibaüzenetet kapom apache indításnál (ha jó lenne indulna bootoláskor):
Code:
Starting web server: apache2apache2: bad user name vu2000
failed!.

/etc/apache2/envvars :
Code:
export APACHE_RUN_USER=www-data
export APACHE_RUN_GROUP=www-data
export APACHE_PID_FILE=/var/run/apache2.pid

Első kérdésem az lenne hogy hogyan tudom üzembe helyezni az apache2-t?
A második pedig: miért aklarja vu2000 userrel futtatni az apache2-t?

Köszönöm, ToMa3757!


RE: Apache2 error - romantik - 07-14-2010 09:13 PM

/etc/apeaches/apeche2.conf -ban esetleg ezen a reszen minden stimmel?


Code:
# These need to be set in /etc/apache2/envvars
User ${APACHE_RUN_USER}
Group ${APACHE_RUN_GROUP}