PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Apache von Mandreake 8.2CD



HeadShot
02.06.02, 18:53
Hi!

Ich hab heute das komplette Serverzeugs von Mandrake nachinstallier was ich brauche.
Aber wo sind die Configfiles?

z.B Apache müsste /etc/httpd/conf/httpd.conf sein, das file ist auch da, abe wenn ich da was ändere und dann den apache restarte seh ihch die änderungen nicht.

mfg headi

p.s: ich weiss selbst das das *******e ist die dinger von mandrake zu installieren.

ml
02.06.02, 19:26
hi,

probier mal das file zu editieren:

/etc/httpd/conf/httpd-perl.conf

HeadShot
02.06.02, 22:54
also so einigermassen hab ichs jetzt hinbekommen. aber wie bring ich den apache dazu, das wenn man

http://url.de/username

eingibt, er den inhalt, oder die seiten im public_html verzeichnis des users anzeigt?


mfg headi

ml
02.06.02, 22:59
wenn dann über

http://url.de/~username

probier mal das:

#
# UserDir: The name of the directory which is appended onto a user's home
# directory if a ~user request is received.

# Note:
# The next three lines are commented out here. These directives and the access
# control section have been put into /etc/httpd/suse_public_html.conf.
# If the variable HTTPD_SEC_PUBLIC_HTML in /etc/rc.config.d/apache.rc.config
# is set to "yes" (default), SuSEconfig will include that file via
# /etc/httpd/suse_include.conf.
# Also note that for the /home/*/public_html directories to be browsable the
# executable flag must be set on the /home/* directories.


<IfModule mod_userdir.c>
UserDir public_html
</IfModule>