Hirdetés

Új hozzászólás Aktív témák

  • Atlantisz48

    őstag

    válasz Intruder2k5 #2989 üzenetére

    nem találom benne mit kéne kikommentelni.

    # lighttpd configuration file
    #
    server.modules = (
    )

    ### only root can use these options
    #server.chroot = "/"

    ######### Options that are good to be but not neccesary to be changed #######
    #server.port = 81
    #server.bind = "localhost"
    server.document-root = "/opt/share/www"
    server.upload-dirs = ( "/tmp" )
    server.errorlog = "/opt/var/log/lighttpd/error.log"
    server.pid-file = "/opt/var/run/lighttpd.pid"
    #server.username = "www-data"
    #server.groupname = "www-data"
    #server.tag = "lighttpd"
    #server.errorlog-use-syslog = "enable"
    #server.network-backend = "write"

    index-file.names = ( "index.php", "index.html",
    "index.htm", "default.htm",
    " index.lighttpd.html" )

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

    ## Use ipv6 if available
    #include_shell "/opt/share/lighttpd/use-ipv6.pl"

    #dir-listing.encoding = "utf-8"
    #server.dir-listing = "enable"

    include "/opt/etc/lighttpd/mime.conf"
    include_shell "cat /opt/etc/lighttpd/conf.d/*.conf"

    [ Szerkesztve ]

Új hozzászólás Aktív témák