Page 1 of 1

Long apache response

PostPosted: 02. March 2013 10:39
by el_nino
I've upgraded XAMPP from 1.7.4 to version 1.8.1. After that, some files loading very slow - every time time the same files. I've changed may options in httpd.conf and Windows DNS - without any results.
Image

Do you have any ideas what could be the cause of such behavior?

Re: Long apache response

PostPosted: 02. March 2013 13:41
by JonB
"I've upgraded XAMPP from 1.7.4 to version 1.8.1"

How did you do the upgrade?

Re: Long apache response

PostPosted: 04. March 2013 08:42
by el_nino
It's not literally upgrade. It's a new installation.

Re: Long apache response

PostPosted: 04. March 2013 17:40
by JonB
By any chance are you sending over HTTPS?

:?:

Re: Long apache response

PostPosted: 04. March 2013 20:33
by el_nino
I tried with https and http. In the last test configurataion I added only to vhost:

Code: Select all
<VirtualHost 10.10.1.249:80>
   ServerName klub.eurotel.pl           
  DocumentRoot "C:/xampp/htdocs/klub"
</VirtualHost>


and changed MySQL port in my.ini and php.ini.

BTW. I use Windows Server 2012.

Re: Long apache response

PostPosted: 04. March 2013 21:26
by JonB
Was your prior install on Sever 2012?