Skip to content

Commit 8313b9e

Browse files
committed
change from https port 4445 to default https 443
1 parent 5a640aa commit 8313b9e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

ESSArch_TA/config/httpd-eta.conf

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@
2424

2525
# Include ESSArch Tools for Archive
2626
#
27-
Listen 4445
28-
<VirtualHost *:4445>
27+
#Listen 4445
28+
#<VirtualHost *:4445>
29+
Listen 443
30+
<VirtualHost *:443>
2931
ServerName essarch_ta
3032
# Logs
3133
ErrorLog /ESSArch/eta/log/httpd_error.log

0 commit comments

Comments
 (0)