Hi

I'm testing minify options of fastpath[1]. I've installed yui-compressor
(Debian Linux: apt-get install yui-compressor) and I test it in command
shell with webserver user[2]. It seems to work fine.

But, when naviserver try to minify a file I see some error[3] reading a
dpkg (debian package instaler) conf file (/root/.dpkg.cfg). And file
doesn't seem to be minified

Any clue?

Thanks
Cesáreo



----------------

[1]
http://naviserver.sourceforge.net/n/naviserver/files/ns_return.html#subsection1

[2]
openacs@www:~$ /usr/bin/yui-compressor -s --type css
Usage: java -jar yuicompressor-x.y.z.jar [options] [input file]
Global Options
  -h, --help                Displays this information

[3]
Warning: mininfy returned error: dpkg: aviso: fallo al abrir el fichero
de configuración `/root/.dpkg.cfg' para lectura: Permiso denegado

[4] FastPath Config
# Naviserver Config
ns_section      "ns/fastpath"

ns_param        gzip_static         true
ns_param        gzip_refresh        true
ns_param        gzip_cmd            "/bin/gzip -9"
ns_param        minify_css_cmd   "/usr/bin/yui-compressor --type css"
ns_param        minify_js_cmd     "/usr/bin/yui-compressor --type js"


------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel

Reply via email to