source:
box/trunk/contrib/bbadmin/apache.conf
@
2375
| Revision 2375, 319 bytes checked in by chris, 4 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | Alias /bbadmin /var/www/localhost/bbadmin |
| 2 | |
| 3 | <Directory /var/www/localhost/bbadmin> |
| 4 | AuthType basic |
| 5 | AuthName "Box Backup Web Management Interface" |
| 6 | AuthUserFile /etc/apache2/bbadmin.cgi.htpasswd |
| 7 | Require valid-user |
| 8 | |
| 9 | Allow from all |
| 10 | |
| 11 | Options ExecCGI |
| 12 | AddHandler cgi-script .cgi |
| 13 | DirectoryIndex accounts.cgi |
| 14 | </Directory> |
Note: See TracBrowser
for help on using the repository browser.
