mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-29 18:26:05 +00:00
We no longer need register_globals or the RSCDS inc/ directory in our
virtual host definition.
This commit is contained in:
parent
bfb93a06a9
commit
70ddd785f2
@ -165,9 +165,9 @@ single virtual host.</p>
|
||||
ServerName rscds.example.net
|
||||
ServerAlias calendar.example.net
|
||||
Alias /images/ /usr/share/rscds/htdocs/images/
|
||||
php_value include_path /usr/share/rscds/inc:/usr/share/awl/inc
|
||||
php_value include_path /usr/share/awl/inc
|
||||
php_value magic_quotes_gpc 0
|
||||
php_value register_globals 1
|
||||
php_value register_globals 0
|
||||
</VirtualHost>
|
||||
</pre>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user