On Wed, 17 Mar 2010 21:51:42 +0000 Carlo Rodrigues <[email protected]> wrote:
> Hey Stevan. > > On Mar 17, 2010, at 19:07 , Stevan Bajić wrote: > > > On Wed, 17 Mar 2010 18:22:25 +0000 > > Carlo Rodrigues <[email protected]> wrote: > > > >> Hello all, > >> > > Hallo, > > > > > >> Is anyone having problems with non-english languages in webui? > >> Every time I try to change the language from the drop-down menu, I > >> always get a blank page, and no errors in apache log. > >> > >> This happens on all templates of dspam.cgi and admin.cgi. > >> I'm using latest git, but this is something that has never worked for me > >> before. > >> > >> Invoking dspam.cgi?language=en works but, for example, invoking > >> dspam.cgi?language=fr doesn't. > >> > > for me it is working. But I don't use Apache. Anyway... are you able to > > post how you have implemented the web-ui in Apache? > > > Sure. > > My /etc/httpd/conf.d/dspam.conf: > > <VirtualHost *:80> > ServerName 10.0.9.1 > HostnameLookups Off > UseCanonicalName Off > ServerSignature On > SuexecUserGroup dspam dspam > RewriteEngine on > RewriteRule ^/$ /cgi-bin/dspam.cgi [R] > > DocumentRoot "/var/www/dspam/htdocs" > <Directory /var/www/dspam/htdocs> > Options All +Multiviews FollowSymLinks > Order deny,allow > Allow from all > </Directory> > > ScriptAlias /cgi-bin/ /var/www/dspam/cgi-bin/ > <Directory /var/www/dspam/cgi-bin/> > Options FollowSymLinks ExecCGI > AddHandler cgi-script .cgi > AllowOverride None > Order deny,allow > Allow from all > AuthType Basic > AuthName "DSPAM Control Center" > AuthUserFile "/var/www/dspam/users" > require valid-user > </Directory> > </VirtualHost> > Could you send your configure.pl as well? And the output of "dspam --version"? And a tree/list output of the content in "/var/www/dspam/htdocs" and in "/var/www/dspam/cgi-bin"? > > > > > >> Thanks for your help, > >> Carlo Rodrigues > >> > > -- > > Kind Regards from Switzerland, > > > > Stevan Bajić > > > > ------------------------------------------------------------------------------ > > Download Intel® Parallel Studio Eval > > Try the new software tools for yourself. Speed compiling, find bugs > > proactively, and fine-tune applications for parallel performance. > > See why Intel Parallel Studio got high marks during beta. > > http://p.sf.net/sfu/intel-sw-dev > > _______________________________________________ > > Dspam-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/dspam-user > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Dspam-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspam-user ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Dspam-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspam-user
