Just saw someone paste win under the installation steps just today the company website of the new server hand. Spent the morning installing Mysql+php+apache. The old version of the new edition is still somewhat different. Now take the steps. Installation steps: 1.mysql download mysql for linux rpm package Http://www.mysql.com/downloads/down on the following page ... 3.52-1.i386.rpm Http://www.mysql.com/down
Take the Apache 2.0.50 as an example, edit
ap_release.hFile, modify the "#define AP_SERVER_BASEPRODUCT/" apache/"" to "#define AP_SERVER_BASEPRODUCT/" microsoft-iis/5.0/"". Edit the Os/unix/os.h file and modify the #define PLATFORM/unix/to #define PLATFORM/win32/. After the modification, recompile and install Apache. After the
In Linux, I have read a lot of blogs about subversion configuration on the Internet.
The above operation cannot be configured successfully, but it is not very clear. I would like to recommend the book "using subversion for Version Control". There is a Chinese electronic file on the Internet. This book provides a detailed introduction to subversion. If you are interested, you can take a look. Here I will only introduce the basic usage of subversion and
1. View Linux kernel version, System Information, commonly used in three ways:uname-a; more/etc/issue; Cat/proc/version;2. Check the Apache version information, if it is installed through Yum, or RPM, you can use the Rpm-qa |gerp httpd to view;Can also be queried through httpd-v;Of course, after installing
After the installation of Apache is usually the first time to shut down the version of Apache information and other information, some hackers will be exposed by Apache information targeted intrusion, for the security of the server this information must be closed in a timely manner, configured as follows
1. Hide
Add Tomcat8 error in eclipse:
The Apache Tomcat installation at this directory is version 8.5.11. A Tomcat 8.0 installation is expected.
Solve:Open the Tomcat installation directory: Apache-tomcat-8.5.11\lib find Catalina.jar
Open org/apache/catalina/util/serverinfo.properties with decompression tool
Will:
Serve
The following articles mainly describe the installation notes for Mysql + php5 + apache under the linux operating system. I saw the installation notes for Mysql + php5 + apache on the relevant website two days ago, I think it is good, so I will share it with you.
According to the official recommendation, httpd-2.2.3.tar.gz,
Install apache2
#./configure–prefix=/usr/local/apache2–enable-module=alias–enab
Find an Apache suffix exe installation version php nbsp; Apache nbsp; do not compress version 1 nbsp; 64-bit nbsp; win7 nbsp; 2 nbsp; the suffix is exe nbsp; the type of prawns directly installed. The Download url is used to find an Apache suffix. exe installation
change two of them, in the production environment, it is necessary to adjust the configuration file according to the actual situation;Third, installationRun as Administrator start-run-input cmd, after entering the DOS window, first switch to the Apache program directory:C:\users\administrator>d:D:\>CD Apache22\binD:\apache22\bin>httpd-k InstallD:\apache22\bin>httpd-k startOther Command Line options:Stop Apache
Hide Apache and PHP version information, Web server avoids some unnecessary trouble, can put Apache and PHP version information does not show
Hide Apache Version Information
/etc/apache2/apache2.conf or/etc/httpd/conf/httpd.conf
1. How to hide the header version information of nginx
Edit the nginx. conf configuration file and add the following line to http {}:
Copy codeThe Code is as follows: http {
......
Server_tokens off;
......
}
Edit the php-fpm configuration file, fastcgi. conf or fcgi. conf.
Find:
Copy codeThe Code is as follows: fastcgi_param SERVER_SOFTWARE nginx/$ nginx_version;
Changed:
Copy codeThe Code is as follows: fastcgi_param SERVER_SOFTWARE nginx;
Restar
How to hide the version number of Apache, Nginx, and PHP
Recently, it was reported that Apache, Nginx, and PHP versions were exposed due to vulnerabilities. The method is as follows:
Apache
Add the following two lines to the http. conf file. The default value is none.
ServerSignature OffServerTokens Prod
ServerSig
Problem
How can I get the installed version of Apache and the existing IIS to use port 80 at the same time?
Workaround
Now I have IIS on my server
My current forum bbs.9998.tv is using IIS
Now I want to install Apache, how can I get the installed version of Apache and now ha
1, Nginx hidden Head version information method
Edit the nginx.conf configuration file and add the following line within http{}
Copy Code code as follows:
HTTP {
......
Server_tokens off;
......
}
Edit PHP-FPM configuration file, fastcgi.conf or fcgi.conf
Found it:
Copy Code code as follows:
Fastcgi_param server_software nginx/$nginx _version;
To
Copy Code code as follows:
F
configuration file (which is installed MOD_DAV_SVN generated when the module is created)# VI subversion.confAdd the following content#Include/svn/httpd.confDAV SVNSvnlistparentpath onSvnparentpath/svnAuthType BasicAuthName "Subversionrepositories"Authuserfile/svn/passwd.httpAuthzsvnaccessfile/svn/authzRequire Valid-userRedirectmatch ^ (/SVN) $ $1/Creating /svn/passwd.http and/svn/authz# Touch/svn/passwd.http# Touch/svn/authzRestart Apache# Service Ht
Copyright Notice: This article for Bo Master original article, without Bo Master permission not Reproduced.choose to integrate Apache server in phpstorm, below is my own pro-test Step. 1. How to modify the Apache default portXAMPP Apache the default HTTP access port is 80Restart Apache in XAMPP after the modification i
[100] how do I download version 2.4.3 from the Apache official website? Has reached this step: http://httpd.apache.org/download.cgi
However, all the compressed packages downloaded from the three links are text files. how can I download Apache 2.4.3 Win32 X86?
Reply to discussion (solution)
Apache HTTP Server 2.4.3
How to change the APACHE version in the WAMP environment today is an open-source project. after opening the project, it is found that some of the features have been abandoned in PHP5.4, after I switched back to PHP5.3, I found that the APACHE version is not suitable, but the getmoreversion obtained a
Apache Beam officially released beam 2.0.0 on the official blog. This is the first stable version of Beam, and according to the beam community statement, Beam intends to keep the API stable for future releases and to make beam applicable to enterprise deployments.
The first stable version of Beam is the third major milestone that the beam community has released.
The configuration method for hiding versions of Apache, Nginx, and PHP was recently reported to have vulnerabilities, exposing versions of Apache, Nginx, and PHP. The method is as follows:
Apache
Add the following two lines to the http. conf file. the default value is none.
ServerSignature OffServerTokens Prod
ServerSignature appears at the bottom of the page g
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.