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 13:33 | IT novinky

    Ministerstvo dopravy uznalo prozatímní schválení asistenčního systému Tesla FSD Supervised vydané nizozemským schvalovacím orgánem RDW. Připojilo se tak k Nizozemsku a dalším pěti evropským státům. Systém je díky tomuto rozhodnutí možné používat za podmínek prozatímního schválení také na území České republiky. Tesla FSD Supervised je asistenčním systémem úrovně 2 podle klasifikace SAE (částečná automatizace řízení). Řidič se

    … více »
    Ladislav Hagara | Komentářů: 3
    dnes 11:22 | Upozornění

    Někteří zákazníci O2 mohou aktuálně zaznamenat zhoršenou dostupnost internetových služeb. Na odstranění potíží se pracuje [Facebook].

    Ladislav Hagara | Komentářů: 4
    dnes 01:22 | Nová verze

    PyPy (Wikipedie), tj. implementace Pythonu v RPythonu, alternativa CPythonu v C, byla vydána v nové major verzi 8.0.0. Podporuje Python 2.7, 3.11 a 3.12.

    Ladislav Hagara | Komentářů: 0
    dnes 00:22 | Komunita
    V rakouském Štýrském Hradci probíhá konference vývojářů a uživatelů desktopového prostředí KDE Plasma Akademy 2026. O víkendu proběhly přednášky. Videozáznamy jsou k dispozici na YouTube.
    Ladislav Hagara | Komentářů: 4
    včera 23:55 | Bezpečnostní upozornění

    V jádře Linux byly nalezeny a v upstremu ve verzích 5.10.270, 5.15.221, 6.1.188, 6.6.157, 6.12.109, 6.18.50 a 7.2.4 již opraveny 4 kritické zranitelnosti umožňující eskalaci práv: DirtyAH6 (CVE-2026-80844), TUNderflow (CVE-2026-81000), PPPoEject (CVE-2026-68121) a DiagSpill (CVE-2026-74469).

    Ladislav Hagara | Komentářů: 0
    včera 23:11 | Zajímavý článek

    Německá policie a celníci zneužívají ke čtení zpráv komunikačních aplikacích WhatsApp, Signal, Telegram nebo Threema velice jednoduchý trik, který nevyžaduje prolomení šifrování, spear phishing, odposlech SMS či jinou technicky náročnou metodu. Příslušníkům státního aparátu pouze stačí získat krátký přístup k odemčenému telefonu a prostřednictvím QR kódu propojit účet s oficiální desktopovou nebo webovou aplikací v policejním

    … více »
    AfD 💙 | Komentářů: 2
    19.9. 02:11 | IT novinky Ladislav Hagara | Komentářů: 0
    18.9. 19:11 | Zajímavý projekt

    Fugleramme, v překladu 'ptačí rámeček', je open-source projekt postavený na Raspberry Pi, který pomocí lokální umělé inteligence BirdNET-Go rozpoznává ptačí druhy podle jejich zpěvu a na displeji následně zobrazuje koláž tvořenou odpovídajícími ilustracemi. Databáze obsahuje přes 800 ručně vybraných historických přírodovědných ilustrací více než 400 druhů ptáků.

    … více »
    AfD 💙 | Komentářů: 1
    18.9. 16:55 | Nová verze

    Unicode Consortium, nezisková organizace koordinující rozvoj standardu Unicode, oznámila vydání Unicode 18.0. Přidáno bylo 13 007 nových znaků. Celkově jich je 172 808. Přibylo 9 nových Emoji.

    Ladislav Hagara | Komentářů: 6
    18.9. 13:22 | Zajímavý článek

    Nové číslo časopisu Raspberry Pi zdarma ke čtení: Raspberry Pi Official Magazine 169 (pdf).

    Ladislav Hagara | Komentářů: 0
    Které desktopové prostředí na Linuxu používáte?
     (9%)
     (7%)
     (4%)
     (21%)
     (29%)
     (8%)
     (5%)
     (2%)
     (14%)
     (20%)
    Celkem 2708 hlasů
     Komentářů: 31, poslední 13.8. 00:27
    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.