Apache Httpd 2.2 Configuration Full Resolution (CentOS 6)
Personal blog address: http://www.pojun.tech/ Welcome to visit
Server application
Usually, as we say, there are two types of server applications: http server and application server. The typical representatives of http server are Apache Http Server and Nginx. The typical representatives of application server are IIS,Tomcat and jetty.
_ ...
Added by djmc48 on Mon, 20 May 2019 23:45:01 +0300
9. Automated issuance, validation, troubleshooting and resolution of service-side projects
sudo wget http://learning.happymmall.com/deploy/deploy.sh
echo "===========Get into git project happymmall Catalog============="
cd /developer/git-repository/mmall
echo "==========git Switch to mmall-v1.0==============="
git checkout mmall-v1.0
echo "==================git fetch======================"
git fetch
echo " ...
Added by shadiadiph on Sat, 18 May 2019 20:12:23 +0300
tomcat configures ssl certificate to realize https access to website
I. Application Certificate
The application process is brief.
fileauth.txt,.jks secret key file and secret key password
Two, configuration
Engineering code
(1) Upload certificate files, file location:
WebRoot/.well-known/pki-validation/fileauth.txt
(2) Add the following code to web.xml:
<security-constraint>
<we ...
Added by louie on Sat, 18 May 2019 00:09:16 +0300
openssl certificate issuance under linxu
openssl components have been integrated in linux, so bloggers use examples to explain how to issue certificates under Linux system, because personal certificates are not recognized by Google Browser, so self-issued certificates can only be tested under Firefox browser!
1 openssl Certificate Generation Process
Once the certific ...
Added by chrispos on Tue, 14 May 2019 20:00:37 +0300