If you have a directory that allows you to upload filesApache Added PHP parsing module if allow upload may be malicious upload some filesDatabase data leaks-phone numbersSQL injection vulnerability adds a special character to the gateway to submit
I am most familiar with is Apache, first to study its file parsing vulnerability. Baidu for a long time, and Google some, finally found that the Apache on file resolution, there seems to be only three kinds of "loopholes." The reason why I quote is
Windows Apache does load balancing
The first time I saw this headline I was surprised that Apache can still do load balancing? It's so powerful. After a survey found that it can, and the function is not bad. This is thanks to the Mod_proxy module.
Download a module
The code is as follows
Copy Code
wget ftp://ftp.aconus.com/fc5/mod_encoding/mod_encoding-2.2.0-1.i386.tar.gzTar zxf mod_encoding-2.2.0-1.i386.tar.gzRPM-IVH mod_encoding-2.2.0-1.i386.rpm
js|server|sqlserver|window| Data | database | Detailed recently in the learning JSP, about JSP running environment configuration problem really let me a lot of Kung Fu, environment configuration, connect SQL Sever 2000 database when a lot of
JS Sun's JSP (Java Server Pages) is a dynamic web development technology that executes on the server side, based on Java technology. When executing a JSP, you need to set up an engine that compiles JSP pages on the Web server. There are several ways
1, prepare, download the required documents. This assumes that you have installed the JDK correctly.
Download the required files to the Apache official website:
httpd-2.2.0.tar.gzapache-tomcat-5.5.12.tar.gzjakarta-tomcat-connectors-1.2.15-src.tar.gz
In order to be able to run their own Java program on the existing IIS6 server, after half a year's attempt, today finally finished, so happy.
First of all, using IIS to connect directly to tomcat, searched all the information on the Internet, but
1, prepare, download the required documents. This assumes that you have installed the JDK correctly.
Download the required files to the Apache official website:
1. Create in the/etc/apache2/mods-enabled directory Ln-s. /mods-available/rewrite.load Rewrite.loadRewrite.load. /mods-available/rewrite.load Contents of the Rewrite.load fileLoadModule rewrite_module/usr/lib/apache2/modules/mod_rewrite.so
Install Apache:sudo apt-get install apache2To view the Apache version:apache2 -vServer version: Apache/2.4.18 (Ubuntu)Server built: 2016-04-15T18:00:57The above information indicates that Apache was successfully installed and accessed via browser
1x00 background
If a website is found to have a vulnerability, perform the test:
Is this a cgi script http://xxx.com/cgi-bin/printfile.cgi that gets web source code? File = http://www.baidu.com compiler is habitually tested after file .. /.. /.. /..
In ubuntu and debian, the main functional modules of apache2 (MPM) are divided into different software packages:
Apache2-mpm-event: event-driven MPM;
Apache2-mpm-perchild: This is just a transitional "fake" software package that relies on
1, first confirm you have mod_rewrite.so module/usr/lib/apache2/modules/mod_rewrite.soAnd then in the last line of httpd.conf add (I do not add, I am strange)LoadModule Rewrite_module modules/mod_rewrite.soRestart/etc/init.d/apache2 restart2,
Can refer to this article: http://www.bkjia.com/ OS /201006/51644.html
Installation System: RedHat linux as 4 2.6.9
Because the Apache server does not have the built-in ASP function, we need to find the applicable ASP module by ourselves. By looking
The question is divided into the following steps1. Install Python2. Install Django3. Install WSGI, if you have any questions, please refer to the previous Ubuntu compilation installation Mod_wsgi4. Integration with Apache here is mainly about this
Configure ApacheMy previous web development was basically based on the Java platform, such as Tomcat,servlet, and so on, by Tomcat to receive HTTP requests, and then to the servlet processing, the servlet processing after the completion of the
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.