Update suppose there is a domain named abc.com I rewrite the domain using htaccess DocumentRoot Web root is I rewrote the src blog.php file to abc.com blog , so I hid the filename . RewriteRule ^blog$ src blog.php I went to the linod...
according to the program written in the introduction to forge course (tried to develop in. Net and node.js,php), token cannot be obtained while running. (among them,. Net can run normally, but because my server is structured using Apache, I choose php t...
if you want to make a server-rendered page, you only need to provide data at the backend, and the frontend uses vue to make a single page (for simple pages, only use < script > < script > to introduce vue.js, without frontend routing). when directl...
I run a request locally, and Waiting takes more than 2 seconds. Through xdebug tracking php, I found that php only took 300ms. It is speculated that apache took up the most time. How to check how apache is handled I am the windows system. I read it with...
problem description the company asked for some information about the project. Among them, the healthy running time of the project, I do not know how to solve it. the environmental background of the problems and what methods you have tried the Djan...
Active resource loading counts reached to a per-frame limit while the tab is in background. Network requests will be delayed until a previous loading finishes, or the tab is foregrounded. See https: www.chromestatus.com feature 5527160148197376 for more...
the website was attacked by cc. It died 3 seconds after apache was opened, and memory overflowed. Is there any solution ?...
Environment iMac macos 10.12 the connected mysql is external, not the mysql of XAMPP there is no problem with the: linode, JP speed of the server reason I found that I am very slow to run localhost on this iMac. On average, it may take at leas...
problem description I have found that agents configured through apache will affect the speed of other agents if there is a problem at one of the sites and the response is very slow, which is incomprehensible. Is the reverse proxy of apache a single pr...
1. I made a global scope for the article model to soft delete data public static function boot() { parent::boot(); static::addGlobalScope( myPost ,function(Builder $builder){ $builder->where( mark_status , <> ,-1); }...
problem description aspsqlserver phplinuxphpsqlserver the environmental background of the problems and what methods you have tried found a lot of centos installation extensions on the Internet to achieve this function, basically Baidu is you copy m...
reason because someone else s domain name needs to be attached to their own server, but the original path of textual connection is different, it may fail for example, it is originally http: love.me 12939. The number of articles will be added to m...
client centos6.9, php7.1.21 use swoole_http_client through post data and upload files to the server: $data = [ p1 => 1, p2 => 2, groups => [20,30] ]; $cli->addFile( home test photo.jpg , photo ); $cli-&...
Environment: pc and mobile phone are connected to the same router to surf the Internet, and pc is built using wamp (wampserver3.0.4_x86_apache2.4.18_mysql5.7.11_php5.6.19-7.0.4.exe). symptom: mobile phone enters pc ip (LAN ip,192.168.1.*), mobile phone ...
download the installation package on the workerman official website, then unzip it, configure the php environment, and then click "start_for_win.bat " to open it. However, I entered according to the address of 127.0.0.1 on the official website, but the ...
if you want to solve the problem, you can learn a lot about the defense against traffic explosion, simultaneous access and server attacks. its own station is apache, ubuntu, linode in other words, it is the back end of php, and the front end of js,htm...
1. The system is centos7.4, installation apache2.4.6. I forgot to back up the configuration file at first, and then modified the configuration file, resulting in failed at startup. The following is a detailed error log. 2.80 selimun 4. Finally, the...
the artificial customer service system installed by the company uses port 80 of my apache, so if I change my apache port now, my website can only be accessed through XXXX.com:8080 if I use the domain name. Is there any way to hide this port number? I us...
mysqli::query(): send of 8192 bytes failed with errno=32 Broken pipe mysqli::query(): send of 72 bytes failed with errno=32 Broken pipe question I encountered the above problem when my mysql entered data I uploaded a 10m clip to an editor, and the n...
premise: create a table manually without using the artisan command Fatal error: Uncaught Illuminate Database Eloquent MassAssignmentException: level in D: phpStudy WWW repett simple-mvc-master simple-mvc-master vendor illuminate database El...
recently used the queue, used the official queue package top-think think-queue , successfully wrote the data into the queue after installation, but went to the consumption queue, that is, when using php think queue:work-- queue xxx, prompted that the c...
I have a function of doing evil, linkage query ajax ajax content jinja2 how to write something like this. in addition, is there any good method for such a linkage query now most of the queries are selected, and then the server returns a ...
as I described above, for the first time, my creat-react-app project has no problem after it has been deployed with serve-s. the files under the build generated by the second, npm run build, I re-enter and deploy with the serve-s command, but when I op...
A maven project user and administrator put two sets of pages in two maven sub-modules, and then use another sub-module to do war,. I would like to ask, how can I access the page of the sub-module ...
the two writing methods written in vue-router s beforeEach (pictured) above the entire page is not displayed; the following writing is normal, but the following writing is vue-router settings requireLogin, does not write some custom operations! i...