search for: httpport

Displaying 4 results from an estimated 4 matches for "httpport".

Did you mean: http_port
2017 Nov 23
0
Cluster installation CentOS 7.4 network problems
...ee whats going on.... /usr/bin/chvt 3 ( #update local time echo "updating system time" /usr/sbin/ntpdate -sub 139.18.1.2 /usr/sbin/hwclock --systohc # Yum proxy echo 'proxy = http://proxy.uni-leipzig.de:3128' >> /etc/yum.conf rpm -Uvh --httpproxy proxy.uni-leipzig.de --httpport 3128 https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm # update all the base packages from the updates repository if [ -f /usr/bin/dnf ]; then dnf -y update else yum -t -y update fi # SSH keys setup snippet for Remote Execution plugin # # Parameters: # # remote_execu...
2010 Apr 02
1
GE lanpor ups monitored with SNMP stop to monitor after upgrade
...[public] 9. set-community = [public] A. sys-contact = [The contact person for this agent] B. sys-name = [The administrative name of the agent] C. sys-location = [Somethere] D. upsName = [lanproups] E. upsAttachedDev = [xit] F. snmpport = [161] H. telnet server = [on] G. httpport = [80] I. http server = [on] J. telnet/http username = [GE] K. change telnet/http password L. update firmware M. MAC N. reboot O. cardaddr = [0] P. upsaddr = [0] Q. logout S. ethernet = [Auto] GE> --------------------------- From my previous expirience, I know, that t...
2017 Mar 03
3
letsencrypt
Hello, Thanks. Is there another way of doing this? I've got a web server running on 80 and 443. Are there any other options? Thanks. Dave. On 3/3/17, Michael Neurohr <mine at michi.su> wrote: > On 2017-03-03 19:07, David Mehler wrote: >> Hello, >> >> I know some users here are using letsencrypt for their CA. If this is >> to off topic write me privately.
2005 Sep 03
1
CentOS bootstrapper for chroot(2) environment
...tos-release-4/RPM-GPG-KEY rm -rf $KEY cd $RPMS # For rpm(1) http:// downloads: mkdir -p $ROOT/var/tmp RPM=rpm while read -r key val;do if test -n "$val";then RPM="$RPM $key $val";fi done <<EOH --httpproxy `echo $http_proxy|sed -n 's#^[^/]*//\([^:/]*\).*$#\1#p'` --httpport `echo $http_proxy|sed -n 's#^[^/]*//[^:/]*:\([^/]*\).*$#\1#p'` --ftpproxy `echo $ftp_proxy|sed -n 's#^[^/]*//\([^:/]*\).*$#\1#p'` --ftpport `echo $ftp_proxy|sed -n 's#^[^/]*//[^:/]*:\([^/]*\).*$#\1#p'` EOH # rpm(8) $RPM --root=$ROOT -i `set +x;while read -r line;do ec...