--- In aiis_linuxcampusclub@yahoogroups.com, chirag parikh
<ckp12035@y...> wrote:
> can anybody know
>
> How to create our own virtual directory in Linux using
> Apache server?
>
> I want to configure PHP on Linux.
>
> I already start apache from services. But i can not
> solve this problem So if anybody know send me whole
> way to configure PHP in Linux Apache whith ex.
>
> Thank You
> Chirag.
>
>
what kind of virtual dir u want to configure ?? like alias or virtual
hosts ?
Configureing php for apache is very simple ..
for apache2.x u need to put these lines in ur httpd.conf file
and also make sure the libphp4.so exist in module dir of apache after
u have installed php
******* httpd.conf ****************************
LoadModule php4_module modules/libphp4.so
AddType application/x-httpd-php .php .phtml
******************************************
Hope this helps,
Arvind