summaryrefslogtreecommitdiff
path: root/packaging/rpm/httpd/gpsd.conf
blob: 6af3a54de69baf6644b253f26e7037c94124effe (plain)
1
2
3
4
5
6
7
8
<Directory "/var/www/html/gpsd">
  DirectoryIndex index.cgi
  AddHandler cgi-script .cgi
  AllowOverride None
  Order Allow,Deny
  Allow from all
  Options +ExecCGI
</Directory>