---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- I am running Apache JServ 1.0 and PHP 3.0.12 on a Digital Unix box running Stronghold 2.4.2 (Apache 1.3.6). The problem I am having is that the output of one of my servlets has php codes in it, but my server is not parsing the php codes. Here is a cut from my httpd.conf: ------------------------------------------------------------------------ <IfModule mod_php3.c> AddType application/x-httpd-php3 .php3 AddType application/x-httpd-php3-source .php3s </IfModule> ------------------------------------------------------------------------ the name of the servlet is housing.shapp. I searched all the mailing lists and couldn't find a solution to this problem. I guess I would have to make the PHP engine parse all files that pass through the server - but I don't know how to do that safely. I don't want this to work just for this servlet - I want to be able to do this for all servlets. Can anyone help me out? Atul Ohri NYU School of Law Webteam [EMAIL PROTECTED] -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]