andrew.mcmillan.net.nz
cd /var/www; more /dev/rant >>index.html
 
projects


tags
CalDAV Catalyst DAViCal Debian Family FOSS Howto Humour installs ipv6 Kids lca moodle Music N770 Programming Rants RSCDS Travel Ubuntu Web


Recent comments


 

Re:lighttpd Setup

Hi,
Thanks a lots for your reply.
and I'm sorry previous httpd.conf file was typo.

Here is correct one and it works well.
but I sitll want to use lighttpd...
------------------------------------------------
<VirtualHost xxx.xxx.xxx.xxx>
DocumentRoot /var/www/html/davical
DirectoryIndex index.php index.html
ServerName example.sharp.co.jp
Alias /images/ /var/www/html/davical/htdocs/images/
<Location /var/www/html/davical>
DAV on
</Location>
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"
</VirtualHost>
--------------------------------------------------

anyway, I'll check wiki and mailing list.

thanks, Hiroshi HARA.

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.