hi,
Now I'm tring to setup DAViCal(rscds) + Lighttpd + PostgreSQL.
and I could setup DAViCal + Apache + PostgreSQL but I couldn't
do it with Lighttpd instead of Apache.
Would you tell me how to setup with lighttpd, please?
here is my httpd.conf.
-------------------------------------
...
...
DocumentRoot /var/www/html/davical
DirectoryIndex index.php index.html
ServerName example.xxxx.co.jp
Alias /images/ /var/www/html/davical/htdocs/images/
hi, Now I'm tring to setup
hi,
Now I'm tring to setup DAViCal(rscds) + Lighttpd + PostgreSQL.
and I could setup DAViCal + Apache + PostgreSQL but I couldn't
do it with Lighttpd instead of Apache.
Would you tell me how to setup with lighttpd, please?
here is my httpd.conf.
-------------------------------------
...
...
DocumentRoot /var/www/html/davical
DirectoryIndex index.php index.html
ServerName example.xxxx.co.jp
Alias /images/ /var/www/html/davical/htdocs/images/
DAV on
php_value include_path /usr/share/awl/inc
php_value magic_quotes_gpc 0
php_value register_globals 0
php_value error_reporting "E_ALL & ~E_NOTICE"
php_value default_charset "utf-8"
---------------------------------------