abclinuxu.cz AbcLinuxu.cz itbiz.cz ITBiz.cz HDmag.cz HDmag.cz abcprace.cz AbcPráce.cz
AbcLinuxu hledá autory!
Inzerujte na AbcPráce.cz od 950 Kč
Rozšířené hledání
×
    dnes 03:33 | Komunita

    Na čem pracují vývojáři webového prohlížeče Ladybird (GitHub)? Byl publikován přehled vývoje za červen (YouTube).

    Ladislav Hagara | Komentářů: 0
    dnes 02:33 | Nová verze

    Libreboot (Wikipedie) – svobodný firmware nahrazující proprietární BIOSy, distribuce Corebootu s pravidly pro proprietární bloby – byl vydán ve verzi 25.06 "Luminous Lemon". Přidána byla podpora desek Acer Q45T-AM a Dell Precision T1700 SFF a MT. Současně byl ve verzi 25.06 "Onerous Olive" vydán také Canoeboot, tj. fork Librebootu s ještě přísnějšími pravidly.

    Ladislav Hagara | Komentářů: 0
    dnes 01:33 | Komunita

    Licence GNU GPLv3 o víkendu oslavila 18 let. Oficiálně vyšla 29. června 2007. Při té příležitosti Richard E. Fontana a Bradley M. Kuhn restartovali, oživili a znovu spustili projekt Copyleft-Next s cílem prodiskutovat a navrhnout novou licenci.

    Ladislav Hagara | Komentářů: 0
    včera 16:55 | Nová verze

    Svobodný nemocniční informační systém GNU Health Hospital Information System (HIS) (Wikipedie) byl vydán ve verzi 5.0 (Mastodon).

    Ladislav Hagara | Komentářů: 0
    včera 16:22 | Komunita

    Open source mapová a navigační aplikace OsmAnd (OpenStreetMap Automated Navigation Directions, Wikipedie, GitHub) oslavila 15 let.

    Ladislav Hagara | Komentářů: 0
    včera 11:55 | Zajímavý software

    Vývojář Spytihněv, autor počítačové hry Hrot (Wikipedie, ProtonDB), pracuje na nové hře Brno Transit. Jedná se o příběhový psychologický horor o strojvedoucím v zácviku, uvězněném v nejzatuchlejším metru východně od všeho, na čem záleží. Vydání je plánováno na čtvrté čtvrtletí letošního roku.

    Ladislav Hagara | Komentářů: 29
    1.7. 18:22 | IT novinky

    V uplynulých dnech byla v depu Českých drah v Brně-Maloměřicích úspěšně dokončena zástavba speciální antény satelitního internetu Starlink od společnosti SpaceX do jednotky InterPanter 660 004 Českých drah. Zástavbu provedla Škoda Group. Cestující se s InterPanterem, vybaveným vysokorychlostním satelitním internetem, setkají například na linkách Svitava Brno – Česká Třebová – Praha nebo Moravan Brno – Břeclav – Přerov – Olomouc.

    Ladislav Hagara | Komentářů: 19
    1.7. 13:11 | Nová verze

    Byla vydána nová verze 8.7.0 správce sbírky fotografií digiKam (Wikipedie). Přehled novinek i s náhledy v oficiálním oznámení (NEWS). Nejnovější digiKam je ke stažení také jako balíček ve formátu AppImage. Stačí jej stáhnout, nastavit právo ke spuštění a spustit.

    Ladislav Hagara | Komentářů: 0
    1.7. 12:22 | IT novinky

    Před 30 lety, k 1. 7. 1995, byl v ČR liberalizován Internet - tehdejší Eurotel přišel o svou exkluzivitu a mohli začít vznikat první komerční poskytovatelé přístupu k Internetu [𝕏].

    Ladislav Hagara | Komentářů: 4
    1.7. 11:33 | Nová verze

    Byla vydána (𝕏) nová verze 7.4 open source monitorovacího systému Zabbix (Wikipedie). Přehled novinek v oznámení na webu, v poznámkách k vydání a v aktualizované dokumentaci.

    Ladislav Hagara | Komentářů: 0
    Jaký je váš oblíbený skriptovací jazyk?
     (59%)
     (28%)
     (6%)
     (2%)
     (0%)
     (1%)
     (3%)
    Celkem 340 hlasů
     Komentářů: 16, poslední 8.6. 21:05
    Rozcestník

    Administrace komentářů

    Jste na stránce určené pro řešení chyb a problémů týkajících se diskusí a komentářů. Můžete zde našim administrátorům reportovat špatně zařazenou či duplicitní diskusi, vulgární či osočující příspěvek a podobně. Děkujeme vám za vaši pomoc, více očí více vidí, společně můžeme udržet vysokou kvalitu AbcLinuxu.cz.

    Příspěvek
    6.9.2006 10:54 random | skóre: 11 | Kosice
    Rozbalit Rozbalit vše Re: SUSE 10.1 a jeho divny sposob konfiguracie APACHE2
    uz som myslel ze sa na to nebudes pytat (no myslel som ze sa niekto s tym uz stretol) ... ok .. php mam 5 (presnejsie 5.daco) ... vsetko som nainstaloval standardne z DVD SUSE 10.1 .. nic som nemenil .. iba som spustil sluzbu a povolil moduly (php5 a userdir).. tak tu su konfiguraky

    /etc/apache2/httpd.conf
    #
    # /etc/apache2/httpd.conf 
    #
    
    # run under this user/group id
    Include /etc/apache2/uid.conf
    
    # - how many server processes to start (server pool regulation)
    # - usage of KeepAlive
    Include /etc/apache2/server-tuning.conf
    
    # ErrorLog: The location of the error log file.
    # If you do not specify an ErrorLog directive within a <VirtualHost>
    # container, error messages relating to that virtual host will be
    # logged here.  If you *do* define an error logfile for a <VirtualHost>
    # container, that host's errors will be logged there and not here.
    ErrorLog /var/log/apache2/error_log
    
    # generated from APACHE_MODULES in /etc/sysconfig/apache2
    Include /etc/apache2/sysconfig.d/loadmodule.conf
    
    # IP addresses / ports to listen on
    Include /etc/apache2/listen.conf
    
    # predefined logging formats
    Include /etc/apache2/mod_log_config.conf
    
    # generated from global settings in /etc/sysconfig/apache2
    Include /etc/apache2/sysconfig.d/global.conf
    
    # optional mod_status, mod_info
    Include /etc/apache2/mod_status.conf
    Include /etc/apache2/mod_info.conf
    
    # optional cookie-based user tracking
    # read the documentation before using it!!
    Include /etc/apache2/mod_usertrack.conf
    
    # configuration of server-generated directory listings
    Include /etc/apache2/mod_autoindex-defaults.conf
    
    # associate MIME types with filename extensions
    TypesConfig /etc/apache2/mime.types
    DefaultType text/plain
    Include /etc/apache2/mod_mime-defaults.conf
    
    # set up (customizable) error responses
    Include /etc/apache2/errors.conf
    
    # global (server-wide) SSL configuration, that is not specific to 
    # any virtual host
    Include /etc/apache2/ssl-global.conf
    
    # forbid access to the entire filesystem by default
    <Directory />
        Options None
        AllowOverride None
        Order deny,allow
        Deny from all
    </Directory>
    
    # use .htaccess files for overriding,
    AccessFileName .htaccess
    # and never show them
    <Files ~ "^\.ht">
        Order allow,deny
        Deny from all
    </Files>
    
    # List of resources to look for when the client requests a directory
    DirectoryIndex index.html index.html.var
    
    ### 'Main' server configuration #############################################
    #
    # The directives in this section set up the values used by the 'main'
    # server, which responds to any requests that aren't handled by a
    # <VirtualHost> definition.  These values also provide defaults for
    # any <VirtualHost> containers you may define later in the file.
    #
    # All of these directives may appear inside <VirtualHost> containers,
    # in which case these default settings will be overridden for the
    # virtual host being defined.
    #
    Include /etc/apache2/default-server.conf
    
    
    # Another way to include your own files
    #
    # The file below is generated from /etc/sysconfig/apache2,
    # include arbitrary files as named in APACHE_CONF_INCLUDE_FILES and
    # APACHE_CONF_INCLUDE_DIRS
    Include /etc/apache2/sysconfig.d/include.conf
    
    
    ### Virtual server configuration ############################################
    #
    # VirtualHost: If you want to maintain multiple domains/hostnames on your
    # machine you can setup VirtualHost containers for them. Most configurations
    # use only name-based virtual hosts so the server doesn't need to worry about
    # IP addresses. This is indicated by the asterisks in the directives below.
    #
    # Please see the documentation at
    # <URL:http://httpd.apache.org/docs-2.2/vhosts/>
    # for further details before you try to setup virtual hosts.
    #
    # You may use the command line option '-S' to verify your virtual host
    # configuration.
    #
    Include /etc/apache2/vhosts.d/*.conf
    
    
    # Note: instead of adding your own configuration here, consider 
    #       adding it in your own file (/etc/apache2/httpd.conf.local)
    #       putting its name into APACHE_CONF_INCLUDE_FILES in 
    #       /etc/sysconfig/apache2 -- this will make system updates 
    #       easier :) 
    
    
    
    
    
    
    
    
    
    

    /etc/sysconf/apache
    ## Path:	Network/WWW/Apache2
    ## Description:	Configuration for Apache 2
    
    ## Type:	string
    ## Default:	""
    ## ServiceRestart: apache2
    #
    # Here you can name files, separated by spaces, that should be Include'd from 
    # httpd.conf. 
    #
    # This allows you to add e.g. VirtualHost statements without touching 
    # /etc/apache2/httpd.conf itself, which makes upgrading easier. 
    #
    APACHE_CONF_INCLUDE_FILES=""
    
    ## Type:	string
    ## Default:	""
    ## ServiceRestart: apache2
    #
    # Here you can name directories, separated by spaces, that should be Include'd 
    # from httpd.conf. 
    #
    # All files contained in these directories will be recursively included by apache.
    # If a pattern like *.conf is appended, apache will use it.
    #
    # Examples: "/etc/apache2/my_conf/"
    #           "/etc/apache2/virtual_hosts/*.conf"
    #           "local/*.conf /srv/www/virtual/"
    #
    APACHE_CONF_INCLUDE_DIRS=""
    
    ## Type:	string
    ## Default:	"actions alias auth_basic authz_host authn_file authz_groupfile authz_default authz_user autoindex cgi dir env expires include log_config mime negotiation setenvif ssl suexec userdir php5"
    ## ServiceRestart: apache2
    #
    # 
    # apache's default installation
    # APACHE_MODULES="authz_host actions alias asis auth autoindex cgi dir imap include log_config mime negotiation setenvif status userdir"
    # your settings
    APACHE_MODULES="authz_host actions alias auth_basic authz_groupfile authn_file authz_user autoindex cgi dir include log_config mime negotiation setenvif status userdir asis imagemap vhost_alias php5 authz_default"
    
    
    ## Type:	string
    ## Default:	""
    ## ServiceRestart: apache2
    #
    # 
    # Example:
    #      "SSL STATUS AWSTATS SVN_VIEWCVS no_subversion_today"
    #
    APACHE_SERVER_FLAGS=""
    
    ## Type:	string
    ## Default:	""
    ## ServiceRestart: apache2
    #
    # Which config file do you want to use?
    # (if not set, /etc/apache2/httpd.conf is used.)
    # It is unusual to need to use this setting.
    #
    APACHE_HTTPD_CONF=""
    
    ## Type:	list(prefork,worker)
    ## Default:	""
    ## ServiceRestart: apache2
    #
    # MPM (multi-processing module) to use.
    #
    # 
    APACHE_MPM=""
    
    ## Type:	string
    ## Default:	""
    ## ServiceReload: apache2
    #
    # email address of the server administrator (ServerAdmin directive)
    # This address is added to the server's responses if APACHE_SERVERSIGNATURE 
    # is set to "email". 
    #
    APACHE_SERVERADMIN="root@hydra"
    
    ## Type:	string
    ## Default:	""
    ## ServiceReload: apache2
    #
    # ServerName gives the name and port that the server uses to identify itself.
    # This can often be determined automatically, but we recommend you specify
    # it explicitly to prevent problems during startup.
    #
    APACHE_SERVERNAME="hydra"
    
    ## Type:	integer
    ## Default:	2
    #
    # timeout during server startup (seconds)
    # after this time, the start script decides wether the httpd process started without error.
    #
    # Increase it, if you use mod_ssl and your certificate is passphrase protected!
    #
    APACHE_START_TIMEOUT="2"
    
    ## Type:	list(on,off,email)
    ## Default:	"on"
    ## ServiceReload: apache2
    #
    # Configures the footer on server-generated documents 
    # This correlates to the ServerSignature directive. 
    #
    APACHE_SERVERSIGNATURE="on"
    
    ## Type:	list(debug,info,notice,warn,error,crit,alert,emerg)
    ## Default:	"warn"
    ## ServiceReload: apache2
    #
    # LogLevel: Control the number of messages logged to the error_log.
    #
    APACHE_LOGLEVEL="debug"
    
    ## Type:	string
    ## Default:	"/var/log/apache2/access_log combined"
    ## ServiceRestart: apache2
    #
    # The location and format of the access logfile (Common Logfile Format).
    # If you do not define any access logfiles within a <VirtualHost>
    # container, they will be logged here.  Contrarywise, if you *do*
    # define per-<VirtualHost> access logfiles, transactions will be
    # logged therein and *not* in this file.
    #
    # setting it to "/var/log/apache2/access_log combined"
    #   corresponds to 
    # CustomLog /var/log/apache2/access_log combined
    #
    APACHE_ACCESS_LOG="/var/log/apache2/access_log combined"
    
    ## Type:	list(On,Off,DNS)
    ## Default:	"Off"
    ## ServiceReload: apache2
    #
    # UseCanonicalName: Determines how Apache constructs self-referencing 
    # URLs and the SERVER_NAME and SERVER_PORT variables.
    # When set "Off", Apache will use the Hostname and Port supplied
    # by the client.  When set "On", Apache will use the value of the
    # ServerName directive.
    #
    APACHE_USE_CANONICAL_NAME="off"
    
    ## Type:	list(Major,Minor,Minimal,ProductOnly,OS,Full)
    ## Default:	"OS"
    ## ServiceReload: apache2
    #
    # How much information the server response header field contains about the server.
    # (installed modules, versions, etc.)
    # see http://httpd.apache.org/docs-2.2/mod/core.html#servertokens
    #
    APACHE_SERVERTOKENS="OS"
    
    ## Type:	list(on,off)
    ## Default:	"off"
    ## ServiceReload: apache2
    #
    # If mod_status is used, include extended information about the server, like 
    # CPU usage, in the status report. It is a server-wide setting, and it can cost
    # some performance!
    #
    APACHE_EXTENDED_STATUS="off"
    
    ## Type:	list(on,off)
    ## Default:	"off"
    ## ServiceRestart: apache2
    #
    # Enable buffered logging
    #
    APACHE_BUFFERED_LOGS="off"
    
    ## Type:	integer
    ## Default:	300
    ## ServiceReload: apache2
    #
    # Timeout: The number of seconds before receives and sends time out.
    # It is a server wide setting.
    #
    APACHE_TIMEOUT="300"
    
    ## Path:	   Network/WWW/Apache/SuSEhelp
    ## Description:	   SuSE help doc server configuration
    ## Type:	   yesno
    ## Default:	   no
    ## Config:         apache
    ## ServiceRestart: apache
    ## Command:
    #
    # Set this to yes on the central documentation server
    # or to configure apache for local use of susehelp. 
    # Then the online-help-system indices are automatically adjusted
    # and access to the help-files is allowed as specified in DOC_ALLOW.
    # To run as a client for the central documentation server who's name
    # is specified in DOC_HOST, just set DOC_SERVER to no.
    # The DOC_HOST and DOC_ALLOW variables are in the file /etc/sysconfig/susehelp.
    #
    DOC_SERVER="no"
    

    V tomto formuláři můžete formulovat svou stížnost ohledně příspěvku. Nejprve vyberte typ akce, kterou navrhujete provést s diskusí či příspěvkem. Potom do textového pole napište důvody, proč by měli admini provést vaši žádost, problém nemusí být patrný na první pohled. Odkaz na příspěvek bude přidán automaticky.

    Vaše jméno
    Váš email
    Typ požadavku
    Slovní popis
    ISSN 1214-1267   www.czech-server.cz
    © 1999-2015 Nitemedia s. r. o. Všechna práva vyhrazena.