hexzero Posted February 7, 2003 Share Posted February 7, 2003 Okay.. I admit, I am very new to php & apache. Everything has ben working well for quite some time. I have managed to code a couple sites with out any problems. Being the brave soul that I am (Not), I decided to move a couple domains onto my server to host as vhost. I would like to know how to enable php in the vhost themselves. I have searched the different forums and what not, but I was not able to find anything that would make much sense. Here is an example of one of my vhost that is in my httpd.conf: <VirtualHost 192.168.1.126> ServerAdmin [email protected] DocumentRoot /home/mydomainuser/www ServerName www.mydomain.com ErrorLog /home/mydomainuser/wwwlogs/error_log TransferLog /home/mydomainuser/wwwlogs/access_log </VirtualHost> Now, I know there is something that is supposed to be added to this to allow php to load, but i am not sure what. I am using PHP 4.3.0 with Apache 1.3.27 Thanks for the feedback, and I hope this post and its replies will be useful for others that trip down the same path I have! Link to comment https://forums.phpfreaks.com/topic/129-php-and-virtual-host/ Share on other sites More sharing options...
effigy Posted February 7, 2003 Share Posted February 7, 2003 how are the php directives setup in apache now? Link to comment https://forums.phpfreaks.com/topic/129-php-and-virtual-host/#findComment-387 Share on other sites More sharing options...
hexzero Posted February 9, 2003 Author Share Posted February 9, 2003 Actually I haven\'t set them up yet for the virtual host at all. Right now its set the normal way, but I was sure you would have to add some type of directive under the virtual host. Thanks for the help.... Link to comment https://forums.phpfreaks.com/topic/129-php-and-virtual-host/#findComment-406 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.