From: Alex B. <en...@tu...> - 2001-05-02 21:47:53
|
> Actually, I think Dallas was looking for an example of a BC vhost config. > Perhaps you could forward one to him? #alex's binarycloud release port <VirtualHost _default_:8001> php_value auto_prepend_file /path/binarycloud/user/conf/prepend.inc php_value auto_append_file /path/binarycloud/user/conf/append.inc php_value magic_quotes_gpc off php_value variables_order "GPCS" php_value session.name session php_value session.entropy_length 16 php_value session.entropy_file /dev/urandom php_value default_charset "iso-8859-1" php_value register_argc_argv off php_value allow_call_time_pass_by_reference true DocumentRoot /home/alex/binarycloud/htdocs <Directory /home/alex/binarycloud/htdocs> Order allow,deny Allow from all </Directory> ServerAdmin yo...@ex... </VirtualHost> that's a mod on what I use, i actually use that without all the php_flags, because I run the binarycloud distro php.ini _alex -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |