From: Joshua Slive username", out of
the subdirectory specified by the UserDir directive.
Per-user web directories
Setting the file path with UserDir
Restricting what users are permitted to use this
+ feature
Enabling a cgi directory for each user
Allowing users to alter configuration| Related Modules | Related Directives |
|---|---|
The UserDir
@@ -86,13 +86,13 @@
In order to give each user their own cgi-bin directory, you can use
- a DirectoryMatch
+ a <Directory>
directive to make a particular subdirectory of a user's home directory
cgi-enabled.
- <DirectoryMatch /home/*/cgi-bin/>
- Options +ExecCGI
+ <Directory /home/*/cgi-bin/>
+ Options ExecCGI
SetHandler cgi-script
</DirectoryMatch>
The
In order to give each user their own cgi-bin directory, you can use
- a