On 2/16/06, Muhammad Rizwan <[EMAIL PROTECTED]> wrote: > >Then if you get stuck, come back with a much more specific question > > including details on what you have tried and what your system looks > > like. > > Yes, thats what i want to ask from this forum, i am trying to know that > which option in apache executes php pages. Because i have installed php > and i can run its pages without any problem. Now i want that few of my > domains should run its pages and few of sites (of same apache server) > should deny. To do this i want to know the exact options in my > httpd.conf file, which help in running php pages, and same goes to > coldfusion.
Look for AddType and AddHandler lines related to the php and coldfusion files. These can be scoped within a <VirtualHost> section to limit their application to particular hosts. PHP also has other ways of disabling itself through its own directives, but you'll need to check the php docs. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]