Likes Likes:  0
Resultaten 1 tot 8 van de 8
Geen
  1. #1
    httpd wil niet starten
    geregistreerd gebruiker
    4 Berichten
    Ingeschreven
    10/10/12

    Locatie
    Eindhoven, Netherlands

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0 Berichten zijn liked


    Functie: Systeembeheerder

    Thread Starter

    Question httpd wil niet starten

    Hallo,

    Ik heb een probleem met httpd op mijn server waar DirectAdmin op draait. Als ik httpd wil starten krijg ik de volgende foutmelding:

    Code:
    Starting httpd: Syntax error on line 28 of /usr/local/directadmin/data/users/dnsbeheer/httpd.conf:
    Invalid command 'RMode', perhaps misspelled or defined by a module not included in the server configuration
    Ik heb op internet gezocht en ben verschillende soortgelijke foutmeldingen tegen gekomen maar niet met de fout: Invalid Command 'RMode'.

    Heeft iemand een id/oplossing tot dit probleem?

    Alvast bedankt!

    Met vriendelijke groet,

    Roel Slüper

  2. #2
    httpd wil niet starten
    Dennis.
    3.867 Berichten
    Ingeschreven
    11/07/06

    Locatie
    Oosterhout

    Post Thanks / Like
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    262 Berichten zijn liked


    Naam: Dennis
    Registrar SIDN: JA
    KvK nummer: 20144338

    mod_ruid wel goed ingesteld?

    Post eens je /etc/httpd/conf/httpd.conf

  3. #3
    httpd wil niet starten
    geregistreerd gebruiker
    1.453 Berichten
    Ingeschreven
    20/03/09

    Locatie
    Barendrecht

    Post Thanks / Like
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    178 Berichten zijn liked


    Naam: Patrick Ekkel
    Bedrijf: Unsal Infratechniek B.V.
    Functie: Monteur Laagspanning
    URL: unsal.nl

    Dit is inderdaad een mod_ruid probleem

  4. #4
    httpd wil niet starten
    geregistreerd gebruiker
    4 Berichten
    Ingeschreven
    10/10/12

    Locatie
    Eindhoven, Netherlands

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0 Berichten zijn liked


    Functie: Systeembeheerder

    Thread Starter
    zoals gevraagd: httpd.conf

    Code:
    #
    # This is the main Apache HTTP server configuration file.  It contains the
    # configuration directives that give the server its instructions.
    # See <URL:http://httpd.apache.org/docs/2.2> for detailed information.
    # In particular, see 
    # <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
    # for a discussion of each configuration directive.
    #
    # Do NOT simply read the instructions in here without understanding
    # what they do.  They're here only as hints or reminders.  If you are unsure
    # consult the online docs. You have been warned.  
    
    ServerRoot "/etc/httpd"
    Listen 80
    
    #LoadModule dummy_module /usr/lib/apache/mod_dummy.so
    #LoadModule php5_module        /usr/lib/apache/libphp5.so
    Include	/etc/httpd/conf/extra/httpd-phpmodules.conf
    
    User apache
    Group apache
    
    ServerAdmin admin@localhost
    DocumentRoot "/var/www/html"
    
    # Options and AllowOverrides
    Include conf/extra/httpd-directories.conf
    
    <IfModule dir_module>
        DirectoryIndex index.html index.htm index.shtml index.php index.php5 index.php4 index.php3 index.phtml index.cgi
    </IfModule>
    
    <FilesMatch "^\.ht">
        Order allow,deny
        Deny from all
        Satisfy All
    </FilesMatch>
    
    ErrorLog /var/log/httpd/error_log
    LogLevel warn
    
    <IfModule log_config_module>
        #replace %b with %O for more accurate logging
        <IfModule mod_logio.c>
          LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
          LogFormat "%h %l %u %t \"%r\" %>s %O" common
          LogFormat "%O %I" bytes
    
          LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
        </IfModule>
    
        CustomLog /var/log/httpd/access_log common
    </IfModule>
    
    <IfModule alias_module>
        # Include some DirectAdmin alias
        Include conf/extra/httpd-alias.conf
    </IfModule>
    
    DefaultType text/plain
    
    <IfModule mime_module>
        TypesConfig conf/mime.types
        AddType application/x-gzip .tgz
        AddEncoding x-compress .Z
        AddEncoding x-gzip .gz .tgz
        AddType application/x-compress .Z
        AddType application/x-gzip .gz .tgz
        AddHandler cgi-script .cgi
        AddHandler type-map var
        AddType text/html .shtml
        AddOutputFilter INCLUDES .shtml
    	AddType video/x-ms-asf .avi
    	AddType video/mpeg .mpg
    	AddType video/mpeg .mpeg
    	AddType video/quicktime .mov
    	AddType video/x-ms-wmv .wmv
    </IfModule>
    
    #EnableMMAP off
    #EnableSendfile off
    
    #######################################################################################
    # Do not change anything in included files, because they are rewritten by DirectAdmin #
    #######################################################################################
    
    # This is needed for PHP
    Include conf/extra/httpd-php-handlers.conf
    
    # Server-pool management (MPM specific)
    Include conf/extra/httpd-mpm.conf
    
    # Multi-language error messages
    Include conf/extra/httpd-multilang-errordoc.conf
    
    # Fancy directory listings
    Include conf/extra/httpd-autoindex.conf
    
    # Language settings
    Include conf/extra/httpd-languages.conf
    
    # User home directories
    #Include conf/extra/httpd-userdir.conf
    
    # Real-time info on requests and configuration
    Include conf/extra/httpd-info.conf
    
    # Virtual hosts
    Include conf/extra/httpd-vhosts.conf
    
    # Local access to the Apache HTTP Server Manual
    #Include conf/extra/httpd-manual.conf
    
    # Distributed authoring and versioning (WebDAV)
    Include conf/extra/httpd-dav.conf
    
    # Various default settings
    Include conf/extra/httpd-default.conf
    
    # Secure (SSL/TLS) connections
    Include conf/extra/httpd-ssl.conf
    
    # Deflate module settings
    Include conf/extra/httpd-deflate.conf
    
    # All the DirectAdmin vhosts
    Include conf/extra/directadmin-vhosts.conf
    
    # All suPHP directives
    Include conf/extra/httpd-suphp.conf
    
    # For user configurations not maintained by DirectAdmin. Empty by default.
    Include conf/extra/httpd-includes.conf
    
    #######################################################################################
    # End of included files that are rewritten by DirectAdmin                             #
    #######################################################################################
    
    <IfModule ssl_module>
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    </IfModule>

  5. #5
    httpd wil niet starten
    geregistreerd gebruiker
    4 Berichten
    Ingeschreven
    10/10/12

    Locatie
    Eindhoven, Netherlands

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0 Berichten zijn liked


    Functie: Systeembeheerder

    Thread Starter
    Gebruiker cyberbootje heeft het probleem voor mij opgelost.

    Super bedankt!

  6. #6
    httpd wil niet starten
    Service/Support = Heilig
    845 Berichten
    Ingeschreven
    18/08/07

    Locatie
    Arnhem

    Post Thanks / Like
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    42 Berichten zijn liked


    Naam: Maikel
    Bedrijf: Vertixo B.V.
    URL: www.vertixo.com
    Registrar SIDN: JA
    KvK nummer: 53940628
    TrustCloud: vertixo
    View vertixo's profile on LinkedIn

    Voor de anderen: Gewoon mod_ruid er weer op zetten.
    Was niet(meer) installed

  7. #7
    httpd wil niet starten
    moderator
    4.752 Berichten
    Ingeschreven
    21/02/09

    Locatie
    Noord-Holland

    Post Thanks / Like
    Mentioned
    25 Post(s)
    Tagged
    0 Thread(s)
    185 Berichten zijn liked


    Naam: D. Koop
    Bedrijf: Yourwebhoster.eu
    Functie: baas
    URL: yourwebhoster.eu
    KvK nummer: 32165429
    View danielkoop's profile on LinkedIn

    Gokje: apache een update gegeven en daarna werkte apache niet meer?
    Met vriendelijke groet, Yourwebhoster.eu - Managed VPS diensten met Epyc performance op 100% SSDs

    Lees hier de webhostingtalk.nl forum regels en voorwaarden!

  8. #8
    httpd wil niet starten
    Flexibel colocatie huren
    132 Berichten
    Ingeschreven
    16/12/10

    Locatie
    's-Hertogenbosch

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    3 Berichten zijn liked


    Bedrijf: EliteSwitch
    Functie: CEO
    URL: http://www.eliteswitch.nl
    Registrar SIDN: Nee
    KvK nummer: 54868513
    Ondernemingsnummer: N.v.t.

    Hoogstwaarschijnlijk wel. Ga ervanuit dat het al een bestaande installatie was?
    EliteSwitch - In-house colocation, dedicated servers & high availability VPS.

Webhostingtalk.nl

Contact

  • Rokin 113-115
  • 1012 KP, Amsterdam
  • Nederland
  • Contact
© Copyright 2001-2026 Webhostingtalk.nl.
Web Statistics