Page 1 of 1

ASP and PHP together...

Posted: Tue Jan 18, 2005 9:13 am
by parallon
Is it possible to run PHP and ASP on the same machine? If not, is there some way to run an ASP application on an Apache server?

Thanks in advance,

Parallon

Posted: Tue Jan 18, 2005 9:29 am
by feyd
AFAIK, both are possible:

http://httpd.apache.org/cli/introduction


IIS can run ASP and PHP at the same time as well. Although mixing them (codewise) may be a problem.