Hi everybody:

I have installed a image of kamikaze whit x86 in pentium pressessor and
intel board. I have been try to see images an css in my web navigator but
I can't. I have installed lighttpd whit the next modules:

lighttpd - 1.4.20-3 -
lighttpd-mod-accesslog - 1.4.20-3 -
lighttpd-mod-alias - 1.4.20-3 -
lighttpd-mod-auth - 1.4.20-3 -
lighttpd-mod-cgi - 1.4.20-3 -
lighttpd-mod-evasive - 1.4.20-3 -
lighttpd-mod-expire - 1.4.20-3 -
lighttpd-mod-fastcgi - 1.4.20-3 -
lighttpd-mod-proxy - 1.4.20-3 -
lighttpd-mod-redirect - 1.4.20-3 -
lighttpd-mod-rewrite - 1.4.20-3 -
lighttpd-mod-setenv - 1.4.20-3 -
lighttpd-mod-simple-vhost - 1.4.20-3 -
lighttpd-mod-ssi - 1.4.20-3 -
lighttpd-mod-status - 1.4.20-3 -
lighttpd-mod-usertrack - 1.4.20-3 -
lighttpd-mod-webdav - 1.4.20-3 -


and my lighttpd.conf


server.modules = (
        "mod_rewrite",
        "mod_redirect",
        "mod_alias",
        "mod_auth",
        "mod_status",
        "mod_setenv",
        "mod_fastcgi",
        "mod_proxy",
        "mod_simple_vhost",
        "mod_cgi",
        "mod_ssi",
        "mod_usertrack",
        "mod_expire"
)

server.network-backend = "write"

server.document-root = "/www/"

server.errorlog = "/var/log/lighttpd/error.log"

mimetype.assign = (
        ".pdf"   => "application/pdf",
        ".class" => "application/octet-stream",
        ".pac"   => "application/x-ns-proxy-autoconfig",
        ".swf"   => "application/x-shockwave-flash",
        ".wav"   => "audio/x-wav",
        ".gif"   => "image/gif",
        ".jpg"   => "image/jpeg",
        ".jpeg"  => "image/jpeg",
        ".png"   => "image/png",
        ".css"   => "text/css",
        ".html"  => "text/html",
        ".htm"   => "text/html",
        ".js"    => "text/javascript",
        ".txt"   => "text/plain",
        ".dtd"   => "text/xml",
        ".xml"   => "text/xml"
 )

$HTTP["url"] =~ "\.pdf$" {
        server.range-requests = "disable"
}

static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )

server.pid-file = "/var/run/lighttpd.pid"

server.upload-dirs = ( "/tmp" )

cgi.assign = ( ".pl"  => "/usr/bin/perl", ".cgi" => "/usr/bin/perl" )


I can see html code but the .css .gif .jpg not. Do I need a special module
or package? I use perl to do that... Do I need some packages to perl too?.

Thanks for any help

_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to