Click to See Complete Forum and Search --> : Php and jsp support for APACHE


kakuustaad
04-24-2003, 01:25 AM
hiii .. i have newly installed an apache server . i want to know how can i add jsp and php support to apache server so that i can host some php and jsp pages . plus does apache support asp ?:)

serz
04-24-2003, 03:51 AM
No it dosn't support ASP. For that you will have to get a IIS to use it.

Chipmunk
04-24-2003, 04:07 AM
For PHP you'll need the mod_php module (at least I think that's what it's called). This will allow you to use PHP files and have them recognised and used correctly.

For JSP you need a servlet container, something like Tomcat installed. This can be installed independantly of apache. I don't remember the apache module you'd need though.

Which version of Apache have you installed ?