Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
apache2-doc /
manual /
de /
howto /
Delete
Unzip
Name
Size
Permission
Date
Action
access.html
13.86
KB
-rw-r--r--
2026-06-12 05:08
auth.html
37.2
KB
-rw-r--r--
2026-06-12 05:08
cgi.html
30.06
KB
-rw-r--r--
2026-06-12 05:08
htaccess.html
27.01
KB
-rw-r--r--
2026-06-12 05:08
http2.html
25.83
KB
-rw-r--r--
2026-06-12 05:08
index.html
9.99
KB
-rw-r--r--
2026-06-12 05:08
public_html.html
13.4
KB
-rw-r--r--
2026-06-12 05:08
reverse_proxy.html
20.16
KB
-rw-r--r--
2026-06-12 05:08
ssi.html
25.52
KB
-rw-r--r--
2026-06-12 05:08
Save
Rename
<!DOCTYPE html SYSTEM "about:legacy-compat"> <html lang="en"><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta content="width=device-width, initial-scale=1" name="viewport"> <!-- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --> <title>Per-user web directories - Apache HTTP Server Version 2.4</title> <link href="../../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet"> <link href="../../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size"> <link href="../../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css"><link rel="stylesheet" type="text/css" href="../../style/css/prettify.css"> <script src="../../style/scripts/prettify.min.js"> </script> <link href="../../images/favicon.png" rel="shortcut icon"></head> <body id="manual-page"><div id="page-header"> <p class="menu"><a href="../mod/index.html">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="https://cwiki.apache.org/confluence/display/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a> | <a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2">Report a bug</a></p> <p class="apache">Apache HTTP Server Version 2.4</p> <img alt="" src="../../images/feather.png"></div> <div class="up"><a href="./index.html"><img title="<-" alt="<-" src="../../images/left.gif"></a></div> <div id="path"> <a href="https://www.apache.org/">Apache</a> > <a href="https://httpd.apache.org/">HTTP Server</a> > <a href="https://httpd.apache.org/docs/">Documentation</a> > <a href="../index.html">Version 2.4</a> > <a href="./index.html">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>Per-user web directories</h1> <button aria-label="Toggle language list" class="lang-toggle"><svg xmlns="http://www.w3.org/2000/svg" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="16" width="16"><circle r="10" cy="12" cx="12"/><line y2="12" x2="22" y1="12" x1="2"/><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/></svg></button> <div class="toplang"> <p><span>Available Languages: </span><a href="../../en/howto/public_html.html" title="English"> en </a> | <a href="../../es/howto/public_html.html" hreflang="es" rel="alternate" title="Español"> es </a> | <a href="../../fr/howto/public_html.html" hreflang="fr" rel="alternate" title="Français"> fr </a> | <a href="../../ja/howto/public_html.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> | <a href="../../ko/howto/public_html.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | <a href="../../tr/howto/public_html.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div> <p>On systems with multiple users, each user can be permitted to have a web site in their home directory using the <code class="directive"><a href="../mod/mod_userdir.html#userdir">UserDir</a></code> directive. Visitors to a URL <code>http://example.com/~username/</code> will get content out of the home directory of the user "<code>username</code>", out of the subdirectory specified by the <code class="directive"><a href="../mod/mod_userdir.html#userdir">UserDir</a></code> directive.</p> <p>Note that, by default, access to these directories is <strong>not</strong> enabled. You can enable access when using <code class="directive"><a href="../mod/mod_userdir.html#userdir">UserDir</a></code> by uncommenting the line:</p> <pre class="prettyprint lang-config">#Include conf/extra/httpd-userdir.conf</pre> <p>in the default config file <code>conf/apache2.conf</code>, and adapting the <code>httpd-userdir.conf</code> file as necessary, or by including the appropriate directives in a <code class="directive"><a href="../mod/core.html#directory"><Directory></a></code> block within the main config file.</p> </div> <div id="quickview"><ul id="toc"><li><img alt="" src="../../images/down.gif"> <a href="#related">Per-user web directories</a></li> <li><img alt="" src="../../images/down.gif"> <a href="#userdir">Setting the file path with UserDir</a></li> <li><img alt="" src="../../images/down.gif"> <a href="#redirect">Redirecting to external URLs</a></li> <li><img alt="" src="../../images/down.gif"> <a href="#enable">Restricting what users are permitted to use this feature</a></li> <li><img alt="" src="../../images/down.gif"> <a href="#cgi">Enabling a cgi directory for each user</a></li> <li><img alt="" src="../../images/down.gif"> <a href="#htaccess">Allowing users to alter configuration</a></li> </ul><h3>See also</h3><ul class="seealso"><li><a href="../urlmapping.html">Mapping URLs to the Filesystem</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../../images/up.gif"></a></div> <div class="section"> <h2 id="related">Per-user web directories <a title="Permanent link" href="#related" class="permalink">¶</a></h2> <table class="related"><tr><th>Related Modules</th><th>Related Directives</th></tr><tr><td><ul><li><code class="module"><a href="../mod/mod_userdir.html">mod_userdir</a></code></li></ul></td><td><ul><li><code class="directive"><a href="../mod/mod_userdir.html#userdir">UserDir</a></code></li><li><code class="directive"><a href="../mod/core.html#directorymatch">DirectoryMatch</a></code></li><li><code class="directive"><a href="../mod/core.html#allowoverride">AllowOverride</a></code></li></ul></td></tr></table> </div><div class="top"><a href="#page-header"><img alt="top" src="../../images/up.gif"></a></div> <div class="section"> <h2 id="userdir">Setting the file path with UserDir <a title="Permanent link" href="#userdir" class="permalink">¶</a></h2> <p>The <code class="directive"><a href="../mod/mod_userdir.html#userdir">UserDir</a></code> directive specifies a directory out of which per-user content is loaded. This directive may take several different forms.</p> <p>If a path is given which does not start with a leading slash, it is assumed to be a directory path relative to the home directory of the specified user. Given this configuration:</p> <pre class="prettyprint lang-config">UserDir public_html</pre> <p>the URL <code>http://example.com/~rbowen/file.html</code> will be translated to the file path <code>/home/rbowen/public_html/file.html</code></p> <p>If a path is given starting with a slash, a directory path will be constructed using that path, plus the username specified. Given this configuration:</p> <pre class="prettyprint lang-config">UserDir /var/html</pre> <p>the URL <code>http://example.com/~rbowen/file.html</code> will be translated to the file path <code>/var/html/rbowen/file.html</code></p> <p>If a path is provided which contains an asterisk (*), a path is used in which the asterisk is replaced with the username. Given this configuration:</p> <pre class="prettyprint lang-config">UserDir /var/www/*/docs</pre> <p>the URL <code>http://example.com/~rbowen/file.html</code> will be translated to the file path <code>/var/www/rbowen/docs/file.html</code></p> <p>Multiple directories or directory paths can also be set.</p> <pre class="prettyprint lang-config">UserDir public_html /var/html</pre> <p>For the URL <code>http://example.com/~rbowen/file.html</code>, Apache will search for <code>~rbowen</code>. If it isn't found, Apache will search for <code>rbowen</code> in <code>/var/html</code>. If found, the above URL will then be translated to the file path <code>/var/html/rbowen/file.html</code></p> </div><div class="top"><a href="#page-header"><img alt="top" src="../../images/up.gif"></a></div> <div class="section"> <h2 id="redirect">Redirecting to external URLs <a title="Permanent link" href="#redirect" class="permalink">¶</a></h2> <p>The <code class="directive"><a href="../mod/mod_userdir.html#userdir">UserDir</a></code> directive can be used to redirect user directory requests to external URLs.</p> <pre class="prettyprint lang-config">UserDir http://example.org/users/*/</pre> <p>The above example will redirect a request for <code>http://example.com/~bob/abc.html</code> to <code>http://example.org/users/bob/abc.html</code>.</p> </div><div class="top"><a href="#page-header"><img alt="top" src="../../images/up.gif"></a></div> <div class="section"> <h2 id="enable">Restricting what users are permitted to use this feature <a title="Permanent link" href="#enable" class="permalink">¶</a></h2> <p>Using the syntax shown in the UserDir documentation, you can restrict what users are permitted to use this functionality:</p> <pre class="prettyprint lang-config">UserDir disabled root jro fish</pre> <p>The configuration above will enable the feature for all users except for those listed in the <code>disabled</code> statement. You can, likewise, disable the feature for all but a few users by using a configuration like the following:</p> <pre class="prettyprint lang-config">UserDir disabled UserDir enabled rbowen krietz</pre> <p>See <code class="directive"><a href="../mod/mod_userdir.html#userdir">UserDir</a></code> documentation for additional examples.</p> </div><div class="top"><a href="#page-header"><img alt="top" src="../../images/up.gif"></a></div> <div class="section"> <h2 id="cgi">Enabling a cgi directory for each user <a title="Permanent link" href="#cgi" class="permalink">¶</a></h2> <p>In order to give each user their own cgi-bin directory, you can use a <code class="directive"><a href="../mod/core.html#directory"><Directory></a></code> directive to make a particular subdirectory of a user's home directory cgi-enabled.</p> <pre class="prettyprint lang-config"><Directory "/home/*/public_html/cgi-bin/"> Options ExecCGI SetHandler cgi-script </Directory></pre> <p>Then, presuming that <code>UserDir</code> is set to <code>public_html</code>, a cgi program <code>example.cgi</code> could be loaded from that directory as:</p> <div class="example"><p><code> http://example.com/~rbowen/cgi-bin/example.cgi </code></p></div> </div><div class="top"><a href="#page-header"><img alt="top" src="../../images/up.gif"></a></div> <div class="section"> <h2 id="htaccess">Allowing users to alter configuration <a title="Permanent link" href="#htaccess" class="permalink">¶</a></h2> <p>If you want to allows users to modify the server configuration in their web space, they will need to use <code>.htaccess</code> files to make these changes. Ensure that you have set <code class="directive"><a href="../mod/core.html#allowoverride">AllowOverride</a></code> to a value sufficient for the directives that you want to permit the users to modify. See the <a href="htaccess.html">.htaccess tutorial</a> for additional details on how this works.</p> </div></div> <div class="bottomlang"> <p><span>Available Languages: </span><a href="../../en/howto/public_html.html" title="English"> en </a> | <a href="../../es/howto/public_html.html" hreflang="es" rel="alternate" title="Español"> es </a> | <a href="../../fr/howto/public_html.html" hreflang="fr" rel="alternate" title="Français"> fr </a> | <a href="../../ja/howto/public_html.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> | <a href="../../ko/howto/public_html.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | <a href="../../tr/howto/public_html.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div id="footer"> <p class="apache">Copyright 2026 The Apache Software Foundation.<br>Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> <p class="menu"><a href="../mod/index.html">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="https://cwiki.apache.org/confluence/display/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a> | <a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2">Report a bug</a></p></div><script><!--//--><![CDATA[//><!-- if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } var langToggle = document.querySelector('.lang-toggle'); var topLang = document.querySelector('.toplang'); if (langToggle && topLang) { langToggle.addEventListener('click', function() { topLang.classList.toggle('open'); }); } var qv = document.getElementById('quickview'); if (qv) { document.body.appendChild(qv); var qvBtn = document.createElement('button'); qvBtn.className = 'qv-toggle'; qvBtn.setAttribute('aria-label', 'Toggle page navigation'); qvBtn.innerHTML = '☰'; document.body.appendChild(qvBtn); qvBtn.addEventListener('click', function() { var isOpen = qv.classList.toggle('open'); if (isOpen) { qv.style.top = window.scrollY + 10 + 'px'; } }); window.addEventListener('scroll', function() { qv.classList.remove('open'); }); } //--><!]]></script> </body></html>