after downloading memcache from the Internet, installing it to the server, it was later attacked by ddos. I don"t know if the two are related. If so, what are the measures? Using a win server
after downloading memcache from the Internet, installing it to the server, it was later attacked by ddos. I don"t know if the two are related. If so, what are the measures? Using a win server
listening on 127.0.0.1 would be fine. Ddos has nothing to do with this. It depends on what ddos is.
rewrite rules: RewriteRule (.*) (.*) (.*) index .html index.php?p=$1&c=$2&a=$3 [QSA] access Home Blog blog index.html?page=2 can access index.php?p=Home&c=Blog&c=blog&page=2 normally but when the original link is index.php?p=Home&c=Blog&a...
< H2 > Apache server < H2 > config file configuration is like this URL_HTML_SUFFIX => html , URL_CASE_INSENSITIVE => true, URL_MODEL => 2, URL_ROUTER_ON =>true, .htaccess file configuration is like this <IfModule mo...
I found it like this update-alternatives --set php usr bin php7.2 the original version is 7. 0 installed. I want to cut the past , but I found that etc php 7.2 is also available here. which is the right way? what else should we pay attention to?! ...
want to understand a problem, that is, the principle of domain name resolution, is there any easy-to-understand explanation? for example, when I use PHPstudy to develop a website, I don t have a DNS service locally, but after configuring a virtual ho...
there is no problem with using this livereload on sublime, and it is also available in the plug-in library of visual studio code. It cannot be used after installation. It is mainly realized that the livereload, that clicks on the browser cannot listen in...
how the front-end and front-end separate projects are deployed to the server. The front end uses the vue, back-end to use the thinkphp, server. The LAMP. is built in the virtual machine give me some advice. ...
the php7.2.10+apache2.4, used by the newly installed phpstudy2018, in the home computer will report 500 when executing all php files error log: [Thu May 05 17:15:20.696222 2016] [core:error] [pid 21132:tid 1724] [client 127.0.0.1:60080] End of scr...
use thinkphp to develop interfaces, how to deploy to servers in lamp environment, and where should the front-end code be deployed? I just got in touch with you. I hope God will give me some advice. ...
when installing memcache, on 64-bit window7 several times, this is the case where memcache_dll, does not appear at all in the php extension, which is why. Ask the gods for help. ...
after win10, installs xampp, the error log in httpd.conf is configured by default, but there is no error.log file generated in the error folder, even when the port of Apache is occupied and cannot be started, there is no log generation in Apache. : ...
build php tutorials separately according to online tutorials. At present, php7, has been installed to launch apache access http: localhost:8080 display it works , but etc apache2 httpd.conf has been modified and etc apache2 users myusername.co...
[Tue Apr 24 09 Vol 41 Vol 25.145446 2018] [ssl:warn] [pid 3385] AH01873: Init: SessionCache is not configured [hint: SSLSessionCache] [Tue Apr 24 09 Vol 41 Vol 25.170925 2018] [mpm_prefork:notice] [pid 3385] AH00163: Apache 2.4.28 (Unix) OpenSSL 1.0.2k...
I use phpstudy,. I set the root directory of my website to www test and www test . Now I build three files under test. Index.php,index.html,1.php, accesses index.php,index.html,1.php normally when my root directory is www test, so the problem is that whe...
the server uses Aliyun, and PhpStudy, is installed. Every few hours, the website cannot be accessed, and this error occurs on the server. but PhpStudy did not report an error to exit, as long as you click "close Program " to end this window, the si...
error log: [Sat May 05 20:24:44.208053 2018] [mpm_winnt:crit] [pid 15392:tid 312] AH02538: Child: Parent process exited abruptly. Child process is ending Starting the Apache2a service The Apache2a service is running. [core:warn] [pid 15004:tid 420] AH...
novice, 1. My question after ubuntu installs apache2,php7.0,mysql and phpmyadmin and then accesses from the outside, the static part of the page can be displayed, but the dynamic part cannot be displayed (using phpstudy to display the dynamic part wh...
want to configure the agent for the front-end static file. Redirect the static files of the node server to Apache. The configuration is as follows: RewriteCond %{REQUEST_URI} ^.*( .css| .js| .gif| .png| .jpg| .jpeg)$ RewriteCond home work plat p...
I bought an ECS, in Aliyun but did not apply for a domain name. Can apache be directly set to ip access instead of domain name access? if so, how to set it? ...
want to check I have a domain name https: www.a.com when a user only enters https: a.com, Google will say: Your connection is not private but how can I force him to add "www " instead of stopping at this warning? Where should I set it up? and my...
I have two domain names https: xxx.ooo.com phpmyadmin and https: www.ooo.com phpmyadmin what I want to implement is that when I href= https: xxx.ooo.com phpmyadmin , phpmyadmin takes effect , but when I https: www.ooo.com phpmyadmin , I ca...