mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=339
This commit is contained in:
parent
0389f84e26
commit
a4612180ac
|
@ -45,12 +45,12 @@ Add the following lines (with appropriate changes) where aliases are placed.
|
|||
<pre>
|
||||
Alias /barry/ "/disks/philmor/a/users/barry/"
|
||||
|
||||
<Directory>
|
||||
<Directory>
|
||||
Options Indexes FollowSymlinks MultiViews
|
||||
AllowOverride None
|
||||
Order allow,deny
|
||||
Alias from all
|
||||
</Directory\>
|
||||
</Directory>
|
||||
</pre>
|
||||
|
||||
This allows you to resolve URL's and path names that go to your home directory.
|
||||
|
@ -63,12 +63,12 @@ aliases are placed.
|
|||
<pre>
|
||||
ScriptAlias /barry-cgi/ "/disks/philmor/a/users/barry/cgi/"
|
||||
|
||||
<Directory "/disks/philmor/a/users/barry/cgi/">
|
||||
<Directory "/disks/philmor/a/users/barry/cgi/">
|
||||
AllowOverride None
|
||||
Options None
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</Directory>
|
||||
</Directory>
|
||||
</pre>
|
||||
|
||||
This allows CGI files to be executed in the specified directory. You will put
|
||||
|
|
Loading…
Reference in New Issue