Skip to content

Commit

Permalink
change handle server http port (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
MajoBerger authored Aug 1, 2024
1 parent 446adde commit 514c145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dspace/bin/make-handle-config
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ echo "" >>$tempfile # Dual-stack (IPv4 and IPv6)? (default=n)
echo $dshostip >>$tempfile # IP address
echo "" >>$tempfile # DBind address (default=same as IP)
echo "" >>$tempfile # Port to listen to (default=2641)
echo "" >>$tempfile # Port for HTTP i/f to listen to (default=8000)
echo "8010" >>$tempfile # Port for HTTP i/f to listen to (default=8000)
echo "n" >>$tempfile # Log all accesses? ("y" or "n", default=y)
echo "" >>$tempfile # Version/serial no. of site (default=1)
echo $dsname Handle Server >>$tempfile # Server description
Expand Down

0 comments on commit 514c145

Please sign in to comment.