Skip to content

Commit 03f6ef1

Browse files
authored
Fix apache warnings (#7)
Closes #5.
1 parent 8aa4b1e commit 03f6ef1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

etc/apache2/conf-enabled/mapserver.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ ScriptAlias / /usr/lib/cgi-bin/mapserv
55
Header set Access-Control-Allow-Origin "*"
66

77
SetHandler fcgid-script
8-
AllowOverride None
98
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
109
Require all granted
1110
SetEnv MS_MAPFILE /etc/mapserver/mapserver.map
1211
</Location>
1312

14-
13+
ServerName localhost

0 commit comments

Comments
 (0)