Search found 295 matches: php5ts.dll

Searched query: +php5ts +dll

Return to advanced search

Some conflict between Apache and Joomla! JCE text editor

Hello friends. I have just make my registration here and I'm sorry if this my question is alredy answered. I use XAMPP for Windows 5.6.3 with Apache 2.4.10.0. I have installed latest Joomla! version and use JCE text editor as default text editor. Everytime when I hit "Save" button in Jomla! I have splash screen with strange message that " Apache HTTP Server has stopped working "
Here are problem details from this splash screen:
----------------------------------------------------------------------------------
Problem signature:
Problem Event Name: APPCRASH
Application Name: httpd.exe
Application Version: 2.4.10.0
Application Timestamp: 53c79afa
Fault Module Name: php5ts.dll
Fault Module Version: 5.6.3.0
Fault Module Timestamp: 54640c2e
Exception Code: c00000fd
Exception Offset: 0011c8e2
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 2057
Additional Information 1: d4eb
Additional Information 2: d4eb7cf28a4f910486e91a11f70d294f
Additional Information 3: c92e
Additional Information 4: c92e9815b05b540c168b003c9ae25504

Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt

-----------------------------------------------------------------------------------------------------

When I change mu default text editor to another (not JCE ), I have no problems with Apache HTTP Server. Аlthough this splash screen, when I check the current status of Apache in the XAMPP Control panel, I see that Apache didn't stopped at all. Only this annoying splash message on my desktop comes again and again...
If anybody have some ideas what can I do for this - please help me.

Michael.
by mkostadinov
21. March 2015 06:08
 
Forum: XAMPP for Windows
Topic: Some conflict between Apache and Joomla! JCE text editor
Replies: 7
Views: 13224

Apache HTTP server is not working anymore

I'm using Xampp for creating a Joomla website but I do have the problem that I receive the underneath message:

Apache HTTP server werkt niet meer

Code: Select all
Probleemhandtekening:
Gebeurtenisnaam van probleem:   APPCRASH
Naam van de toepassing:   httpd.exe
Versie van toepassing:   2.4.4.0
Tijdstempel van toepassing:   5128b049
Naam van foutmodule:   php5ts.dll
Versie van foutmodule:   5.4.16.0
Tijdstempel van foutmodule:   51af9dd2
Uitzonderingscode:   c00000fd
Uitzonderingsmarge:   0006d662
Versie van besturingssysteem:   6.3.9600.2.0.0.256.4
Landinstelling-id:   1043
Aanvullende informatie 1:   caa1
Aanvullende informatie 2:   caa1745bc31dc0d36e9304d08d909d0a
Aanvullende informatie 3:   1f1e
Aanvullende informatie 4:   1f1e67dc9cc31174b9a0e09dd4376b78


Is there a way how to solve this?
by Bruce the Boss
20. March 2015 14:37
 
Forum: XAMPP for Windows
Topic: Apache HTTP server is not working anymore
Replies: 2
Views: 5566

Error and Warning while uncommand extension=php_oci8_11g.dll

Hello everyone,

I have a huge problem. I couldn't solve it alone and I didn't find anything like this in the internet, either.

I downloaded the instantclient_11_2 and put it in the C:\xampp_new\php directory. Also I uncommand the line "extension=php_oci8_11g.dll" in the php.ini. Further more I had an older version of XAMPP so i took the "php_oci8.dll" and "php_oci8_11g.dll" from there and put it in the directory C:\xampp_new\php\ext.

My problem is, that when I uncommand the line "extension=php_oci8_11g.dll" and start apache an error windows pops up, which says: "The procedure entry point php_checkuid could not be located in dynamic link library php5ts.dll.". After pressing the "OK" button, another Warning window pops up which say: "PHP Startup: Unable to load dynamic library 'C.\xampp_new\php\ext\php_oci8_11g.dll' ' - The specified procedure could not be found.

Can someone please explain me, how to setup all things right, because when I command the line "extension=php_oci8_11g.dll" no error occured, but I needed because I have to make a databaseconnection.

Thank you and sorry for my english. If you have any question please ask me, to solve the problem together. :)
by Xplosio
18. February 2015 12:03
 
Forum: XAMPP for Windows
Topic: Error and Warning while uncommand extension=php_oci8_11g.dll
Replies: 1
Views: 8215

Re: verschiedene PHP Versionen per per php handler

Ja, die Suche steht leider nicht zur Verfügung, ich kann Deinen Beitrag nicht finden. Schade, das war nämlich genau das, was ich gesucht habe.

So ich habe in der htaccess auskommentiert:

Code: Select all
# php_flag log_errors on
# php_value error_log C:\xampp\htdocs\border-collie\phperrorlog\error.txt

<FilesMatch "\.php$">
    SetHandler application/x-httpd-php-cgi
</FilesMatch>

<IfModule actions_module>
    Action application/x-httpd-php-cgi "/php54-cgi/php-cgi.exe"
</IfModule>


Leider bekomme ich den nächsten Fehler:
Code: Select all
Authentisierung fehlgeschlagen!

Der Server konnte nicht verifizieren, ob Sie autorisiert sind, auf den URL "/php54-cgi/php-cgi.exe/index.php" zuzugreifen. Entweder wurden falsche Referenzen (z.B. ein falsches Passwort) angegeben oder ihr Browser versteht nicht, wie die geforderten Referenzen zu übermitteln sind.

Sofern Sie für den Zugriff berechtigt sind, überprüfen Sie bitte die eingegebene User-ID und das Passwort und versuchen Sie es erneut.

Sofern Sie dies für eine Fehlfunktion des Servers halten, informieren Sie bitte den Webmaster hierüber.
Error 401


Hier noch mal die aktuelle http-xampp.conf:
Code: Select all
#
# XAMPP settings
#

<IfModule env_module>
    SetEnv MIBDIRS "C:/xampp/php/extras/mibs"
    SetEnv MYSQL_HOME "\\xampp\\mysql\\bin"
    SetEnv OPENSSL_CONF "C:/xampp/apache/bin/openssl.cnf"
    SetEnv PHP_PEAR_SYSCONF_DIR "\\xampp\\php"
    SetEnv PHPRC "\\xampp\\php"
    SetEnv TMP "\\xampp\\tmp"
</IfModule>

#
# PHP-Module setup
#
#LoadFile "C:/xampp/php/php5ts.dll"
#LoadModule php5_module "C:/xampp/php/php5apache2_2.dll"

<FilesMatch "\.php$">
    SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.phps$">
    SetHandler application/x-httpd-php-source
</FilesMatch>

#
# PHP-CGI setup
#
#<FilesMatch "\.php$">
#    SetHandler application/x-httpd-php-cgi
#</FilesMatch>
#<IfModule actions_module>
#    Action application/x-httpd-php-cgi "/php-cgi/php-cgi.exe"
#</IfModule>


<IfModule php5_module>
    PHPINIDir "C:/xampp/php"
</IfModule>

<IfModule mime_module>
    AddType text/html .php .phps
</IfModule>

ScriptAlias /php54-cgi/ "C:/xampp/php54/"
<Directory "C:/xampp/php54">
    AllowOverride None
    Options None
    Require all denied
    <Files "php-cgi.exe">
    AuthType None
          Allow from all
    </Files>
</Directory>

ScriptAlias /php565-cgi/ "C:/xampp/php565/"
<Directory "C:/xampp/php565">
    AllowOverride None
    Options None
    Require all denied
    <Files "php-cgi.exe">
          Allow from all
    </Files>
</Directory>

ScriptAlias /php-cgi/ "C:/xampp/php/"
<Directory "C:/xampp/php">
    AllowOverride None
    Options None
    Order deny,allow
    Deny from all
    <Files "php-cgi.exe">
        Allow from all
    </Files>
</Directory>


<Directory "C:/xampp/cgi-bin">
    <FilesMatch "\.php$">
        SetHandler cgi-script
    </FilesMatch>
    <FilesMatch "\.phps$">
        SetHandler None
    </FilesMatch>
</Directory>

<Directory "C:/xampp/htdocs/xampp">
    <IfModule php5_module>
       <Files "status.php">
          php_admin_flag safe_mode off
       </Files>
    </IfModule>
    AllowOverride AuthConfig
</Directory>

<IfModule alias_module>
    Alias /security "C:/xampp/security/htdocs/"
    <Directory "C:/xampp/security/htdocs">
        <IfModule php5_module>
          <Files "xamppsecurity.php">
             php_admin_flag safe_mode off
          </Files>
        </IfModule>
        AllowOverride AuthConfig
   </Directory>

    Alias /licenses "C:/xampp/licenses/"
    <Directory "C:/xampp/licenses">
        Options +Indexes
        <IfModule autoindex_color_module>
            DirectoryIndexTextColor  "#000000"
            DirectoryIndexBGColor "#f8e8a0"
            DirectoryIndexLinkColor "#bb3902"
            DirectoryIndexVLinkColor "#bb3902"
            DirectoryIndexALinkColor "#bb3902"
        </IfModule>
   </Directory>

    Alias /phpmyadmin "C:/xampp/phpMyAdmin/"
    <Directory "C:/xampp/phpMyAdmin">
        AllowOverride AuthConfig
    </Directory>

    Alias /webalizer "C:/xampp/webalizer/"
    <Directory "C:/xampp/webalizer">
        <IfModule php5_module>
          <Files "webalizer.php">
             php_admin_flag safe_mode off
          </Files>
        </IfModule>
        AllowOverride AuthConfig
    </Directory>
</IfModule>

#
# New XAMPP security concept
#

# Close XAMPP security section here
<LocationMatch "^/(?i:(?:security))">
    Order deny,allow
    Deny from all
    Allow from ::1 127.0.0.0/8
    ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>

# Close XAMPP sites here
# Allow from ::1 127.0.0.0/8

<LocationMatch "^/(?i:(?:xampp|licenses|phpmyadmin|webalizer|server-status|server-info))">
    Order deny,allow
    Deny from all
    Allow from 192.168.0.0/255.255.255.0
    ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>


Was heist das?
by dailynight
04. February 2015 16:51
 
Forum: XAMPP für Windows
Topic: verschiedene PHP Versionen per per php handler
Replies: 20
Views: 61728

Re: verschiedene PHP Versionen per per php handler

Nobbie wrote: Ich habe hier irgendwo im Forum eine komplette Konfiguration angegeben, wie man zwei verschiedene PHP Versionen gleichzeitig einsetzt (Altreas Beispiel dient nur für eine andere PHP Version als vorinstalliert).


Ahh.. das ist natürlich interessant :o . Werde danach suchen.

Änderungen von Dir habe ich umgesetzt.
Code: Select all
#
# XAMPP settings
#

<IfModule env_module>
    SetEnv MIBDIRS "C:/xampp/php/extras/mibs"
    SetEnv MYSQL_HOME "\\xampp\\mysql\\bin"
    SetEnv OPENSSL_CONF "C:/xampp/apache/bin/openssl.cnf"
    SetEnv PHP_PEAR_SYSCONF_DIR "\\xampp\\php"
    SetEnv PHPRC "\\xampp\\php"
    SetEnv TMP "\\xampp\\tmp"
</IfModule>

#
# PHP-Module setup
#
# Auskommentiert ############################################################################

# LoadFile "C:/xampp/php/php5ts.dll"
# LoadModule php5_module "C:/xampp/php/php5apache2_2.dll"
##########################################################################################
<FilesMatch "\.php$">
    SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.phps$">
    SetHandler application/x-httpd-php-source
</FilesMatch>

#
# PHP-CGI setup
#
#<FilesMatch "\.php$">
#    SetHandler application/x-httpd-php-cgi
#</FilesMatch>
#<IfModule actions_module>
#    Action application/x-httpd-php-cgi "/php-cgi/php-cgi.exe"
#</IfModule>


<IfModule php5_module>
    PHPINIDir "C:/xampp/php"
</IfModule>

<IfModule mime_module>
    AddType text/html .php .phps
</IfModule>
# Änderung #####################################################################
ScriptAlias /php54-cgi/ "C:/xampp/php54/"
<Directory "C:/xampp/php54">
    AllowOverride None
    Options None
    Require all denied
    <Files "php-cgi.exe">
          Require all granted
    </Files>
</Directory>

ScriptAlias /php565-cgi/ "C:/xampp/php565/"
<Directory "C:/xampp/php565">
    AllowOverride None
    Options None
    Deny from all
    <Files "php-cgi.exe">
        Allow from all
    </Files>
</Directory>
# Änderung Ende#####################################################################
ScriptAlias /php-cgi/ "C:/xampp/php/"
<Directory "C:/xampp/php">
    AllowOverride None
    Options None
    Order deny,allow
    Deny from all
    <Files "php-cgi.exe">
        Allow from all
    </Files>
</Directory>


<Directory "C:/xampp/cgi-bin">
    <FilesMatch "\.php$">
        SetHandler cgi-script
    </FilesMatch>
    <FilesMatch "\.phps$">
        SetHandler None
    </FilesMatch>
</Directory>

<Directory "C:/xampp/htdocs/xampp">
    <IfModule php5_module>
       <Files "status.php">
          php_admin_flag safe_mode off
       </Files>
    </IfModule>
    AllowOverride AuthConfig
</Directory>

<IfModule alias_module>
    Alias /security "C:/xampp/security/htdocs/"
    <Directory "C:/xampp/security/htdocs">
        <IfModule php5_module>
          <Files "xamppsecurity.php">
             php_admin_flag safe_mode off
          </Files>
        </IfModule>
        AllowOverride AuthConfig
   </Directory>

    Alias /licenses "C:/xampp/licenses/"
    <Directory "C:/xampp/licenses">
        Options +Indexes
        <IfModule autoindex_color_module>
            DirectoryIndexTextColor  "#000000"
            DirectoryIndexBGColor "#f8e8a0"
            DirectoryIndexLinkColor "#bb3902"
            DirectoryIndexVLinkColor "#bb3902"
            DirectoryIndexALinkColor "#bb3902"
        </IfModule>
   </Directory>

    Alias /phpmyadmin "C:/xampp/phpMyAdmin/"
    <Directory "C:/xampp/phpMyAdmin">
        AllowOverride AuthConfig
    </Directory>

    Alias /webalizer "C:/xampp/webalizer/"
    <Directory "C:/xampp/webalizer">
        <IfModule php5_module>
          <Files "webalizer.php">
             php_admin_flag safe_mode off
          </Files>
        </IfModule>
        AllowOverride AuthConfig
    </Directory>
</IfModule>

#
# New XAMPP security concept
#

# Close XAMPP security section here
<LocationMatch "^/(?i:(?:security))">
    Order deny,allow
    Deny from all
    Allow from ::1 127.0.0.0/8
    ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>

# Close XAMPP sites here
# Allow from ::1 127.0.0.0/8

<LocationMatch "^/(?i:(?:xampp|licenses|phpmyadmin|webalizer|server-status|server-info))">
    Order deny,allow
    Deny from all
    Allow from 192.168.0.0/255.255.255.0
    ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>


Der Fehler hat sich nun verändert:
Code: Select all
Serverfehler!

Die Anfrage kann nicht beantwortet werden, da im Server ein interner Fehler aufgetreten ist. Der Server ist entweder überlastet oder ein Fehler in einem CGI-Skript ist aufgetreten.

Sofern Sie dies für eine Fehlfunktion des Servers halten, informieren Sie bitte den Webmaster hierüber.
Error 500


Das Errorlog:

Code: Select all
[Wed Feb 04 15:56:08 2015] [alert] [client 192.168.0.50] C:/xampp/htdocs/border-collie/.htaccess: Invalid command 'php_flag', perhaps misspelled or defined by a module not included in the server configuration


in der htaccess dteht das:

Code: Select all
<FilesMatch "\.php$">
    SetHandler application/x-httpd-php-cgi
</FilesMatch>

<IfModule actions_module>
    Action application/x-httpd-php-cgi "/php54-cgi/php-cgi.exe"
</IfModule>


Ich habe wahrscheinlich noch einen Fehler drinn. :oops:

Nach Deiner Anleitung werde ich mal suchen. Kannst Du mir ein Stichwort nennen? :wink:
by dailynight
04. February 2015 16:05
 
Forum: XAMPP für Windows
Topic: verschiedene PHP Versionen per per php handler
Replies: 20
Views: 61728

Re: verschiedene PHP Versionen per per php handler

dailynight wrote:Der Eintrag weicht vom obigen Beispiel ab. Habe ich hier vielleicht einen feler gemacht?


Stimmt und zwar erheblich und das ist dann auch falsch so. Mache es doch genau wie oben, außerdem musst Du dieses Zeilen für PHP Module auskommentieren:

Code: Select all
LoadFile "C:/xampp/php/php5ts.dll"
LoadModule php5_module "C:/xampp/php/php5apache2_2.dll"


Die müssen auskommentiert werden ("#" an erste Stelle setzen) und sonst nimm doch bitte Altreas Konfiguration als Muster und nicht einfach drauflos machen. Die Logik bei Dir ist einfach falsch. Ich habe hier irgendwo im Forum eine komplette Konfiguration angegeben, wie man zwei verschiedene PHP Versionen gleichzeitig einsetzt (Altreas Beispiel dient nur für eine andere PHP Version als vorinstalliert).
by Nobbie
04. February 2015 15:51
 
Forum: XAMPP für Windows
Topic: verschiedene PHP Versionen per per php handler
Replies: 20
Views: 61728

Re: verschiedene PHP Versionen per per php handler

Entschuldige, Nobbie. Ich wollte Dich nicht verärgern, wußte nicht, dass es so wichtig war. Ich hab's aber nochmal probiert, aber wieder nicht hinbekommen:

Anleitung befolgt. Php 5.6.5 läuft angeblich gar nicht unter XP.
Habe es jetzt mit 5.4 versucht.

Bekomme folgenden Fehler:
Serverfehler!

Die Anfrage kann nicht beantwortet werden, da im Server ein interner Fehler aufgetreten ist.

Fehlermeldung:
malformed header from script. Bad header=<br />: php-cgi.exe

Sofern Sie dies für eine Fehlfunktion des Servers halten, informieren Sie bitte den Webmaster hierüber.
Error 500

Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 mod_perl/2.0.4 Perl/v5.10.1



Das hier habe ich in die http-xamp.conf eingetragen (Apache/2.2.21). Der Eintrag weicht vom obigen Beispiel ab. Habe ich hier vielleicht einen feler gemacht?
Code: Select all

#
# XAMPP settings
#

<IfModule env_module>
    SetEnv MIBDIRS "C:/xampp/php/extras/mibs"
    SetEnv MYSQL_HOME "\\xampp\\mysql\\bin"
    SetEnv OPENSSL_CONF "C:/xampp/apache/bin/openssl.cnf"
    SetEnv PHP_PEAR_SYSCONF_DIR "\\xampp\\php"
    SetEnv PHPRC "\\xampp\\php"
    SetEnv TMP "\\xampp\\tmp"
</IfModule>

#
# PHP-Module setup
#
LoadFile "C:/xampp/php/php5ts.dll"
LoadModule php5_module "C:/xampp/php/php5apache2_2.dll"

<FilesMatch "\.php$">
    SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.phps$">
    SetHandler application/x-httpd-php-source
</FilesMatch>

#
# PHP-CGI setup
#
#<FilesMatch "\.php$">
#    SetHandler application/x-httpd-php-cgi
#</FilesMatch>
#<IfModule actions_module>
#    Action application/x-httpd-php-cgi "/php-cgi/php-cgi.exe"
#</IfModule>


<IfModule php5_module>
    PHPINIDir "C:/xampp/php"
</IfModule>

<IfModule mime_module>
    AddType text/html .php .phps
</IfModule>

# Eingefügt Anfang ################################################################################

ScriptAlias /php54-cgi/ "C:/xampp/php54/"
<Directory "C:/xampp/php54">
    AllowOverride None
    Options None
    Order deny,allow
    Deny from all
    <Files "php-cgi.exe">
        Allow from all
    </Files>
</Directory>

ScriptAlias /php565-cgi/ "C:/xampp/php565/"
<Directory "C:/xampp/php565">
    AllowOverride None
    Options None
    Deny from all
    <Files "php-cgi.exe">
        Allow from all
    </Files>
</Directory>[/color]

# Eingefügt Ende ################################################################################

ScriptAlias /php-cgi/ "C:/xampp/php/"
<Directory "C:/xampp/php">
    AllowOverride None
    Options None
    Order deny,allow
    Deny from all
    <Files "php-cgi.exe">
        Allow from all
    </Files>
</Directory>


<Directory "C:/xampp/cgi-bin">
    <FilesMatch "\.php$">
        SetHandler cgi-script
    </FilesMatch>
    <FilesMatch "\.phps$">
        SetHandler None
    </FilesMatch>
</Directory>

<Directory "C:/xampp/htdocs/xampp">
    <IfModule php5_module>
       <Files "status.php">
          php_admin_flag safe_mode off
       </Files>
    </IfModule>
    AllowOverride AuthConfig
</Directory>

<IfModule alias_module>
    Alias /security "C:/xampp/security/htdocs/"
    <Directory "C:/xampp/security/htdocs">
        <IfModule php5_module>
          <Files "xamppsecurity.php">
             php_admin_flag safe_mode off
          </Files>
        </IfModule>
        AllowOverride AuthConfig
   </Directory>

    Alias /licenses "C:/xampp/licenses/"
    <Directory "C:/xampp/licenses">
        Options +Indexes
        <IfModule autoindex_color_module>
            DirectoryIndexTextColor  "#000000"
            DirectoryIndexBGColor "#f8e8a0"
            DirectoryIndexLinkColor "#bb3902"
            DirectoryIndexVLinkColor "#bb3902"
            DirectoryIndexALinkColor "#bb3902"
        </IfModule>
   </Directory>

    Alias /phpmyadmin "C:/xampp/phpMyAdmin/"
    <Directory "C:/xampp/phpMyAdmin">
        AllowOverride AuthConfig
    </Directory>

    Alias /webalizer "C:/xampp/webalizer/"
    <Directory "C:/xampp/webalizer">
        <IfModule php5_module>
          <Files "webalizer.php">
             php_admin_flag safe_mode off
          </Files>
        </IfModule>
        AllowOverride AuthConfig
    </Directory>
</IfModule>

#
# New XAMPP security concept
#

# Close XAMPP security section here
<LocationMatch "^/(?i:(?:security))">
    Order deny,allow
    Deny from all
    Allow from ::1 127.0.0.0/8
    ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>

# Close XAMPP sites here
# Allow from ::1 127.0.0.0/8

<LocationMatch "^/(?i:(?:xampp|licenses|phpmyadmin|webalizer|server-status|server-info))">
    Order deny,allow
    Deny from all
    Allow from 192.168.0.0/255.255.255.0
    ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>



Im Errorlog steht folgendes:

Code: Select all
[Wed Feb 04 14:52:40 2015] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 04 14:52:40 2015] [notice] Digest: done
[Wed Feb 04 14:52:41 2015] [notice] Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Wed Feb 04 14:52:41 2015] [notice] Server built: Sep 10 2011 11:34:11
[Wed Feb 04 14:52:41 2015] [notice] Parent: Created child process 3204
[Wed Feb 04 14:52:42 2015] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 04 14:52:42 2015] [notice] Digest: done
[Wed Feb 04 14:52:43 2015] [notice] Child 3204: Child process is running
[Wed Feb 04 14:52:43 2015] [notice] Child 3204: Acquired the start mutex.
[Wed Feb 04 14:52:43 2015] [notice] Child 3204: Starting 150 worker threads.
[Wed Feb 04 14:52:43 2015] [notice] Child 3204: Starting thread to listen on port 443.
[Wed Feb 04 14:52:43 2015] [notice] Child 3204: Starting thread to listen on port 80.
[Wed Feb 04 14:53:02 2015] [error] [client 192.168.0.50] malformed header from script. Bad header=<br />: php-cgi.exe



Ich bin völlig ratlos... :cry: :cry: :cry:

Was mache ich falsch?
by dailynight
04. February 2015 15:40
 
Forum: XAMPP für Windows
Topic: verschiedene PHP Versionen per per php handler
Replies: 20
Views: 61728

Access remote MSSQL database using xampp php 5.5.19

[quote][/quote]

Hello all,

I have had a problem trying to establish a connection to a MSSQL database I created in Microsoft SQL Server Manager 2008 R2.

In the php.ino configuration file under extensions, there is commented out a ';extension=php_mssql.dll'. I removed the comment and ran apache in the xampp control panel.
Naturally an error occurred stating ''PHP Startup: Unable to load dynamic library '..\ext\php_mssql.dll cannot be found'. I looked in the ext directory and sure enough it wasn't there. I added the mssql.dll file from
http://www.dll-files.com/dllindex/dll-files.shtml?php_mssql
,but then I got an Entry Point not found error stating 'The procedure entry point php_body_write could not be located in the dll php5ts.dll'.

After further research, I discovered that mssql_connect was not working since PHP version 5.3: http://php.net/manual/en/intro.mssql.php
I instead tried to use the 'sqlsrv_connect'' function, but I had to install the new drivers from https://msdn.microsoft.com/en-us/sqlserver/ff657782.aspx

After reading the readme, I saw that I needed the libraries php_sqlsrv_55_ts.dll and php_pdo_sqlsrv_55_ts.dll to work with xampp's php5ts.dll in the php folder.
I added the libraries in the php\ext folder and added corresponding extensions to the new dll's and restarted Apache.

I then got an system error 'The program can't start because MCVCP110.dll is missing from your computer. Try reinstalling the program to fix this problem.' Obviously reinstalling isn't an option as I will lose my new dll's so I verified that MCVCP110.dll is in the php forlder, which it was.

Please help, I really need to find a way to load the libraries with the 'sqlsrv_connect' function properly so I can connect to a MSSQL database.
by lee.denson
28. January 2015 18:09
 
Forum: XAMPP for Windows
Topic: Access remote MSSQL database using xampp php 5.5.19
Replies: 0
Views: 5327

Re: appcrash php5ts.dll

httpd-xampp.conf file like this
#
# XAMPP settings
#

<IfModule env_module>
SetEnv MIBDIRS "C:/server/php/extras/mibs"
SetEnv MYSQL_HOME "\\xampp\\mysql\\bin"
SetEnv OPENSSL_CONF "C:/server/apache/bin/openssl.cnf"
SetEnv PHP_PEAR_SYSCONF_DIR "\\xampp\\php"
SetEnv PHPRC "\\xampp\\php"
SetEnv TMP "\\xampp\\tmp"
</IfModule>

#
# PHP-Module setup
#
LoadFile "C:/server/php/php5ts.dll"
LoadFile "C:/server/php/libpq.dll"
LoadModule php5_module "C:/server/php/php5apache2_4.dll"

<FilesMatch "\.php$">
SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.phps$">
SetHandler application/x-httpd-php-source
</FilesMatch>

#
# PHP-CGI setup
#
#<FilesMatch "\.php$">
# SetHandler application/x-httpd-php-cgi
#</FilesMatch>
#<IfModule actions_module>
# Action application/x-httpd-php-cgi "/php-cgi/php-cgi.exe"
#</IfModule>


<IfModule php5_module>
PHPINIDir "C:/server/php"
</IfModule>

<IfModule mime_module>
AddType text/html .php .phps
</IfModule>

ScriptAlias /php-cgi/ "C:/server/php/"

<Directory "C:/server/php">
AllowOverride None
# in case you want to use as cgi
Options ExecCGI
Order allow,deny
Allow from all
<Files "php-cgi.exe">
Require all granted
</Files>
</Directory>

<Directory "C:/server/cgi-bin">
<FilesMatch "\.php$">
SetHandler cgi-script
</FilesMatch>
<FilesMatch "\.phps$">
SetHandler None
</FilesMatch>
</Directory>

<Directory "C:/server/htdocs/xampp">
<IfModule php5_module>
<Files "status.php">
php_admin_flag safe_mode off
</Files>
</IfModule>
AllowOverride AuthConfig
</Directory>

<IfModule alias_module>
Alias /security "C:/server/security/htdocs/"
<Directory "C:/server/security/htdocs">
<IfModule php5_module>
<Files "xamppsecurity.php">
php_admin_flag safe_mode off
</Files>
</IfModule>
AllowOverride AuthConfig
Require all granted
</Directory>

Alias /licenses "C:/server/licenses/"
<Directory "C:/server/licenses">
Options +Indexes
<IfModule autoindex_color_module>
DirectoryIndexTextColor "#000000"
DirectoryIndexBGColor "#f8e8a0"
DirectoryIndexLinkColor "#bb3902"
DirectoryIndexVLinkColor "#bb3902"
DirectoryIndexALinkColor "#bb3902"
</IfModule>
Require all granted
</Directory>

Alias /phpmyadmin "C:/server/phpMyAdmin/"
<Directory "C:/server/phpMyAdmin">
AllowOverride AuthConfig
Require all granted
</Directory>

Alias /webalizer "C:/server/webalizer/"
<Directory "C:/server/webalizer">
<IfModule php5_module>
<Files "webalizer.php">
php_admin_flag safe_mode off
</Files>
</IfModule>
AllowOverride AuthConfig
Require all granted
</Directory>
</IfModule>

#
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
Require local
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>

[/spoiler]
by nematik
28. January 2015 15:47
 
Forum: XAMPP for Windows
Topic: appcrash php5ts.dll
Replies: 1
Views: 5875

appcrash php5ts.dll

I have a problem with php5ts.dll can you help me please
Problem signature:
Problem Event Name: APPCRASH
Application Name: httpd.exe
Application Version: 2.4.10.0
The time stamp applications: 53c79afa
Name of the module with an error: php5ts.dll
Version of the module with an error: 5.6.3.0
The time stamp module error: 54640c2e
Exception code: c0000005
Offset exceptions: 0000929f
OS Version: 6.1.7601.2.1.0.256.1
Language Code: 1049
Additional Information 1: 0a9e
2 For more information: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
For more information, 4: 0a9e372d3b4ad19135b953a78882e789
-------------------------------------------------- -
What do you think maybe because of extension = php_fileinfo.dll I also included her new
-------------------------------------------------- ----
Just for hosting akina one of the two modules, or the need, and the second I do not remember
-----------------------------
If this is due to additions in php.ini such
extension = php_bz2.dll
extension = php_curl.dll
extension = php_mbstring.dll
extension = php_exif.dll
extension = php_fileinfo.dll
extension = php_gd2.dll
extension = php_gettext.dll
extension = php_mysql.dll
extension = php_mysqli.dll
extension = php_openssl.dll
extension = php_pdo_mysql.dll
extension = php_pdo_sqlite.dll
extension = php_soap.dll
extension = php_sockets.dll
extension = php_sqlite3.dll
extension = php_xmlrpc.dll
extension = php_xsl.dll

And more recently, forgot even updated my xampp to version PHP 5.6.3.0

Which modules which may common it or why this mistake had appeared?
by nematik
28. January 2015 10:51
 
Forum: XAMPP for Windows
Topic: appcrash php5ts.dll
Replies: 1
Views: 5875

Re: zwei Versionen XAMPP

Nobbie wrote:Das Problem können gleichnamige DLLs mit verschiedenem Inhalt sein (beispielsweise php5ts.dll), wenn Windows die einmal geladen hat, wird sie nicht mehr neu geladen und aus einem Cache angeliefert.

Okay, danke für diese Info. Das ist zumindest mir noch nicht so passiert, obwohl ich mit mehreren unterschiedlichen XAMPP Versionen und Webapplikationsgenerationen auf demselben PC herumhantiere.
Klingt für mich aber nicht unplausibel.
by Altrea
06. January 2015 13:30
 
Forum: XAMPP für Windows
Topic: zwei Versionen XAMPP
Replies: 8
Views: 11358

Re: zwei Versionen XAMPP

Altrea wrote:Dann hast du etwas falsch gemacht. Mehrere XAMPP Versionen können auf dem beschriebenen Weg parallel und unabhängig voneinander betrieben werden (sieht man mal davon ab, dass beide dieselben Ports beanspruchen und daher nicht parallel zugleich laufen können)


So sicher wäre ich mir da nicht. Das Problem können gleichnamige DLLs mit verschiedenem Inhalt sein (beispielsweise php5ts.dll), wenn Windows die einmal geladen hat, wird sie nicht mehr neu geladen und aus einem Cache angeliefert. Genau das könnte hier das Problem sein, dass nämlich die falsche DLL noch geladen ist. Ich weiß, dass das vor vielen Jahren ein Standardproblem unserer eigenen Software war, die wir produziert haben und wo Kunden andauernd Querstände produzierten.

Wenn man auf Nummer sicher gehen will, sollte man PHP im CGI Modus betreiben, wobei dann immer noch die Gefahr besteht, dass bestimmte Extensions geladen sind. Aber bei Xampp sind ja die meisten Erweiterungen statisch hineinkompiliert.

Deswegen habe ich auch die Lösung mit den virtuellen Maschinen angeregt, denn im Zweifel muss man sonst ggf. zwischendurch neu booten. Am allerbesten wäre sogar zwei Rechner, aber mit virtuellen Maschinen geht es natürlich auch, ist nur etwas langsamer.
by Nobbie
05. January 2015 11:23
 
Forum: XAMPP für Windows
Topic: zwei Versionen XAMPP
Replies: 8
Views: 11358

Re: PHP und MSSQL brauche Hilfe

Nevada wrote:Kann es daran liegen?


Ja. Daran liegt es.

Steht in der Fehlermeldung wirklich "php5.dll" oder eher "php5ts.dll"? So oder so passen die DLLs nicht zu Xampp, das ist ein häufiges und typisches Problem, wenn man "irgendwoher" DLLs lädt. Das passt meistens nicht.

Ich würde an Deiner Stelle versuchen, nicht Xampp zu benutzen, sondern eben Apache/MySQL/PHP selbst installieren und dann möglichst in den passenden Versionen zu diesen DLLs (ich weiß ja nicht, wo Du die her hast und was da empfohlen wird). Einfach nur irgendwelche DLLs herunterzuladen und hinzukopieren funktioniert sehr selten, da muss die ganze Umgebung zusammen passen.
by Nobbie
23. December 2014 12:41
 
Forum: XAMPP für Windows
Topic: PHP und MSSQL brauche Hilfe
Replies: 6
Views: 8683

XAMPP directory not accessible over local network

Hello,

(Deleted post from below and reframed question here.)

XAMPP version: xampp-win32-5.6.3-0-VC11-installer.exe

XAMPP installation: 1.) Components: Apache, MySQL, PHP, phpMyAdmin. 2.) Installation folder: C:\xampp. 3.) All other settings are the default except; a.) Unselect (uncheck) Learn more about Bitnami for XAMPP, and b.) Unselect (uncheck) Do you want to start the Control Panel now? I restart computer before starting XAMPP Control Panel.

Issue witnessed when XAMPP is installed on: Windows Vista Ult 32 SP2, Windows 7 Pro 64 SP1, Windows 8 Pro 64, Windows 8.1 Pro 64.

---

Issue: It appears that, by default, XAMPP directory access over local network is disabled:
1.) Local network is 192.168.0.x.
2.) Computer with XAMPP installed (host) is 192.168.0.5.
3.) Computer trying to connect to host XAMPP directory (client) is 192.168.0.12.
4.) On host, start XAMPP and then start Apache and MySQL.
5.) On client, point Web browser to http://192.168.0.5/xampp/.
6.) On client, instead of reaching authorized/unauthorized access to the XAMPP directory, the following appears: Access forbidden! New XAMPP security concept: Access to the requested object is only available from local network. This setting can be configured in the file "http-xampp.conf".
7.) For logs, the last time client tried to access host XAMPP directory and received Access forbidden! New XAMPP security concept was 17 Dec 2014 22:07.

Fix: It appears that the following enables XAMPP directory access over local network:
1.) Either comment out the following line (~line 122) from near the bottom of C:\xampp\apache\conf\extra\httpd-xampp.conf:
Require local.
2.) Or comment out the following section of lines (~lines 121-124) at the bottom of C:\xampp\apache\conf\extra\httpd-xampp.conf:
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
Require local
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>

After comment out the line(s) "Access forbidden! New XAMPP security concept" does not appear, and then reach unauthenticated/authenticated access to the XAMPP directory depending on whether or not a XAMPP directory username/password was provided.

Questions: From the description above, it appears that, by default, XAMPP directory access over local network is disabled. Is this true and/or by design? If yes, then is the correct "fix" to enable XAMPP directory access over local network to comment out line 122 or lines 121-124? Or is there a better way or am I missing something?

Code: Select all
httpd-xampp.conf

#
# XAMPP settings
#

<IfModule env_module>
    SetEnv MIBDIRS "C:/xampp/php/extras/mibs"
    SetEnv MYSQL_HOME "\\xampp\\mysql\\bin"
    SetEnv OPENSSL_CONF "C:/xampp/apache/bin/openssl.cnf"
    SetEnv PHP_PEAR_SYSCONF_DIR "\\xampp\\php"
    SetEnv PHPRC "\\xampp\\php"
    SetEnv TMP "\\xampp\\tmp"
</IfModule>

#
# PHP-Module setup
#
LoadFile "C:/xampp/php/php5ts.dll"
LoadFile "C:/xampp/php/libpq.dll"
LoadModule php5_module "C:/xampp/php/php5apache2_4.dll"

<FilesMatch "\.php$">
    SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.phps$">
    SetHandler application/x-httpd-php-source
</FilesMatch>

#
# PHP-CGI setup
#
#<FilesMatch "\.php$">
#    SetHandler application/x-httpd-php-cgi
#</FilesMatch>
#<IfModule actions_module>
#    Action application/x-httpd-php-cgi "/php-cgi/php-cgi.exe"
#</IfModule>


<IfModule php5_module>
    PHPINIDir "C:/xampp/php"
</IfModule>

<IfModule mime_module>
    AddType text/html .php .phps
</IfModule>

ScriptAlias /php-cgi/ "C:/xampp/php/"
<Directory "C:/xampp/php">
    AllowOverride None
    Options None
    Require all denied
    <Files "php-cgi.exe">
          Require all granted
    </Files>
</Directory>

<Directory "C:/xampp/cgi-bin">
    <FilesMatch "\.php$">
        SetHandler cgi-script
    </FilesMatch>
    <FilesMatch "\.phps$">
        SetHandler None
    </FilesMatch>
</Directory>

<Directory "C:/xampp/htdocs/xampp">
    <IfModule php5_module>
       <Files "status.php">
          php_admin_flag safe_mode off
       </Files>
    </IfModule>
    AllowOverride AuthConfig
</Directory>

<IfModule alias_module>
    Alias /security "C:/xampp/security/htdocs/"
    <Directory "C:/xampp/security/htdocs">
        <IfModule php5_module>
          <Files "xamppsecurity.php">
             php_admin_flag safe_mode off
          </Files>
        </IfModule>
        AllowOverride AuthConfig
        Require all granted
   </Directory>

    Alias /licenses "C:/xampp/licenses/"
    <Directory "C:/xampp/licenses">
        Options +Indexes
        <IfModule autoindex_color_module>
            DirectoryIndexTextColor  "#000000"
            DirectoryIndexBGColor "#f8e8a0"
            DirectoryIndexLinkColor "#bb3902"
            DirectoryIndexVLinkColor "#bb3902"
            DirectoryIndexALinkColor "#bb3902"
        </IfModule>
        Require all granted
   </Directory>

    Alias /phpmyadmin "C:/xampp/phpMyAdmin/"
    <Directory "C:/xampp/phpMyAdmin">
        AllowOverride AuthConfig
        Require all granted
    </Directory>

    Alias /webalizer "C:/xampp/webalizer/"
    <Directory "C:/xampp/webalizer">
        <IfModule php5_module>
          <Files "webalizer.php">
             php_admin_flag safe_mode off
          </Files>
        </IfModule>
        AllowOverride AuthConfig
        Require all granted
    </Directory>
</IfModule>

#
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
        Require local
   ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>


Code: Select all
.htaccess

AuthName "xampp user"
AuthType Basic
AuthUserFile "C:\xampp\security\xampp.users"
require valid-user


Code: Select all
xampp.users

xamppAdmin:$apr1$d6H5m2RO$LIp44BSQgGCNUE6gC3a4S1


Code: Select all
XAMPP Control Panel log from XAMPP Control Panel itself

10:01:20 PM  [main]    Initializing Control Panel
10:01:20 PM  [main]    Windows Version: Windows 7 Professional SP1 64-bit
10:01:20 PM  [main]    XAMPP Version: 5.6.3
10:01:20 PM  [main]    Control Panel Version: 3.2.1  [ Compiled: May 7th 2013 ]
10:01:20 PM  [main]    You are not running with administrator rights! This will work for
10:01:20 PM  [main]    most application stuff but whenever you do something with services
10:01:20 PM  [main]    there will be a security dialogue or things will break! So think
10:01:20 PM  [main]    about running this application with administrator rights!
10:01:20 PM  [main]    XAMPP Installation Directory: "c:\xampp\"
10:01:20 PM  [main]    Checking for prerequisites
10:01:43 PM  [main]    All prerequisites found
10:01:43 PM  [main]    Initializing Modules
10:01:43 PM  [main]    The FileZilla module is disabled
10:01:43 PM  [main]    The Mercury module is disabled
10:01:43 PM  [main]    The Tomcat module is disabled
10:01:43 PM  [main]    Starting Check-Timer
10:01:43 PM  [main]    Control Panel Ready
10:01:47 PM  [Apache]    Attempting to start Apache app...
10:01:51 PM  [Apache]    Status change detected: running
10:01:59 PM  [mysql]    Attempting to start MySQL app...
10:02:00 PM  [mysql]    Status change detected: running


Code: Select all
access.log

::1 - - [17/Dec/2014:17:07:56 -0500] "GET /xampp/ HTTP/1.1" 302 167 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:07:56 -0500] "GET /xampp/splash.php HTTP/1.1" 200 1325 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:07:56 -0500] "GET /xampp/xampp.css HTTP/1.1" 200 4178 "http://localhost/xampp/splash.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:07:56 -0500] "GET /xampp/img/blank.gif HTTP/1.1" 200 43 "http://localhost/xampp/splash.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:07:56 -0500] "GET /xampp/img/xampp-logo.jpg HTTP/1.1" 200 19738 "http://localhost/xampp/splash.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:07:56 -0500] "GET /favicon.ico HTTP/1.1" 200 7782 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:07:58 -0500] "GET /xampp/lang.php?en HTTP/1.1" 302 - "http://localhost/xampp/splash.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:07:58 -0500] "GET /xampp/index.php HTTP/1.1" 200 595 "http://localhost/xampp/splash.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:07:58 -0500] "GET /xampp/head.php HTTP/1.1" 200 1393 "http://localhost/xampp/index.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:07:58 -0500] "GET /xampp/xampp.css HTTP/1.1" 304 - "http://localhost/xampp/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:07:58 -0500] "GET /xampp/img/blank.gif HTTP/1.1" 304 - "http://localhost/xampp/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:07:58 -0500] "GET /xampp/start.php HTTP/1.1" 200 2710 "http://localhost/xampp/index.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:07:58 -0500] "GET /xampp/xampp.css HTTP/1.1" 304 - "http://localhost/xampp/start.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:07:58 -0500] "GET /xampp/img/head-windows.gif HTTP/1.1" 200 1362 "http://localhost/xampp/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:07:58 -0500] "GET /xampp/img/head-for.gif HTTP/1.1" 200 791 "http://localhost/xampp/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:07:58 -0500] "GET /xampp/navi.php HTTP/1.1" 200 3483 "http://localhost/xampp/index.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:07:58 -0500] "GET /xampp/img/xampp-logo-new.gif HTTP/1.1" 200 4878 "http://localhost/xampp/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:07:58 -0500] "GET /xampp/xampp.js HTTP/1.1" 200 573 "http://localhost/xampp/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:07:58 -0500] "GET /xampp/xampp.css HTTP/1.1" 304 - "http://localhost/xampp/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:07:58 -0500] "GET /xampp/img/strichel.gif HTTP/1.1" 200 61 "http://localhost/xampp/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:07:58 -0500] "GET /xampp/img/bitnami-xampp.png HTTP/1.1" 200 22133 "http://localhost/xampp/start.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:07:58 -0500] "GET /xampp/img/apachefriends.gif HTTP/1.1" 200 979 "http://localhost/xampp/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:08:01 -0500] "GET /security/lang.php?en HTTP/1.1" 302 - "http://localhost/xampp/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:08:01 -0500] "GET /security/index.php HTTP/1.1" 200 584 "http://localhost/xampp/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:08:01 -0500] "GET /security/head.php HTTP/1.1" 200 965 "http://localhost/security/index.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:08:01 -0500] "GET /security/navi.php HTTP/1.1" 200 2402 "http://localhost/security/index.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:08:01 -0500] "GET /security/img/logo-small.gif HTTP/1.1" 200 509 "http://localhost/security/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:08:01 -0500] "GET /security/img/blank.gif HTTP/1.1" 200 43 "http://localhost/security/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:08:01 -0500] "GET /security/xampp.css HTTP/1.1" 200 4663 "http://localhost/security/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:08:01 -0500] "GET /security/xampp.js HTTP/1.1" 200 573 "http://localhost/security/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:08:01 -0500] "GET /security/img/head-xampp.gif HTTP/1.1" 200 1404 "http://localhost/security/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:08:01 -0500] "GET /security/img/head-for.gif HTTP/1.1" 200 791 "http://localhost/security/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:08:01 -0500] "GET /security/img/head-windows.gif HTTP/1.1" 200 1478 "http://localhost/security/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:08:01 -0500] "GET /security/img/strichel.gif HTTP/1.1" 200 61 "http://localhost/security/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:08:01 -0500] "GET /security/img/apachefriends.gif HTTP/1.1" 200 979 "http://localhost/security/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:08:01 -0500] "GET /security/security.php HTTP/1.1" 200 7164 "http://localhost/security/index.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:08:02 -0500] "GET /security/xampp.css HTTP/1.1" 304 - "http://localhost/security/security.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:08:02 -0500] "GET /security/xampp.js HTTP/1.1" 304 - "http://localhost/security/security.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:08:02 -0500] "GET /security/img/xampp.ico HTTP/1.1" 200 30894 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:08:16 -0500] "GET /security/security.php HTTP/1.1" 200 7164 "http://localhost/security/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:08:17 -0500] "GET /security/xampp.css HTTP/1.1" 304 - "http://localhost/security/security.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:08:17 -0500] "GET /security/xampp.js HTTP/1.1" 304 - "http://localhost/security/security.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:08:17 -0500] "GET /security/img/blank.gif HTTP/1.1" 304 - "http://localhost/security/security.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:17:08:17 -0500] "GET /security/img/strichel.gif HTTP/1.1" 304 - "http://localhost/security/security.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:49:48 -0500] "GET /xampp/ HTTP/1.1" 200 595 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:49:48 -0500] "GET /xampp/head.php HTTP/1.1" 200 1393 "http://localhost/xampp/" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:49:48 -0500] "GET /xampp/start.php HTTP/1.1" 200 2710 "http://localhost/xampp/" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:49:48 -0500] "GET /xampp/xampp.css HTTP/1.1" 200 4178 "http://localhost/xampp/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:49:48 -0500] "GET /xampp/img/blank.gif HTTP/1.1" 200 43 "http://localhost/xampp/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:49:48 -0500] "GET /xampp/xampp.css HTTP/1.1" 304 - "http://localhost/xampp/start.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:49:48 -0500] "GET /xampp/img/head-windows.gif HTTP/1.1" 200 1362 "http://localhost/xampp/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:49:48 -0500] "GET /xampp/img/head-for.gif HTTP/1.1" 200 791 "http://localhost/xampp/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:49:48 -0500] "GET /xampp/img/xampp-logo-new.gif HTTP/1.1" 200 4878 "http://localhost/xampp/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:49:48 -0500] "GET /xampp/img/bitnami-xampp.png HTTP/1.1" 200 22133 "http://localhost/xampp/start.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:49:48 -0500] "GET /xampp/navi.php HTTP/1.1" 200 3483 "http://localhost/xampp/" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:49:48 -0500] "GET /xampp/xampp.css HTTP/1.1" 304 - "http://localhost/xampp/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:49:48 -0500] "GET /xampp/xampp.js HTTP/1.1" 200 573 "http://localhost/xampp/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:49:48 -0500] "GET /xampp/img/blank.gif HTTP/1.1" 304 - "http://localhost/xampp/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:49:48 -0500] "GET /xampp/img/strichel.gif HTTP/1.1" 200 61 "http://localhost/xampp/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:49:48 -0500] "GET /xampp/img/apachefriends.gif HTTP/1.1" 200 979 "http://localhost/xampp/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:49:48 -0500] "GET /favicon.ico HTTP/1.1" 200 7782 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:50:09 -0500] "GET /security/lang.php?en HTTP/1.1" 302 - "http://localhost/xampp/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:50:09 -0500] "GET /security/index.php HTTP/1.1" 200 584 "http://localhost/xampp/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:50:09 -0500] "GET /security/head.php HTTP/1.1" 200 965 "http://localhost/security/index.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:50:09 -0500] "GET /security/navi.php HTTP/1.1" 200 2402 "http://localhost/security/index.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:50:09 -0500] "GET /security/img/logo-small.gif HTTP/1.1" 200 509 "http://localhost/security/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:50:09 -0500] "GET /security/img/blank.gif HTTP/1.1" 200 43 "http://localhost/security/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:50:09 -0500] "GET /security/xampp.js HTTP/1.1" 200 573 "http://localhost/security/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:50:09 -0500] "GET /security/xampp.css HTTP/1.1" 200 4663 "http://localhost/security/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:50:09 -0500] "GET /security/img/head-windows.gif HTTP/1.1" 200 1478 "http://localhost/security/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:50:09 -0500] "GET /security/img/head-xampp.gif HTTP/1.1" 200 1404 "http://localhost/security/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:50:09 -0500] "GET /security/img/head-for.gif HTTP/1.1" 200 791 "http://localhost/security/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:50:09 -0500] "GET /security/img/strichel.gif HTTP/1.1" 200 61 "http://localhost/security/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:50:09 -0500] "GET /security/img/apachefriends.gif HTTP/1.1" 200 979 "http://localhost/security/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:50:09 -0500] "GET /security/security.php HTTP/1.1" 200 7164 "http://localhost/security/index.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:50:11 -0500] "GET /security/xampp.css HTTP/1.1" 304 - "http://localhost/security/security.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:50:11 -0500] "GET /security/xampp.js HTTP/1.1" 304 - "http://localhost/security/security.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:50:11 -0500] "GET /security/img/xampp.ico HTTP/1.1" 200 30894 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:50:43 -0500] "GET /security/xamppsecurity.php HTTP/1.1" 200 4185 "http://localhost/security/security.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:20:50:43 -0500] "GET /security/xampp.css HTTP/1.1" 304 - "http://localhost/security/xamppsecurity.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:00:47 -0500] "GET /security/security.php HTTP/1.1" 200 7164 "http://localhost/security/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:00:48 -0500] "GET /security/xampp.css HTTP/1.1" 304 - "http://localhost/security/security.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:00:48 -0500] "GET /security/xampp.js HTTP/1.1" 304 - "http://localhost/security/security.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:10:50 -0500] "GET /security/xamppsecurity.php HTTP/1.1" 200 4185 "http://localhost/security/security.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:10:50 -0500] "GET /security/xampp.css HTTP/1.1" 304 - "http://localhost/security/xamppsecurity.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:11:30 -0500] "POST /security/xamppsecurity.php HTTP/1.1" 200 4393 "http://localhost/security/xamppsecurity.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:11:30 -0500] "GET /security/xampp.css HTTP/1.1" 304 - "http://localhost/security/xamppsecurity.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:31 -0500] "GET /xampp/ HTTP/1.1" 200 595 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:32 -0500] "GET /xampp/head.php HTTP/1.1" 200 1393 "http://localhost/xampp/" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:32 -0500] "GET /xampp/start.php HTTP/1.1" 200 2710 "http://localhost/xampp/" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:32 -0500] "GET /xampp/navi.php HTTP/1.1" 200 3483 "http://localhost/xampp/" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:32 -0500] "GET /xampp/xampp.css HTTP/1.1" 304 - "http://localhost/xampp/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:32 -0500] "GET /xampp/img/blank.gif HTTP/1.1" 304 - "http://localhost/xampp/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:32 -0500] "GET /xampp/img/xampp-logo-new.gif HTTP/1.1" 304 - "http://localhost/xampp/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:32 -0500] "GET /xampp/xampp.css HTTP/1.1" 304 - "http://localhost/xampp/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:32 -0500] "GET /xampp/img/head-for.gif HTTP/1.1" 304 - "http://localhost/xampp/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:32 -0500] "GET /xampp/img/head-windows.gif HTTP/1.1" 304 - "http://localhost/xampp/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:32 -0500] "GET /xampp/img/blank.gif HTTP/1.1" 304 - "http://localhost/xampp/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:32 -0500] "GET /xampp/xampp.css HTTP/1.1" 304 - "http://localhost/xampp/start.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:32 -0500] "GET /xampp/img/bitnami-xampp.png HTTP/1.1" 304 - "http://localhost/xampp/start.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:32 -0500] "GET /xampp/xampp.js HTTP/1.1" 304 - "http://localhost/xampp/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:32 -0500] "GET /xampp/img/apachefriends.gif HTTP/1.1" 304 - "http://localhost/xampp/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:32 -0500] "GET /xampp/img/strichel.gif HTTP/1.1" 304 - "http://localhost/xampp/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:35 -0500] "GET /security/lang.php?en HTTP/1.1" 302 - "http://localhost/xampp/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:35 -0500] "GET /security/index.php HTTP/1.1" 200 584 "http://localhost/xampp/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:35 -0500] "GET /security/head.php HTTP/1.1" 200 965 "http://localhost/security/index.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:35 -0500] "GET /security/navi.php HTTP/1.1" 200 2402 "http://localhost/security/index.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:35 -0500] "GET /security/img/blank.gif HTTP/1.1" 304 - "http://localhost/security/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:35 -0500] "GET /security/xampp.css HTTP/1.1" 304 - "http://localhost/security/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:35 -0500] "GET /security/img/head-for.gif HTTP/1.1" 304 - "http://localhost/security/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:35 -0500] "GET /security/img/logo-small.gif HTTP/1.1" 304 - "http://localhost/security/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:35 -0500] "GET /security/img/head-xampp.gif HTTP/1.1" 304 - "http://localhost/security/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:35 -0500] "GET /security/img/head-windows.gif HTTP/1.1" 304 - "http://localhost/security/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:35 -0500] "GET /security/xampp.js HTTP/1.1" 304 - "http://localhost/security/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:35 -0500] "GET /security/img/apachefriends.gif HTTP/1.1" 304 - "http://localhost/security/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:35 -0500] "GET /security/img/strichel.gif HTTP/1.1" 304 - "http://localhost/security/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:35 -0500] "GET /security/security.php HTTP/1.1" 200 6868 "http://localhost/security/index.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:36 -0500] "GET /security/xampp.css HTTP/1.1" 304 - "http://localhost/security/security.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:36 -0500] "GET /security/xampp.js HTTP/1.1" 304 - "http://localhost/security/security.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:38 -0500] "GET /security/xamppsecurity.php HTTP/1.1" 200 4185 "http://localhost/security/security.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:38 -0500] "GET /security/xampp.css HTTP/1.1" 304 - "http://localhost/security/xamppsecurity.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:52 -0500] "POST /security/xamppsecurity.php HTTP/1.1" 200 4335 "http://localhost/security/xamppsecurity.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:21:50:52 -0500] "GET /security/xampp.css HTTP/1.1" 304 - "http://localhost/security/xamppsecurity.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:22:02:37 -0500] "GET /xampp/ HTTP/1.1" 200 595 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:22:02:37 -0500] "GET /xampp/head.php HTTP/1.1" 200 1393 "http://localhost/xampp/" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:22:02:37 -0500] "GET /xampp/xampp.css HTTP/1.1" 200 4178 "http://localhost/xampp/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:22:02:37 -0500] "GET /xampp/start.php HTTP/1.1" 200 2710 "http://localhost/xampp/" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:22:02:37 -0500] "GET /xampp/img/blank.gif HTTP/1.1" 200 43 "http://localhost/xampp/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:22:02:37 -0500] "GET /xampp/img/head-for.gif HTTP/1.1" 200 791 "http://localhost/xampp/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:22:02:37 -0500] "GET /xampp/img/xampp-logo-new.gif HTTP/1.1" 200 4878 "http://localhost/xampp/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:22:02:38 -0500] "GET /xampp/xampp.css HTTP/1.1" 304 - "http://localhost/xampp/start.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:22:02:38 -0500] "GET /xampp/img/head-windows.gif HTTP/1.1" 200 1362 "http://localhost/xampp/head.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:22:02:38 -0500] "GET /xampp/img/bitnami-xampp.png HTTP/1.1" 200 22133 "http://localhost/xampp/start.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:22:02:37 -0500] "GET /xampp/navi.php HTTP/1.1" 200 3483 "http://localhost/xampp/" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:22:02:38 -0500] "GET /xampp/xampp.js HTTP/1.1" 200 573 "http://localhost/xampp/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:22:02:38 -0500] "GET /xampp/xampp.css HTTP/1.1" 304 - "http://localhost/xampp/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:22:02:38 -0500] "GET /xampp/img/blank.gif HTTP/1.1" 304 - "http://localhost/xampp/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:22:02:38 -0500] "GET /xampp/img/apachefriends.gif HTTP/1.1" 200 979 "http://localhost/xampp/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:22:02:38 -0500] "GET /xampp/img/strichel.gif HTTP/1.1" 200 61 "http://localhost/xampp/navi.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
::1 - - [17/Dec/2014:22:02:38 -0500] "GET /favicon.ico HTTP/1.1" 200 7782 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
192.168.0.12 - - [17/Dec/2014:22:07:32 -0500] "GET /xampp/ HTTP/1.1" 403 1202 "-" "Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0"
192.168.0.12 - - [17/Dec/2014:22:07:34 -0500] "GET /favicon.ico HTTP/1.1" 200 7782 "-" "Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0"


Code: Select all
error.log

[Wed Dec 17 17:04:03.835937 2014] [ssl:warn] [pid 2816:tid 252] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Dec 17 17:04:04.132812 2014] [ssl:warn] [pid 2816:tid 252] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Dec 17 17:04:06.523437 2014] [mpm_winnt:notice] [pid 2816:tid 252] AH00455: Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.6.3 configured -- resuming normal operations
[Wed Dec 17 17:04:06.523437 2014] [mpm_winnt:notice] [pid 2816:tid 252] AH00456: Apache Lounge VC11 Server built: Jul 17 2014 11:50:08
[Wed Dec 17 17:04:06.523437 2014] [core:notice] [pid 2816:tid 252] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Wed Dec 17 17:04:06.523437 2014] [mpm_winnt:notice] [pid 2816:tid 252] AH00418: Parent: Created child process 11732
[Wed Dec 17 17:04:07.335937 2014] [ssl:warn] [pid 11732:tid 264] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Dec 17 17:04:07.679687 2014] [ssl:warn] [pid 11732:tid 264] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Dec 17 17:04:07.742187 2014] [mpm_winnt:notice] [pid 11732:tid 264] AH00354: Child: Starting 150 worker threads.
[Wed Dec 17 20:49:37.606445 2014] [ssl:warn] [pid 996:tid 252] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Dec 17 20:49:37.715820 2014] [core:warn] [pid 996:tid 252] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Dec 17 20:49:37.918945 2014] [ssl:warn] [pid 996:tid 252] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Dec 17 20:49:37.965820 2014] [mpm_winnt:notice] [pid 996:tid 252] AH00455: Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.6.3 configured -- resuming normal operations
[Wed Dec 17 20:49:37.965820 2014] [mpm_winnt:notice] [pid 996:tid 252] AH00456: Apache Lounge VC11 Server built: Jul 17 2014 11:50:08
[Wed Dec 17 20:49:37.965820 2014] [core:notice] [pid 996:tid 252] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Wed Dec 17 20:49:37.997070 2014] [mpm_winnt:notice] [pid 996:tid 252] AH00418: Parent: Created child process 3336
[Wed Dec 17 20:49:38.809570 2014] [ssl:warn] [pid 3336:tid 264] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Dec 17 20:49:39.075195 2014] [ssl:warn] [pid 3336:tid 264] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Dec 17 20:49:39.184570 2014] [mpm_winnt:notice] [pid 3336:tid 264] AH00354: Child: Starting 150 worker threads.
Adding password for user xamppAdmin
[Wed Dec 17 21:51:06.875000 2014] [ssl:warn] [pid 1444:tid 252] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Dec 17 21:51:06.937500 2014] [core:warn] [pid 1444:tid 252] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Dec 17 21:51:07.140625 2014] [ssl:warn] [pid 1444:tid 252] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Dec 17 21:51:07.187500 2014] [mpm_winnt:notice] [pid 1444:tid 252] AH00455: Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.6.3 configured -- resuming normal operations
[Wed Dec 17 21:51:07.187500 2014] [mpm_winnt:notice] [pid 1444:tid 252] AH00456: Apache Lounge VC11 Server built: Jul 17 2014 11:50:08
[Wed Dec 17 21:51:07.187500 2014] [core:notice] [pid 1444:tid 252] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Wed Dec 17 21:51:07.187500 2014] [mpm_winnt:notice] [pid 1444:tid 252] AH00418: Parent: Created child process 4052
[Wed Dec 17 21:51:08.015625 2014] [ssl:warn] [pid 4052:tid 264] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Dec 17 21:51:08.281250 2014] [ssl:warn] [pid 4052:tid 264] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Dec 17 21:51:08.312500 2014] [mpm_winnt:notice] [pid 4052:tid 264] AH00354: Child: Starting 150 worker threads.
[Wed Dec 17 22:01:52.221679 2014] [ssl:warn] [pid 2908:tid 252] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Dec 17 22:01:52.346679 2014] [core:warn] [pid 2908:tid 252] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Dec 17 22:01:52.565429 2014] [ssl:warn] [pid 2908:tid 252] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Dec 17 22:01:52.596679 2014] [mpm_winnt:notice] [pid 2908:tid 252] AH00455: Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.6.3 configured -- resuming normal operations
[Wed Dec 17 22:01:52.596679 2014] [mpm_winnt:notice] [pid 2908:tid 252] AH00456: Apache Lounge VC11 Server built: Jul 17 2014 11:50:08
[Wed Dec 17 22:01:52.596679 2014] [core:notice] [pid 2908:tid 252] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Wed Dec 17 22:01:52.643554 2014] [mpm_winnt:notice] [pid 2908:tid 252] AH00418: Parent: Created child process 1668
[Wed Dec 17 22:01:53.971679 2014] [ssl:warn] [pid 1668:tid 264] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Dec 17 22:01:54.346679 2014] [ssl:warn] [pid 1668:tid 264] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Dec 17 22:01:54.393554 2014] [mpm_winnt:notice] [pid 1668:tid 264] AH00354: Child: Starting 150 worker threads.
[Wed Dec 17 22:07:32.893554 2014] [authz_core:error] [pid 1668:tid 1660] [client 192.168.0.12:49177] AH01630: client denied by server configuration: C:/xampp/htdocs/xampp/


Code: Select all
php_error_log.txt

[17-Dec-2014 23:07:56 Europe/Berlin] PHP Warning:  file_get_contents(lang.tmp): failed to open stream: No such file or directory in C:\xampp\htdocs\xampp\index.php on line 2


Regards

Steve
by steve_t
22. December 2014 15:30
 
Forum: XAMPP for Windows
Topic: XAMPP directory not accessible over local network
Replies: 4
Views: 20226

Apache HTTP Server has stopped functioning window appears?

Execution xampp joomla Control Panel has appeared Apache HTTP Server has stopped functioning Windows?

Problems signature:
   Problem Event Name: APPCRASH
   Application name: httpd.exe
   Applications Version: 2.4.10.0
   Application timestamp: 53ca50ea
   Error Module Name: php5ts.dll
   Error Module Version: 5.4.31.0
   Error Module time stamp: 53d003ab
   Exception code: c00000fd
   Exception Displacement: 001317a9
   Operating System Version: 6.1.7601.2.1.0.256.1
   Area setting identification number: 1028
   Additional Information 1: d4eb
   Other Information 2: d4eb7cf28a4f910486e91a11f70d294f
   Additional Information 3: 2c08
   Other information 4: 2c0882aaf61c94b36fbc83820833de00
by hc888
30. October 2014 06:36
 
Forum: Apache
Topic: Apache HTTP Server has stopped functioning window appears?
Replies: 1
Views: 3686
PreviousNext

Return to advanced search