[XAMPP] Apache Server lässt sich nicht starten

Dieses Thema im Forum "Webentwicklung" wurde erstellt von Peedy, 27. Januar 2009 .

Status des Themas:
Es sind keine weiteren Antworten möglich.
  1. 27. Januar 2009
    moin board

    ich bekomm auf meinem root den apache nicht zum laufen

    Code:
    Diese Eingabeforderung nicht waehrend des Running beenden
    Bitte erst bei einem gewollten Shutdown schliessen
    Please close this command only for Shutdown
    Apache 2 is starting ...
    (OS 10048)Only one usage of each socket address (protocol/network address/port)
    is normally permitted. : make_sock: could not bind to address 0.0.0.0:8009
    no listening sockets available, shutting down
    Unable to open logs
    
    Apache konnte nicht gestartet werden
    Apache could not be started
    Press any key to continue . . .
    
    
    
    ich hab bereits versucht, auf einen offenen port umzuschichten, jedoch vergebens, hat jmd ne lösung ?




    Lösung:

    Google hilft

    Wenn auf der Maschine vorher schon PHP einzeln installiert worden ist, dann bedient sich Xampp an der php.ini

    Dass die php.ini natürlich nicht angepasst ist liegt klar auf der Hand und deswegen auch die Fehlermeldungen.

    Wie gehts den jetzt ?

    Quelle:
    XAMPP (Apache mit MySQL / PHP / Perl) | YAML for Drupal

    Beispiel

    Code:
    # xampplite settings
    #
    <IfModule alias_module>
    <IfModule mime_module>
     #ScriptAlias /php/ "/xampplite/php/"
     #Action application/x-httpd-php "/php/php-cgi.exe"
     LoadModule php5_module "/xampplite/apache/bin/php5apache2.dll"
     AddType application/x-httpd-php-source .phps
     AddType application/x-httpd-php .php .php5 .php4 .php3 .phtml
     [COLOR="Red"][B]PHPIniDir "/xampplite/php"[/B][/COLOR]
    
     <Directory "/xampplite/htdocs/xampp">
    
     
  2. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.