Hi Guys,
Homeseer is running it's own webserver. Is it possible to host .php pages on it? I have setup a temp apache server on another machine, but I would like to host the .php page on the homeseer machine. Anyone know of this is possible?
Thanks!
Homeseer webserver
Moderator: Ruud
Re: Homeseer webserver
I think the only way is to run your own webserver on the same machine and use different ports for both.
This may help:
http://www.cocoontech.com/portal/articl ... r-with-php
This may help:
http://www.cocoontech.com/portal/articl ... r-with-php
Re: Homeseer webserver
I think that the question is if it's possible to run php pages on the HS webserver.
If that's so then i believe strongly that the answer is no.
If that's so then i believe strongly that the answer is no.
Bram
Re: Homeseer webserver
I believe it should be possible. Homeseer is running on IIS, right? I would guess that IIS can support php with some kind of configuration/plugin.
quick google search brought me here
quick google search brought me here
Re: Homeseer webserver
Is it IIS? I doubt it. I don't have IIS installed and it's the Homeseer PID that is listening to port 80.
That's why i suggested installing a 2nd webserver on the same machine.
IIS may do as well as Apache i guess.
That's why i suggested installing a 2nd webserver on the same machine.
IIS may do as well as Apache i guess.
Re: Homeseer webserver
You are 100% correct, my mistake.Digit wrote:Is it IIS? I doubt it. I don't have IIS installed and it's the Homeseer PID that is listening to port 80.
Re: Homeseer webserver
Thanks guys... I guess I'll have to run the run the homeseer webserver on a different port than the apache server that I will be running... Thanks again for the input!