Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comm.software.webserver > #1388
| From | Kay Martinen <usenet@martinen.de> |
|---|---|
| Newsgroups | de.comm.software.webserver |
| Subject | Re: Apache 'Directory'-Direktive |
| Date | 2020-12-07 20:03 +0100 |
| Organization | My tiny piece of the World |
| Message-ID | <fsa2ah-1j3.ln1@news.martinen.de> (permalink) |
| References | <4692ah-a8b.ln1@ardbeg.whisky.at.home> |
Am 07.12.20 um 19:34 schrieb Michael Schütz:
> ich habe da ein Verständnisproblem mit der Directory-Direktive beim
> Apachen.
> Folgendes habe ich probiert:
> <VirtualHost *:80>
>
> ServerAdmin webmaster@localhost
> DocumentRoot /var/www/html
>
> ErrorLog ${APACHE_LOG_DIR}/error.log
> CustomLog ${APACHE_LOG_DIR}/access.log combined
>
> Alias /x/ /home/ms/
>
> <Directory /home/ms/>
> Options All
> Require all granted
> AllowOverride None
> Order deny,allow
> Allow from all
> </Directory>
>
> </VirtualHost>
>
> Wenn ich nun im Browser http://hostname/x/ eingebe, erhalte ich immer
> den Fehler 404/Not found.
https://httpd.apache.org/docs/2.4/mod/mod_userdir.html
https://httpd.apache.org/docs/2.4/howto/public_html.html
Kay
--
Posted via leafnode
Back to de.comm.software.webserver | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Apache 'Directory'-Direktive Michael Schütz <der.schultze@web.de> - 2020-12-07 19:34 +0100
Re: Apache 'Directory'-Direktive Kay Martinen <usenet@martinen.de> - 2020-12-07 20:03 +0100
Re: Apache 'Directory'-Direktive Sven Hartge <sh-20C@svenhartge.de> - 2020-12-07 21:01 +0100
Re: Apache 'Directory'-Direktive Tim Ritberg <tim@server.invalid> - 2020-12-07 21:42 +0100
Re: Apache 'Directory'-Direktive Sven Hartge <sh-20C@svenhartge.de> - 2020-12-08 10:48 +0100
Re: Apache 'Directory'-Direktive Tim Ritberg <tim@server.invalid> - 2020-12-08 18:10 +0100
Re: Apache 'Directory'-Direktive Michael Schütz <der.schultze@web.de> - 2020-12-08 18:47 +0100
Re: Apache 'Directory'-Direktive Sven Hartge <sh-20C@svenhartge.de> - 2020-12-08 18:57 +0100
csiph-web