From: abidal <ab...@ip...> - 2001-04-25 18:54:57
|
> Thank you so much...=) > > Its up and running... > > BTW ....now I have to read apache docs to figure out how I can create > aliases for other directories on my server that have nothing to do with > BC...and have their own specific rwx privileges... It seems that BC is not design to support multiple vhost. because auto_prepend will prepend bc stuff when loading *.php, your will be directed to bc/htdocs/index.php I don't known if the following works. 1 - remove auto_prepend from your php.ini 2 - create a vhost for hhtpd add at the end of your httpd.conf ---/--- NameVirtualHost 192.168.100.10 <VirtualHost 192.168.100.10> php_value auto_prepend_file _...._ php_value auto_append_file _...._ ServerAdmin web...@yo... DocumentRoot __YOUT_NEW_DIR__ ServerName www.yourdomain.com ErrorLog logs/yourdormain-error_log TransferLog logs/yourdomain-access_log </VirtualHost> 3 - of course add en entry in your dns for yourdomain.com bye -- IPSIGHT NETWORKS - www.ipsight.com Abidal Serge ab...@ip... Phone (+33) 1 45 40 91 51 - Fax (+33) 1 45 40 85 45 |