Proxy Problem

Soldato
Joined
15 Dec 2004
Posts
3,819
Hi,

I've written a help desk in PHP and MySQL for school which I've setup on an internal machine. Now, the help desk is working fine on that machine by using http://localhost but when I try and do it from another machine on the network by typing in http://172.17.100.41 it times out saying Connection timed out - 10061(I think), ISA server (Or something to that effect). Now if I go into internet options and change the LAN settings tab so there is no tick in the use proxy box, it works but then no other websites work. I thought it would be a case of using the 'Bypass proxy server for local addresses' box but it does the same thing :( I therefore came to the conclusion that it's a settings on the proxy but don't know where to start. The proxy is running windows 2000 server and clients are on XP Pro :)

Thanks for any help

Ben
 
Burberryflop said:
Go to the screen in IE where you set the proxy server and click on advanced. There is a box at the bottom where you can add exceptions so that the PC will bypass the proxy.

Thanks- found it this morning when I got in, never saw the box yesterday though :confused: Right, now for the next problem :rolleyes: On the helpdesk, there is a delete button and when you click it, it deletes that specific row out of the database and this works fine. It then refreshes the page afterwards but it still shows the job as visible when refreshed and the only way around this is by doing a hard refresh via F5. Is there any way to fix this? :)

Thanks

Ben
 
Back
Top Bottom