Install tips for WAMP on Windows Server 2008
Posted: Wed Jan 02, 2013 8:12 am
I recently moved our server from a windows 2008 to a windows 2008 server running SBS 2008.
The pacs one web page seems to load much slower and the older server was a much smaller server (Virtual machine with 1 vcpu) new is a 2 quad core CPU machine.
I'm almost certain its something to do with my wamp config. I see spikes when I click things.
I did notice alot of:
[Wed Jan 02 02:40:17 2013] [error] [client 192.168.6.2] File does not exist: D:/Program Files/PacsOne/php/home.phpselfupdate
[Wed Jan 02 02:46:15 2013] [error] [client 192.168.6.2] File does not exist: D:/Program Files/PacsOne/php/home.phpfavicon.ico
[Wed Jan 02 02:46:15 2013] [error] [client 192.168.6.2] File does not exist: D:/Program Files/PacsOne/php/home.phpfavicon.ico
[Wed Jan 02 02:49:18 2013] [error] [client 192.168.6.2] File does not exist: D:/Program Files/PacsOne/php/home.phpfavicon.ico
So wondering if my DocumentRoot is messed up or what. I doublechecked and the httpd looks right:
Thanks.
The pacs one web page seems to load much slower and the older server was a much smaller server (Virtual machine with 1 vcpu) new is a 2 quad core CPU machine.
I'm almost certain its something to do with my wamp config. I see spikes when I click things.
I did notice alot of:
[Wed Jan 02 02:40:17 2013] [error] [client 192.168.6.2] File does not exist: D:/Program Files/PacsOne/php/home.phpselfupdate
[Wed Jan 02 02:46:15 2013] [error] [client 192.168.6.2] File does not exist: D:/Program Files/PacsOne/php/home.phpfavicon.ico
[Wed Jan 02 02:46:15 2013] [error] [client 192.168.6.2] File does not exist: D:/Program Files/PacsOne/php/home.phpfavicon.ico
[Wed Jan 02 02:49:18 2013] [error] [client 192.168.6.2] File does not exist: D:/Program Files/PacsOne/php/home.phpfavicon.ico
So wondering if my DocumentRoot is messed up or what. I doublechecked and the httpd looks right:
Code: Select all
Alias /pacsone "D:\Program Files\PacsOne\php"
<Directory "D:\Program Files\PacsOne\php">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Thanks.