Heya :)
Ok... I've been thinking of a way to go about doing this, and I think I
might have came up with it. Just wanting to run this by you guys, see what
you think.
Here's my setup:
I have two computers behind a router. One linux, one winxp. The linux one
hosts apache on a non-standard port, as well as a non-standard MySQL port.
My ISP blocks the first 1024 ports outgoing, so I've had to adjust them
accordingly.
Here's what I'm trying to do:
My windows computer is much faster/better monitor etc. so I want to be able
to run a PHP script that will interface across the LAN to my linux machine
to add database entries, change content etc.
Here's what I'm thinking might do it?:
Create a virtual host in apache to point to port 80 on my windows computer
(again, 80 is blocked, so the outside world wouldn't be able to access it)
and set up php/apache on my windows comp as well.
Would this be feasable? and would I just link it to my LAN IP for the linux
machine with the specified port? (i.e. 192.168.1.102:8 008)
Thanks for any help, sorry for the longitivity of this.
Cheers!
-beef
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Ok... I've been thinking of a way to go about doing this, and I think I
might have came up with it. Just wanting to run this by you guys, see what
you think.
Here's my setup:
I have two computers behind a router. One linux, one winxp. The linux one
hosts apache on a non-standard port, as well as a non-standard MySQL port.
My ISP blocks the first 1024 ports outgoing, so I've had to adjust them
accordingly.
Here's what I'm trying to do:
My windows computer is much faster/better monitor etc. so I want to be able
to run a PHP script that will interface across the LAN to my linux machine
to add database entries, change content etc.
Here's what I'm thinking might do it?:
Create a virtual host in apache to point to port 80 on my windows computer
(again, 80 is blocked, so the outside world wouldn't be able to access it)
and set up php/apache on my windows comp as well.
Would this be feasable? and would I just link it to my LAN IP for the linux
machine with the specified port? (i.e. 192.168.1.102:8 008)
Thanks for any help, sorry for the longitivity of this.
Cheers!
-beef
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Comment