OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / vendors / Generic / httpd / boa.conf
1 #
2 # A minimal config that makes the home page
3 # an unauthenticated CGI
4 #
5 ServerName uClinux
6 DocumentRoot /home/httpd
7 ScriptAlias /cgi-bin/ /home/httpd/cgi-bin/
8 Alias /img /home/httpd/img
9 # Auth /cgi-bin/cgi_demo /etc/config/config
10 AddType text/plain      txt
11 AddType image/gif       gif
12 AddType text/html       html
13 AddType text/html       htm
14 AddType text/xml        xml
15 AddType image/jpeg      jpe
16 AddType image/jpeg      jpeg
17 AddType image/jpeg      jpg
18 AddType image/x-icon    ico