• I’ve windows 10 on my laptop & having got round the port 80 problem, I’ve tried to use Xampp & Wamp to run a localhost version, which I can do, but as soon as I start using them to upload a 6.7mb plugin, either version dies:

    Request Timeout

    Server timeout waiting for the HTTP request from the client.
    Apache/2.4.9 (Win64) PHP/5.5.12 Server at localhost Port 80

    What do I need to change to resolve this?

    Thanks!!

Viewing 1 replies (of 1 total)
  • You will have to increase the value of max_execution_time in your local server’s php.ini file.

    Regarding XAMPP, you will also need to increase the value of upload_max_filesize from the default value of 2M to something like 10M to handle that plugin.

    Don’t forget to restart Apache after making the changes.

    Cheers!
    Lyle

Viewing 1 replies (of 1 total)
  • The topic ‘server timeout on local host.’ is closed to new replies.