wamp

Strange logs in apache?

限于喜欢 提交于 2021-01-08 02:39:45
问题 I have apache with version 2.22 and have these rare logs with IPs from Japan, Taiwan ... 218.52.178.3 - - [10/Feb/2015:13:48:48 +0100] "\xa6Q\xb0\xce\xf5\b\x15\x05\xd3\xaf\xbe\x1d\xac\xbf\x99lx\xbf\xb0\x16w{\xb3\xf4\xa5%\xd6\x16\xd0\x15\xd5\xfa\xcbqo\xae9\xc2\x13\xf5&\x91\xb7\x90\xa1\xe5W\xe3" 200 62 98.119.71.85 - - [10/Feb/2015:15:48:47 +0100] "\x86}\x12%\xe8<\xc9\xb8\xed\xb9\x9d4j+0-\x19\xb9\xd3\xafA\xa9@7\x04q\x17\xe3\xa4\x87\xd3\t\x04\x92\x8493X\xd3H?\xf1\xb8\x96\x11\xbf\xc9\xddQ" 400

Laravel - Task Scheduling

若如初见. 提交于 2021-01-03 06:30:12
问题 I'm using Laravel 5.4 on a local WAMP Server. I wanted to perform a Task Scheduling but I'm not sure if I really understood how this works. I created a command cronEmail and in the handle() function added code where I would get an Email. In Kernel.php I added this: protected $commands = [ 'App\Console\Commands\cronEmail' ]; ... protected function schedule(Schedule $schedule) { $schedule->command('send:email') ->everyMinute(); } So basically I want to get an email every minute. But how do I

Laravel - Task Scheduling

强颜欢笑 提交于 2021-01-03 06:29:39
问题 I'm using Laravel 5.4 on a local WAMP Server. I wanted to perform a Task Scheduling but I'm not sure if I really understood how this works. I created a command cronEmail and in the handle() function added code where I would get an Email. In Kernel.php I added this: protected $commands = [ 'App\Console\Commands\cronEmail' ]; ... protected function schedule(Schedule $schedule) { $schedule->command('send:email') ->everyMinute(); } So basically I want to get an email every minute. But how do I

Installing php_imagick.dll PHP extension on wampserver 2.2

﹥>﹥吖頭↗ 提交于 2020-12-30 08:17:07
问题 I am on Windows 7 on a 32-bit OS. I installed ImageMagick-6.8.7-Q16 from Link and I was able to run ImageMagick from command line ("convert" command). Then I downloaded the VC9 version of php_imagick.dll from http://pecl.php.net/package/imagick/3.1.2/windows. I placed in the PHP extension directory. I tried both NTS and TS however they recommended TS. Then I made changes to php.ini file but the extension wouldn't load. In apache error log it says: PHP Warning: PHP Startup: Unable to load

MySql - WAMP - Huge Table is very slow (20 million rows)

邮差的信 提交于 2020-12-02 07:02:36
问题 So I posted this! yesterday and got a perfect answer, which required running this code first: ALTER TABLE mytable AUTO_INCREMENT=10000001; I ran it several times, but restarted WAMP after a couple of hours of it not working. After running overnight (12 hours), the code still hadn't run. I am wondering if my database table size is past the limits of mysql or my computer or both. However, I have a sneaky suspicion that proper indexing or some other factor could greatly impact my performance. I

MySql - WAMP - Huge Table is very slow (20 million rows)

喜夏-厌秋 提交于 2020-12-02 07:02:20
问题 So I posted this! yesterday and got a perfect answer, which required running this code first: ALTER TABLE mytable AUTO_INCREMENT=10000001; I ran it several times, but restarted WAMP after a couple of hours of it not working. After running overnight (12 hours), the code still hadn't run. I am wondering if my database table size is past the limits of mysql or my computer or both. However, I have a sneaky suspicion that proper indexing or some other factor could greatly impact my performance. I

WAMP PHP Startup Error: Unable to load dynamic library

≯℡__Kan透↙ 提交于 2020-11-30 06:46:22
问题 My WAMP server was working absolutely fine yesterday. Today I had to restart my computer and something fouled up the works. The server never fully starts... the task bar icon stays orange. My projects will open, but only the HTML load and not the PHP. Here is my error log from PHP... [04-Oct-2014 01:36:27 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'W:/wamp/bin/php/php5.5.12/ext/php_intl.dll' - The specified module could not be found. in Unknown on line 0 [04-Oct-2014 01:36

WAMP PHP Startup Error: Unable to load dynamic library

可紊 提交于 2020-11-30 06:41:21
问题 My WAMP server was working absolutely fine yesterday. Today I had to restart my computer and something fouled up the works. The server never fully starts... the task bar icon stays orange. My projects will open, but only the HTML load and not the PHP. Here is my error log from PHP... [04-Oct-2014 01:36:27 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'W:/wamp/bin/php/php5.5.12/ext/php_intl.dll' - The specified module could not be found. in Unknown on line 0 [04-Oct-2014 01:36