Apache HTTP Server Configuration - Linux
/etc/apache2/conf.d/userdir.conf
Quick Actions
๐ฅ Download Original userdir.confConfiguration File Information
Authentic & Original
Unaltered userdir.conf from fresh installation.
Linux Distribution Support
๐ Currently viewing: Alpine Linux v3.21
โ Also compatible:
โ Different versions:
Alpine:
Configuration File Content
24 lines
<IfModule userdir_module>
# Settings for user home directories
#
# Required module: mod_authz_core, mod_authz_host, mod_userdir
#
# UserDir: The name of the directory that is appended onto a user's home
# directory if a ~user request is received. Note that you must also set
# the default access control for these directories, as in the example below.
#
UserDir public_html
#
# Control access to UserDir directories. The following is an example
# for a site where these directories are restricted to read-only.
#
<Directory "/home/*/public_html">
AllowOverride FileInfo AuthConfig Limit Indexes
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
Require method GET POST OPTIONS
</Directory>
</IfModule>
Download Commands
userdir.conf โข
Download the 100% original unaltered configuration file pulled from Apache HTTP Server
Using wget:
wget -O userdir.conf.example https://exampleconfig.com/api/v1/config/original/50eb1918b3ba8455601fcf6940fa1cc7?hint=userdir.conf
Using curl:
curl https://exampleconfig.com/api/v1/config/original/50eb1918b3ba8455601fcf6940fa1cc7?hint=userdir.conf > userdir.conf.example
Related Configuration Files
/etc/apache2/conf.d/userdir.conf
Apache HTTP Server ยท Debian 9 (Stretch)
/etc/apache2/conf.d/userdir.conf
Apache HTTP Server ยท Debian 9 (Stretch)
/etc/apache2/conf.d/userdir.conf
Apache HTTP Server ยท Debian 9 (Stretch)
/etc/apache2/conf.d/userdir.conf
NGINX ยท Alpine Linux v3.21
/etc/apache2/conf.d/userdir.conf
NGINX ยท Alpine Linux v3.21
/etc/apache2/conf.d/userdir.conf
NGINX ยท Alpine Linux v3.21