Hi folks,
Debian Etch roundcubemail-0.1 lighttpd 1.4.13
$ cat /etc/lighttpd/lighttpd.conf .... alias.url += ( "/mail/" => "/var/www/roundcubemail-0.1/" ) ....
I have run;
$ mysql -u roundcube -p roundcube < /var/www/roundcubemail-0.1/SQL/mysql.initial.sql
$ ls -l /var/www/roundcube/ total 88 drwxr-xr-x 2 satimis satimis 4096 2008-03-03 21:51 bin -rw-r--r-- 1 satimis satimis 10597 2008-03-03 22:01 CHANGELOG drwxr-xr-x 2 satimis satimis 4096 2008-03-03 21:51 config -rw-r--r-- 1 satimis satimis 12265 2008-03-03 21:42 index.php -rw-r--r-- 1 satimis satimis 4369 2008-02-26 09:10 INSTALL drwxr-xr-x 3 satimis satimis 4096 2008-03-03 21:51 installer -rw-r--r-- 1 satimis satimis 15129 2005-09-28 22:28 LICENSE drwxr-xr-x 2 satimis satimis 4096 2008-03-03 21:51 logs drwxr-xr-x 7 satimis satimis 4096 2008-03-03 21:51 program -rw-r--r-- 1 satimis satimis 2052 2008-03-03 21:42 README drwxr-xr-x 3 satimis satimis 4096 2008-03-03 21:51 skins drwxr-xr-x 2 satimis satimis 4096 2008-03-03 21:51 SQL drwxr-xr-x 2 satimis satimis 4096 2008-03-03 21:51 temp -rw-r--r-- 1 satimis satimis 2151 2008-02-18 22:54 UPGRADING
On browser running;
http://satimis.com/mail 404 - Not Found
http://satimis.com/ Index of / Name Last Modified Size Type Parent Directory/ - Directory lighttpd/1.4.13
Please help. TIA
B.R. Stephen L
Send instant messages to your online friends http://uk.messenger.yahoo.com _______________________________________________ List info: http://lists.roundcube.net/users/
Stephen Liu wrote:
On browser running;
http://satimis.com/mail 404 - Not Found
I am not an expert on lighthttpd, but try to include index-file.names = ( "index.php" } in your config.
For a decent performance you would need to configure something like FastCGI instead of regular CGI.