Skip to content

Commit

Permalink
php
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Nov 4, 2011
1 parent 343f2bd commit 12831c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ func main() {
c := CgiServer()
c.DefaultApp = "blosxom.cgi"
c.LangMap[".cgi"], _ = exec.LookPath("perl")
c.LangMap[".php"], _ = exec.LookPath("php-cgi")
ListenAndServe(":8080", c)
}

0 comments on commit 12831c3

Please sign in to comment.