Page 1 of 1

Umstellung Apache 1.3 auf Apache 2.2 configurations probleme

Posted: 2006-01-22 12:43
by greenrover
Hallo, im apache 1.3 ging:

<VirtualHost xyz.de>
.....
User web130
Group ftponly
</VirtualHost>

Wiso schmeist der Apache 2.2 da eien Fehler ???

Und wenn ich diese raus nehme bekomme ich nur noch eien 403 Fehler da die Userrechte so nicht stimmen.

Kann mir jemand sagen wiso?

Re: Umstellung Apache 1.3 auf Apache 2.2 configurations probleme

Posted: 2006-01-22 12:47
by schl

Re: Umstellung Apache 1.3 auf Apache 2.2 configurations probleme

Posted: 2006-01-22 13:38
by greenrover
wenn ich in der doku was hilfreiches gefunde hätte dann würde ich nicht fragen.

Re: Umstellung Apache 1.3 auf Apache 2.2 configurations probleme

Posted: 2006-01-22 13:41
by schl
http://httpd.apache.org/docs/2.2/mod/mo ... cusergroup

dann solltest Du vielleicht noch mal einen Lesekurs machen :wink:

Re: Umstellung Apache 1.3 auf Apache 2.2 configurations probleme

Posted: 2006-01-22 15:05
by mattiass
GreenRover wrote:Hallo, im apache 1.3 ging:

<VirtualHost xyz.de>
.....
User web130
Group ftponly
</VirtualHost>
Die VirtualHost-Container werden mittlerweile anders definiert...

http://httpd.apache.org/docs/2.2/vhosts/name-based.html

Grüße,
Mattias

Re: Umstellung Apache 1.3 auf Apache 2.2 configurations probleme

Posted: 2006-01-22 16:56
by Roger Wilco
GreenRover wrote:wenn ich in der doku was hilfreiches gefunde hätte dann würde ich nicht fragen.
Suche in der Dokumentation nach "User" oder "Group" und schau dir zum einen die Bemerkung unter "Kompatibilität" und zum anderen die Einträge bei "Kontext" an. :roll: