-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 try using "php_flag" instead of "php_value" php_flag sets boolean type directives
Pascal Van Hecke wrote:
- Sorry! Same post, but readable this time! -
php_value short_open_tag on php_value register_globals on
s you may define later in
the file.
#
NameVirtualHost 127.0.0.1:8001
<VirtualHost 127.0.0.1:8001>
MidgardEngine On
ServerName localhost
Port 8001
# Switch off magic quotes - it is required with
Midgard
php_value magic_quotes_gpc off
php_value magic_quotes_runtime off
php_value short_open_tag on
php_value register_globals on
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE+INGkWuUuMdhno7gRAovHAJ9/rx0++JjgwLA7M19PVRFgELyz7gCggFlB P65NNNQ0Y5IRAgdpEBGJGQs= =qSuM -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
