Forums | Mahara Community

Support /
Performing installation time


anonymous profile picture
Account deleted
Posts: 2

12 June 2012, 22:38

Hi all,

I just downloaded Mahara. I have Moodle on my PC and have attempted to install Mahara. I'm running Xampp. After a few misfires, I've got it to the installation stage ie the page that has the heading 'Performing installation'. The page has a little popup that states 'loading' and there is the little 'pre-loader' going around and around. However it has been doing this for around 35 minutes now. I changed to the php.ini file to have an execution time of 120 instead of 30. 

Is this normal to be taking so long? I'm not sure if my config.php file is set up correctly. I have Mahara in the xampp htdocs folder, and I have copied everything from the mahara/htdocs folder to the mahara folder i.e. xampp/htdocs/mahara. Maybe I have to use a dbprefix, however I do not know what that means. My db is called mahara. I have specified utf8_unicode_ci. Here is my config.php file:

<?php

/**

 * Mahara: Electronic portfolio, weblog, resume builder and social networking

 * Copyright (C) 2006-2009 Catalyst IT Ltd and others; see:

 *                         http://wiki.mahara.org/Contributors

 *

 * This program is free software: you can redistribute it and/or modify

 * it under the terms of the GNU General Public License as published by

 * the Free Software Foundation, either version 3 of the License, or

 * (at your option) any later version.

 *

 * This program is distributed in the hope that it will be useful,

 * but WITHOUT ANY WARRANTY; without even the implied warranty of

 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

 * GNU General Public License for more details.

 *

 * You should have received a copy of the GNU General Public License

 * along with this program.  If not, see <http://www.gnu.org/licenses/>.

 *

 * @package    mahara

 * @subpackage core

 * @author     Catalyst IT Ltd

 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL

 * @copyright  (C) 2006-2009 Catalyst IT Ltd http://catalyst.net.nz

 *

 */

 

//

// MAHARA CONFIGURATION FILE

//

// Copy this file from config-dist.php to config.php, and change the values in

// it to suit your environment.

//

// Information about this file is available on the Mahara wiki:

// http://wiki.mahara.org/System_Administrator's_Guide/Installing_Mahara#Create_Mahara's_config.php

//

 

$cfg = new StdClass;

 

 

// database connection details

// valid values for dbtype are 'postgres8' and 'mysql5'

$cfg->dbtype   = 'mysql5';

$cfg->dbhost   = 'localhost';

$cfg->dbport   = null;

$cfg->dbname   = 'mahara';

$cfg->dbuser   = 'root';

$cfg->dbpass   = 'admin';

 

// Note: database prefix is NOT required, you don't need to set one except if

// you're installing Mahara into a database being shared with other

// applications (this happens most often on shared hosting)

$cfg->dbprefix = '';

 

// wwwroot - the web-visible path to your Mahara installation

// Normally, this is automatically detected - if it doesn't work for you

// then try specifying it here.

// This value must end with a /

//$cfg->wwwroot = 'http://myhost.com/mahara/';

// If you want to serve all of your Mahara content via HTTPS, just set

// $cfg->wwwroot to use HTTPS.

//$cfg->wwwroot = 'https://myhost.com/mahara/';

 

// If you are using a proxy to force HTTPS connections, you will need to

// enable the next line. If you have set this to true, ensure your wwwroot

// is a HTTPS address.

//$cfg->sslproxy = true;

 

// dataroot - uploaded files are stored here

// This is a ABSOLUTE FILESYSTEM PATH. This is NOT a URL.

// For example, valid paths are:

//  * /home/user/maharadata

//  * /var/lib/mahara

//  * c:\maharadata

// INVALID paths:

//  * http://yoursite/files

//  * ~/files

//  * ../data

//

// This path must be writable by the webserver and outside document root (the

// place where the Mahara files like index.php have been installed).

// Mahara will NOT RUN if this is inside your document root, because

// this is a big security hole.

$cfg->dataroot = 'C:/xampp/htdocs/mahara';

 

// If set, this email address will be displayed in the error message if a form

// submission is suspected of being spam. This reduces the frustration for the

// user in the event of a false positive.

$cfg->emailcontact = '';

 

// Set this to enable a secondary hash that is only present in the config file

// $cfg->passwordsaltmain = 'some long random string here with lots of characters';

 

// When changing the salt (or disabling it), you will need to set the current salt as an alternate salt

// There are up to 20 alternate salts

// $cfg->passwordsaltalt1 = 'old salt value';

 

// closing php tag intentionally omitted to prevent whitespace issues

anonymous profile picture
Account deleted
Posts: 197

13 June 2012, 2:44

Hi James,

Is there any information showing in your apache logs or your mysql logs? If you have got to the installation page, your configuration should be ok.

There's usually a whole stack of lines in the apache log reporting on the installation progress. It's quite handy. If there are any other lines, we'll be able to have a better idea of what is holding things up.

If you can get back with that information, we can try to help you more.

Thanks,
Melissa.

anonymous profile picture
Account deleted
Posts: 2

13 June 2012, 4:13

Thanks. At work it kept ticking over but not installing. So I switched off my PC, and came home. I deleted the tables in the database but not the database itself...and behold, it installed. I have no idea why. Maybe Xampp was being temperamental all day or soemthing...its happened before. I did check the error log as you suggested, and it was quite long. The latest entry which was from just now was:

 

[Wed Jun 13 19:02:49 2012] [error] [client 127.0.0.1] user admin not found: /xampp/

 

However it has installed so Im not sure why it said that. Thanks for replying :)

 

Here is the log of the entire day:

[Wed May 30 21:04:42 2012] [notice] Digest: generating secret for digest authentication ...

[Wed May 30 21:04:42 2012] [notice] Digest: done

[Wed May 30 21:04:44 2012] [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 May 30 21:04:44 2012] [notice] Server built: Sep 10 2011 11:34:11

[Wed May 30 21:04:44 2012] [notice] Parent: Created child process 3572

[Wed May 30 21:04:45 2012] [notice] Digest: generating secret for digest authentication ...

[Wed May 30 21:04:45 2012] [notice] Digest: done

[Wed May 30 21:04:46 2012] [notice] Child 3572: Child process is running

[Wed May 30 21:04:46 2012] [notice] Child 3572: Acquired the start mutex.

[Wed May 30 21:04:46 2012] [notice] Child 3572: Starting 150 worker threads.

[Wed May 30 21:04:46 2012] [notice] Child 3572: Starting thread to listen on port 443.

[Wed May 30 21:04:46 2012] [notice] Child 3572: Starting thread to listen on port 443.

[Wed May 30 21:04:46 2012] [notice] Child 3572: Starting thread to listen on port 80.

[Wed May 30 21:04:46 2012] [notice] Child 3572: Starting thread to listen on port 80.

Terminating on signal SIGTERM(15)

[Thu May 31 08:51:21 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Thu May 31 08:51:21 2012] [notice] Digest: generating secret for digest authentication ...

[Thu May 31 08:51:21 2012] [notice] Digest: done

[Thu May 31 08:51:23 2012] [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

[Thu May 31 08:51:23 2012] [notice] Server built: Sep 10 2011 11:34:11

[Thu May 31 08:51:23 2012] [notice] Parent: Created child process 1252

[Thu May 31 08:51:24 2012] [notice] Digest: generating secret for digest authentication ...

[Thu May 31 08:51:24 2012] [notice] Digest: done

[Thu May 31 08:51:25 2012] [notice] Child 1252: Child process is running

[Thu May 31 08:51:25 2012] [notice] Child 1252: Acquired the start mutex.

[Thu May 31 08:51:25 2012] [notice] Child 1252: Starting 150 worker threads.

[Thu May 31 08:51:25 2012] [notice] Child 1252: Starting thread to listen on port 443.

[Thu May 31 08:51:25 2012] [notice] Child 1252: Starting thread to listen on port 443.

[Thu May 31 08:51:25 2012] [notice] Child 1252: Starting thread to listen on port 80.

[Thu May 31 08:51:25 2012] [notice] Child 1252: Starting thread to listen on port 80.

[Thu May 31 09:26:50 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/xampp/httdocs

[Thu May 31 09:26:55 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/xampp/httdocs

[Thu May 31 09:26:58 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/xampp/htdocs

Terminating on signal SIGTERM(15)

[Thu May 31 12:51:48 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Thu May 31 12:51:48 2012] [notice] Digest: generating secret for digest authentication ...

[Thu May 31 12:51:48 2012] [notice] Digest: done

[Thu May 31 12:51:52 2012] [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

[Thu May 31 12:51:52 2012] [notice] Server built: Sep 10 2011 11:34:11

[Thu May 31 12:51:52 2012] [notice] Parent: Created child process 3440

[Thu May 31 12:51:53 2012] [notice] Digest: generating secret for digest authentication ...

[Thu May 31 12:51:53 2012] [notice] Digest: done

[Thu May 31 12:51:54 2012] [notice] Child 3440: Child process is running

[Thu May 31 12:51:54 2012] [notice] Child 3440: Acquired the start mutex.

[Thu May 31 12:51:54 2012] [notice] Child 3440: Starting 150 worker threads.

[Thu May 31 12:51:54 2012] [notice] Child 3440: Starting thread to listen on port 443.

[Thu May 31 12:51:54 2012] [notice] Child 3440: Starting thread to listen on port 443.

[Thu May 31 12:51:54 2012] [notice] Child 3440: Starting thread to listen on port 80.

[Thu May 31 12:51:54 2012] [notice] Child 3440: Starting thread to listen on port 80.

Adding password for user root

[Thu May 31 12:54:51 2012] [error] [client 127.0.0.1] user root: authentication failure for "/security/security.php": Password Mismatch, referer: http://localhost/security/navi.php

Terminating on signal SIGTERM(15)

[Thu May 31 13:05:33 2012] [notice] Digest: generating secret for digest authentication ...

[Thu May 31 13:05:33 2012] [notice] Digest: done

[Thu May 31 13:05:36 2012] [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

[Thu May 31 13:05:36 2012] [notice] Server built: Sep 10 2011 11:34:11

[Thu May 31 13:05:36 2012] [notice] Parent: Created child process 1212

[Thu May 31 13:05:36 2012] [notice] Digest: generating secret for digest authentication ...

[Thu May 31 13:05:36 2012] [notice] Digest: done

[Thu May 31 13:05:37 2012] [notice] Child 1212: Child process is running

[Thu May 31 13:05:37 2012] [notice] Child 1212: Acquired the start mutex.

[Thu May 31 13:05:37 2012] [notice] Child 1212: Starting 150 worker threads.

[Thu May 31 13:05:37 2012] [notice] Child 1212: Starting thread to listen on port 443.

[Thu May 31 13:05:37 2012] [notice] Child 1212: Starting thread to listen on port 80.

[Thu May 31 13:05:37 2012] [notice] Child 1212: Starting thread to listen on port 80.

[Thu May 31 13:05:37 2012] [notice] Child 1212: Starting thread to listen on port 443.

[Thu May 31 13:38:04 2012] [notice] Parent: child process exited with status 255 -- Restarting.

[Thu May 31 13:38:04 2012] [notice] Digest: generating secret for digest authentication ...

[Thu May 31 13:38:04 2012] [notice] Digest: done

[Thu May 31 13:38:05 2012] [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

[Thu May 31 13:38:05 2012] [notice] Server built: Sep 10 2011 11:34:11

[Thu May 31 13:38:05 2012] [notice] Parent: Created child process 1432

[Thu May 31 13:38:06 2012] [notice] Digest: generating secret for digest authentication ...

[Thu May 31 13:38:06 2012] [notice] Digest: done

[Thu May 31 13:38:07 2012] [notice] Child 1432: Child process is running

[Thu May 31 13:38:07 2012] [notice] Child 1432: Acquired the start mutex.

[Thu May 31 13:38:07 2012] [notice] Child 1432: Starting 150 worker threads.

[Thu May 31 13:38:07 2012] [notice] Child 1432: Starting thread to listen on port 443.

[Thu May 31 13:38:07 2012] [notice] Child 1432: Starting thread to listen on port 80.

[Thu May 31 13:38:07 2012] [notice] Child 1432: Starting thread to listen on port 80.

[Thu May 31 13:38:07 2012] [notice] Child 1432: Starting thread to listen on port 443.

Terminating on signal SIGTERM(15)

[Thu May 31 14:20:38 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Thu May 31 14:20:38 2012] [notice] Digest: generating secret for digest authentication ...

[Thu May 31 14:20:38 2012] [notice] Digest: done

[Thu May 31 14:20:39 2012] [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

[Thu May 31 14:20:39 2012] [notice] Server built: Sep 10 2011 11:34:11

[Thu May 31 14:20:39 2012] [notice] Parent: Created child process 3144

[Thu May 31 14:20:40 2012] [notice] Digest: generating secret for digest authentication ...

[Thu May 31 14:20:40 2012] [notice] Digest: done

[Thu May 31 14:20:41 2012] [notice] Child 3144: Child process is running

[Thu May 31 14:20:41 2012] [notice] Child 3144: Acquired the start mutex.

[Thu May 31 14:20:41 2012] [notice] Child 3144: Starting 150 worker threads.

[Thu May 31 14:20:41 2012] [notice] Child 3144: Starting thread to listen on port 443.

[Thu May 31 14:20:41 2012] [notice] Child 3144: Starting thread to listen on port 443.

[Thu May 31 14:20:41 2012] [notice] Child 3144: Starting thread to listen on port 80.

[Thu May 31 14:20:41 2012] [notice] Child 3144: Starting thread to listen on port 80.

[Thu May 31 14:33:47 2012] [notice] Parent: child process exited with status 255 -- Restarting.

[Thu May 31 14:33:47 2012] [notice] Digest: generating secret for digest authentication ...

[Thu May 31 14:33:47 2012] [notice] Digest: done

[Thu May 31 14:33:48 2012] [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

[Thu May 31 14:33:48 2012] [notice] Server built: Sep 10 2011 11:34:11

[Thu May 31 14:33:48 2012] [notice] Parent: Created child process 1128

[Thu May 31 14:33:49 2012] [notice] Digest: generating secret for digest authentication ...

[Thu May 31 14:33:49 2012] [notice] Digest: done

[Thu May 31 14:33:50 2012] [notice] Child 1128: Child process is running

[Thu May 31 14:33:50 2012] [notice] Child 1128: Acquired the start mutex.

[Thu May 31 14:33:50 2012] [notice] Child 1128: Starting 150 worker threads.

[Thu May 31 14:33:50 2012] [notice] Child 1128: Starting thread to listen on port 443.

[Thu May 31 14:33:50 2012] [notice] Child 1128: Starting thread to listen on port 80.

[Thu May 31 14:33:50 2012] [notice] Child 1128: Starting thread to listen on port 443.

[Thu May 31 14:33:50 2012] [notice] Child 1128: Starting thread to listen on port 80.

[Thu May 31 14:33:51 2012] [notice] Parent: child process exited with status 255 -- Restarting.

[Thu May 31 14:33:51 2012] [notice] Digest: generating secret for digest authentication ...

[Thu May 31 14:33:51 2012] [notice] Digest: done

[Thu May 31 14:33:52 2012] [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

[Thu May 31 14:33:52 2012] [notice] Server built: Sep 10 2011 11:34:11

[Thu May 31 14:33:52 2012] [notice] Parent: Created child process 4428

[Thu May 31 14:33:53 2012] [notice] Digest: generating secret for digest authentication ...

[Thu May 31 14:33:53 2012] [notice] Digest: done

[Thu May 31 14:33:54 2012] [notice] Child 4428: Child process is running

[Thu May 31 14:33:54 2012] [notice] Child 4428: Acquired the start mutex.

[Thu May 31 14:33:54 2012] [notice] Child 4428: Starting 150 worker threads.

[Thu May 31 14:33:54 2012] [notice] Child 4428: Starting thread to listen on port 443.

[Thu May 31 14:33:54 2012] [notice] Child 4428: Starting thread to listen on port 80.

[Thu May 31 14:33:54 2012] [notice] Child 4428: Starting thread to listen on port 443.

[Thu May 31 14:33:54 2012] [notice] Child 4428: Starting thread to listen on port 80.

[Thu May 31 15:23:12 2012] [notice] Parent: child process exited with status 255 -- Restarting.

[Thu May 31 15:23:13 2012] [notice] Digest: generating secret for digest authentication ...

[Thu May 31 15:23:13 2012] [notice] Digest: done

[Thu May 31 15:23:14 2012] [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

[Thu May 31 15:23:14 2012] [notice] Server built: Sep 10 2011 11:34:11

[Thu May 31 15:23:14 2012] [notice] Parent: Created child process 1764

[Thu May 31 15:23:15 2012] [notice] Digest: generating secret for digest authentication ...

[Thu May 31 15:23:15 2012] [notice] Digest: done

[Thu May 31 15:23:16 2012] [notice] Child 1764: Child process is running

[Thu May 31 15:23:16 2012] [notice] Child 1764: Acquired the start mutex.

[Thu May 31 15:23:16 2012] [notice] Child 1764: Starting 150 worker threads.

[Thu May 31 15:23:16 2012] [notice] Child 1764: Starting thread to listen on port 80.

[Thu May 31 15:23:16 2012] [notice] Child 1764: Starting thread to listen on port 443.

[Thu May 31 15:23:16 2012] [notice] Child 1764: Starting thread to listen on port 443.

[Thu May 31 15:23:16 2012] [notice] Child 1764: Starting thread to listen on port 80.

Terminating on signal SIGTERM(15)

[Thu May 31 20:12:36 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Thu May 31 20:12:36 2012] [notice] Digest: generating secret for digest authentication ...

[Thu May 31 20:12:36 2012] [notice] Digest: done

[Thu May 31 20:12:37 2012] [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

[Thu May 31 20:12:37 2012] [notice] Server built: Sep 10 2011 11:34:11

[Thu May 31 20:12:37 2012] [notice] Parent: Created child process 2532

[Thu May 31 20:12:39 2012] [notice] Digest: generating secret for digest authentication ...

[Thu May 31 20:12:39 2012] [notice] Digest: done

[Thu May 31 20:12:39 2012] [notice] Child 2532: Child process is running

[Thu May 31 20:12:39 2012] [notice] Child 2532: Acquired the start mutex.

[Thu May 31 20:12:39 2012] [notice] Child 2532: Starting 150 worker threads.

[Thu May 31 20:12:39 2012] [notice] Child 2532: Starting thread to listen on port 443.

[Thu May 31 20:12:39 2012] [notice] Child 2532: Starting thread to listen on port 443.

[Thu May 31 20:12:39 2012] [notice] Child 2532: Starting thread to listen on port 80.

[Thu May 31 20:12:39 2012] [notice] Child 2532: Starting thread to listen on port 80.

Terminating on signal SIGTERM(15)

[Thu May 31 23:14:19 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Thu May 31 23:14:19 2012] [notice] Digest: generating secret for digest authentication ...

[Thu May 31 23:14:19 2012] [notice] Digest: done

[Thu May 31 23:14:26 2012] [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

[Thu May 31 23:14:26 2012] [notice] Server built: Sep 10 2011 11:34:11

[Thu May 31 23:14:26 2012] [notice] Parent: Created child process 3736

[Thu May 31 23:14:48 2012] [notice] Digest: generating secret for digest authentication ...

[Thu May 31 23:14:48 2012] [notice] Digest: done

[Thu May 31 23:14:49 2012] [notice] Child 3736: Child process is running

[Thu May 31 23:14:49 2012] [notice] Child 3736: Acquired the start mutex.

[Thu May 31 23:14:49 2012] [notice] Child 3736: Starting 150 worker threads.

[Thu May 31 23:14:49 2012] [notice] Child 3736: Starting thread to listen on port 443.

[Thu May 31 23:14:49 2012] [notice] Child 3736: Starting thread to listen on port 443.

[Thu May 31 23:14:49 2012] [notice] Child 3736: Starting thread to listen on port 80.

[Thu May 31 23:14:49 2012] [notice] Child 3736: Starting thread to listen on port 80.

Terminating on signal SIGTERM(15)

[Fri Jun 01 09:23:27 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Fri Jun 01 09:23:27 2012] [notice] Digest: generating secret for digest authentication ...

[Fri Jun 01 09:23:27 2012] [notice] Digest: done

[Fri Jun 01 09:23:28 2012] [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

[Fri Jun 01 09:23:28 2012] [notice] Server built: Sep 10 2011 11:34:11

[Fri Jun 01 09:23:28 2012] [notice] Parent: Created child process 2588

[Fri Jun 01 09:23:29 2012] [notice] Digest: generating secret for digest authentication ...

[Fri Jun 01 09:23:29 2012] [notice] Digest: done

[Fri Jun 01 09:23:30 2012] [notice] Child 2588: Child process is running

[Fri Jun 01 09:23:30 2012] [notice] Child 2588: Acquired the start mutex.

[Fri Jun 01 09:23:30 2012] [notice] Child 2588: Starting 150 worker threads.

[Fri Jun 01 09:23:30 2012] [notice] Child 2588: Starting thread to listen on port 443.

[Fri Jun 01 09:23:30 2012] [notice] Child 2588: Starting thread to listen on port 443.

[Fri Jun 01 09:23:30 2012] [notice] Child 2588: Starting thread to listen on port 80.

[Fri Jun 01 09:23:30 2012] [notice] Child 2588: Starting thread to listen on port 80.

Terminating on signal SIGTERM(15)

[Fri Jun 01 17:04:44 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Fri Jun 01 17:04:44 2012] [notice] Digest: generating secret for digest authentication ...

[Fri Jun 01 17:04:44 2012] [notice] Digest: done

[Fri Jun 01 17:04:48 2012] [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

[Fri Jun 01 17:04:48 2012] [notice] Server built: Sep 10 2011 11:34:11

[Fri Jun 01 17:04:48 2012] [notice] Parent: Created child process 3628

[Fri Jun 01 17:04:49 2012] [notice] Digest: generating secret for digest authentication ...

[Fri Jun 01 17:04:49 2012] [notice] Digest: done

[Fri Jun 01 17:04:50 2012] [notice] Child 3628: Child process is running

[Fri Jun 01 17:04:52 2012] [notice] Child 3628: Acquired the start mutex.

[Fri Jun 01 17:04:52 2012] [notice] Child 3628: Starting 150 worker threads.

[Fri Jun 01 17:04:52 2012] [notice] Child 3628: Starting thread to listen on port 443.

[Fri Jun 01 17:04:52 2012] [notice] Child 3628: Starting thread to listen on port 443.

[Fri Jun 01 17:04:52 2012] [notice] Child 3628: Starting thread to listen on port 80.

[Fri Jun 01 17:04:52 2012] [notice] Child 3628: Starting thread to listen on port 80.

[Fri Jun 01 17:05:00 2012] [error] [client 127.0.0.1] user admin not found: /xampp/

[Fri Jun 01 17:05:06 2012] [error] [client 127.0.0.1] user admin not found: /xampp/

[Fri Jun 01 17:05:14 2012] [error] [client 127.0.0.1] user admin not found: /xampp/

[Fri Jun 01 17:05:22 2012] [error] [client 127.0.0.1] user admin not found: /xampp/

[Fri Jun 01 17:05:29 2012] [error] [client 127.0.0.1] user admin not found: /xampp/

[Fri Jun 01 17:05:57 2012] [error] [client 127.0.0.1] user admin not found: /xampp/

[Fri Jun 01 17:06:05 2012] [error] [client 127.0.0.1] user admin not found: /xampp/

[Fri Jun 01 17:06:08 2012] [error] [client 127.0.0.1] user admin not found: /xampp/

[Fri Jun 01 17:06:20 2012] [error] [client 127.0.0.1] user moodle not found: /xampp/

[Fri Jun 01 17:06:27 2012] [error] [client 127.0.0.1] user moodle not found: /xampp/

[Fri Jun 01 17:06:34 2012] [error] [client 127.0.0.1] user admin not found: /xampp/

[Fri Jun 01 17:07:30 2012] [error] [client 127.0.0.1] user admin not found: /xampp/

[Fri Jun 01 17:07:33 2012] [error] [client 127.0.0.1] user admin not found: /xampp/

[Fri Jun 01 17:07:37 2012] [error] [client 127.0.0.1] user moodle not found: /xampp/

[Fri Jun 01 17:07:41 2012] [error] [client 127.0.0.1] user admin not found: /xampp/

[Fri Jun 01 17:16:58 2012] [error] [client 127.0.0.1] (OS 2)The system cannot find the file specified.  : Could not open password file: C:/xampp/security/xampp.users

[Fri Jun 01 17:17:00 2012] [error] [client 127.0.0.1] (OS 2)The system cannot find the file specified.  : Could not open password file: C:/xampp/security/xampp.users

[Fri Jun 01 17:17:02 2012] [error] [client 127.0.0.1] (OS 2)The system cannot find the file specified.  : Could not open password file: C:/xampp/security/xampp.users

[Fri Jun 01 17:17:04 2012] [error] [client 127.0.0.1] (OS 2)The system cannot find the file specified.  : Could not open password file: C:/xampp/security/xampp.users

[Fri Jun 01 17:17:14 2012] [error] [client 127.0.0.1] (OS 2)The system cannot find the file specified.  : Could not open password file: C:/xampp/security/xampp.users

[Fri Jun 01 17:17:26 2012] [error] [client 127.0.0.1] (OS 2)The system cannot find the file specified.  : Could not open password file: C:/xampp/security/xampp.users

[Fri Jun 01 17:17:30 2012] [error] [client 127.0.0.1] (OS 2)The system cannot find the file specified.  : Could not open password file: C:/xampp/security/xampp.users

[Fri Jun 01 17:17:56 2012] [error] [client 127.0.0.1] user root: authentication failure for "/xampp/": Password Mismatch

[Fri Jun 01 17:17:59 2012] [error] [client 127.0.0.1] user root: authentication failure for "/xampp/": Password Mismatch

[Fri Jun 01 17:18:04 2012] [error] [client 127.0.0.1] user root: authentication failure for "/xampp/": Password Mismatch

[Fri Jun 01 17:18:17 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/xampp/moodle

[Fri Jun 01 17:51:26 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Fri Jun 01 17:51:26 2012] [notice] Digest: generating secret for digest authentication ...

[Fri Jun 01 17:51:26 2012] [notice] Digest: done

[Fri Jun 01 17:51:29 2012] [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

[Fri Jun 01 17:51:29 2012] [notice] Server built: Sep 10 2011 11:34:11

[Fri Jun 01 17:51:29 2012] [notice] Parent: Created child process 3896

[Fri Jun 01 17:51:30 2012] [notice] Digest: generating secret for digest authentication ...

[Fri Jun 01 17:51:30 2012] [notice] Digest: done

[Fri Jun 01 17:51:31 2012] [notice] Child 3896: Child process is running

[Fri Jun 01 17:51:31 2012] [notice] Child 3896: Acquired the start mutex.

[Fri Jun 01 17:51:31 2012] [notice] Child 3896: Starting 150 worker threads.

[Fri Jun 01 17:51:31 2012] [notice] Child 3896: Starting thread to listen on port 443.

[Fri Jun 01 17:51:31 2012] [notice] Child 3896: Starting thread to listen on port 443.

[Fri Jun 01 17:51:31 2012] [notice] Child 3896: Starting thread to listen on port 80.

[Fri Jun 01 17:51:31 2012] [notice] Child 3896: Starting thread to listen on port 80.

[Fri Jun 01 18:54:08 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Fri Jun 01 18:54:08 2012] [notice] Digest: generating secret for digest authentication ...

[Fri Jun 01 18:54:08 2012] [notice] Digest: done

[Fri Jun 01 18:54:12 2012] [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

[Fri Jun 01 18:54:12 2012] [notice] Server built: Sep 10 2011 11:34:11

[Fri Jun 01 18:54:12 2012] [notice] Parent: Created child process 3904

[Fri Jun 01 18:54:13 2012] [notice] Digest: generating secret for digest authentication ...

[Fri Jun 01 18:54:13 2012] [notice] Digest: done

[Fri Jun 01 18:54:14 2012] [notice] Child 3904: Child process is running

[Fri Jun 01 18:54:14 2012] [notice] Child 3904: Acquired the start mutex.

[Fri Jun 01 18:54:14 2012] [notice] Child 3904: Starting 150 worker threads.

[Fri Jun 01 18:54:14 2012] [notice] Child 3904: Starting thread to listen on port 443.

[Fri Jun 01 18:54:14 2012] [notice] Child 3904: Starting thread to listen on port 443.

[Fri Jun 01 18:54:14 2012] [notice] Child 3904: Starting thread to listen on port 80.

[Fri Jun 01 18:54:14 2012] [notice] Child 3904: Starting thread to listen on port 80.

Terminating on signal SIGTERM(15)

[Sat Jun 02 08:01:21 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Sat Jun 02 08:01:21 2012] [notice] Digest: generating secret for digest authentication ...

[Sat Jun 02 08:01:21 2012] [notice] Digest: done

[Sat Jun 02 08:01:23 2012] [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

[Sat Jun 02 08:01:23 2012] [notice] Server built: Sep 10 2011 11:34:11

[Sat Jun 02 08:01:23 2012] [notice] Parent: Created child process 4048

[Sat Jun 02 08:01:24 2012] [notice] Digest: generating secret for digest authentication ...

[Sat Jun 02 08:01:24 2012] [notice] Digest: done

[Sat Jun 02 08:01:25 2012] [notice] Child 4048: Child process is running

[Sat Jun 02 08:01:25 2012] [notice] Child 4048: Acquired the start mutex.

[Sat Jun 02 08:01:25 2012] [notice] Child 4048: Starting 150 worker threads.

[Sat Jun 02 08:01:25 2012] [notice] Child 4048: Starting thread to listen on port 443.

[Sat Jun 02 08:01:25 2012] [notice] Child 4048: Starting thread to listen on port 443.

[Sat Jun 02 08:01:25 2012] [notice] Child 4048: Starting thread to listen on port 80.

[Sat Jun 02 08:01:25 2012] [notice] Child 4048: Starting thread to listen on port 80.

Terminating on signal SIGTERM(15)

[Sun Jun 03 13:06:05 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Sun Jun 03 13:06:05 2012] [notice] Digest: generating secret for digest authentication ...

[Sun Jun 03 13:06:05 2012] [notice] Digest: done

[Sun Jun 03 13:06:16 2012] [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

[Sun Jun 03 13:06:16 2012] [notice] Server built: Sep 10 2011 11:34:11

[Sun Jun 03 13:06:16 2012] [notice] Parent: Created child process 5524

[Sun Jun 03 13:06:17 2012] [notice] Digest: generating secret for digest authentication ...

[Sun Jun 03 13:06:17 2012] [notice] Digest: done

[Sun Jun 03 13:06:18 2012] [notice] Child 5524: Child process is running

[Sun Jun 03 13:06:18 2012] [notice] Child 5524: Acquired the start mutex.

[Sun Jun 03 13:06:18 2012] [notice] Child 5524: Starting 150 worker threads.

[Sun Jun 03 13:06:18 2012] [notice] Child 5524: Starting thread to listen on port 443.

[Sun Jun 03 13:06:18 2012] [notice] Child 5524: Starting thread to listen on port 443.

[Sun Jun 03 13:06:18 2012] [notice] Child 5524: Starting thread to listen on port 80.

[Sun Jun 03 13:06:18 2012] [notice] Child 5524: Starting thread to listen on port 80.

Terminating on signal SIGTERM(15)

[Sun Jun 03 20:06:18 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Sun Jun 03 20:06:18 2012] [notice] Digest: generating secret for digest authentication ...

[Sun Jun 03 20:06:18 2012] [notice] Digest: done

[Sun Jun 03 20:06:21 2012] [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

[Sun Jun 03 20:06:21 2012] [notice] Server built: Sep 10 2011 11:34:11

[Sun Jun 03 20:06:21 2012] [notice] Parent: Created child process 3208

[Sun Jun 03 20:06:23 2012] [notice] Digest: generating secret for digest authentication ...

[Sun Jun 03 20:06:23 2012] [notice] Digest: done

[Sun Jun 03 20:06:24 2012] [notice] Child 3208: Child process is running

[Sun Jun 03 20:06:24 2012] [notice] Child 3208: Acquired the start mutex.

[Sun Jun 03 20:06:24 2012] [notice] Child 3208: Starting 150 worker threads.

[Sun Jun 03 20:06:24 2012] [notice] Child 3208: Starting thread to listen on port 443.

[Sun Jun 03 20:06:24 2012] [notice] Child 3208: Starting thread to listen on port 443.

[Sun Jun 03 20:06:24 2012] [notice] Child 3208: Starting thread to listen on port 80.

[Sun Jun 03 20:06:24 2012] [notice] Child 3208: Starting thread to listen on port 80.

[Sun Jun 03 20:15:56 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

[Sun Jun 03 20:46:00 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

[Sun Jun 03 21:16:48 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

[Sun Jun 03 21:46:52 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

[Sun Jun 03 22:16:56 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

[Sun Jun 03 22:47:00 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

Terminating on signal SIGTERM(15)

[Mon Jun 04 09:26:51 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Mon Jun 04 09:26:51 2012] [notice] Digest: generating secret for digest authentication ...

[Mon Jun 04 09:26:51 2012] [notice] Digest: done

[Mon Jun 04 09:26:55 2012] [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

[Mon Jun 04 09:26:55 2012] [notice] Server built: Sep 10 2011 11:34:11

[Mon Jun 04 09:26:55 2012] [notice] Parent: Created child process 3808

[Mon Jun 04 09:26:56 2012] [notice] Digest: generating secret for digest authentication ...

[Mon Jun 04 09:26:56 2012] [notice] Digest: done

[Mon Jun 04 09:26:57 2012] [notice] Child 3808: Child process is running

[Mon Jun 04 09:26:57 2012] [notice] Child 3808: Acquired the start mutex.

[Mon Jun 04 09:26:57 2012] [notice] Child 3808: Starting 150 worker threads.

[Mon Jun 04 09:26:57 2012] [notice] Child 3808: Starting thread to listen on port 443.

[Mon Jun 04 09:26:57 2012] [notice] Child 3808: Starting thread to listen on port 443.

[Mon Jun 04 09:26:57 2012] [notice] Child 3808: Starting thread to listen on port 80.

[Mon Jun 04 09:26:57 2012] [notice] Child 3808: Starting thread to listen on port 80.

[Mon Jun 04 11:25:44 2012] [error] [client 127.0.0.1] user admin not found: /xampp/

[Mon Jun 04 11:25:54 2012] [error] [client 127.0.0.1] user root: authentication failure for "/xampp/": Password Mismatch

[Mon Jun 04 11:25:57 2012] [error] [client 127.0.0.1] user admin not found: /xampp/

[Mon Jun 04 11:26:01 2012] [error] [client 127.0.0.1] user root: authentication failure for "/xampp/": Password Mismatch

[Mon Jun 04 11:26:20 2012] [error] [client 127.0.0.1] user admin not found: /xampp/

[Mon Jun 04 11:26:24 2012] [error] [client 127.0.0.1] user root: authentication failure for "/xampp/": Password Mismatch

[Mon Jun 04 11:26:39 2012] [error] [client 127.0.0.1] user admin not found: /xampp/

[Mon Jun 04 11:26:43 2012] [error] [client 127.0.0.1] user root: authentication failure for "/xampp/": Password Mismatch

[Mon Jun 04 11:28:00 2012] [error] [client 127.0.0.1] user admin not found: /security/xamppsecurity.php

[Mon Jun 04 11:28:02 2012] [error] [client 127.0.0.1] user che not found: /security/xamppsecurity.php

Terminating on signal SIGTERM(15)

[Mon Jun 04 16:01:26 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Mon Jun 04 16:01:26 2012] [notice] Digest: generating secret for digest authentication ...

[Mon Jun 04 16:01:26 2012] [notice] Digest: done

[Mon Jun 04 16:01:33 2012] [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

[Mon Jun 04 16:01:33 2012] [notice] Server built: Sep 10 2011 11:34:11

[Mon Jun 04 16:01:33 2012] [notice] Parent: Created child process 4440

[Mon Jun 04 16:01:34 2012] [notice] Digest: generating secret for digest authentication ...

[Mon Jun 04 16:01:34 2012] [notice] Digest: done

[Mon Jun 04 16:01:35 2012] [notice] Child 4440: Child process is running

[Mon Jun 04 16:01:35 2012] [notice] Child 4440: Acquired the start mutex.

[Mon Jun 04 16:01:35 2012] [notice] Child 4440: Starting 150 worker threads.

[Mon Jun 04 16:01:35 2012] [notice] Child 4440: Starting thread to listen on port 443.

[Mon Jun 04 16:01:35 2012] [notice] Child 4440: Starting thread to listen on port 80.

[Mon Jun 04 16:01:35 2012] [notice] Child 4440: Starting thread to listen on port 443.

[Mon Jun 04 16:01:35 2012] [notice] Child 4440: Starting thread to listen on port 80.

Terminating on signal SIGTERM(15)

[Mon Jun 04 17:28:06 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Mon Jun 04 17:28:06 2012] [notice] Digest: generating secret for digest authentication ...

[Mon Jun 04 17:28:06 2012] [notice] Digest: done

[Mon Jun 04 17:28:09 2012] [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

[Mon Jun 04 17:28:09 2012] [notice] Server built: Sep 10 2011 11:34:11

[Mon Jun 04 17:28:09 2012] [notice] Parent: Created child process 3052

[Mon Jun 04 17:28:10 2012] [notice] Digest: generating secret for digest authentication ...

[Mon Jun 04 17:28:10 2012] [notice] Digest: done

[Mon Jun 04 17:28:10 2012] [notice] Child 3052: Child process is running

[Mon Jun 04 17:28:11 2012] [notice] Child 3052: Acquired the start mutex.

[Mon Jun 04 17:28:11 2012] [notice] Child 3052: Starting 150 worker threads.

[Mon Jun 04 17:28:11 2012] [notice] Child 3052: Starting thread to listen on port 443.

[Mon Jun 04 17:28:11 2012] [notice] Child 3052: Starting thread to listen on port 80.

[Mon Jun 04 17:28:11 2012] [notice] Child 3052: Starting thread to listen on port 443.

[Mon Jun 04 17:28:11 2012] [notice] Child 3052: Starting thread to listen on port 80.

[Mon Jun 04 21:19:06 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Mon Jun 04 21:19:06 2012] [notice] Digest: generating secret for digest authentication ...

[Mon Jun 04 21:19:06 2012] [notice] Digest: done

[Mon Jun 04 21:19:12 2012] [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

[Mon Jun 04 21:19:12 2012] [notice] Server built: Sep 10 2011 11:34:11

[Mon Jun 04 21:19:12 2012] [notice] Parent: Created child process 4264

[Mon Jun 04 21:19:13 2012] [notice] Digest: generating secret for digest authentication ...

[Mon Jun 04 21:19:13 2012] [notice] Digest: done

[Mon Jun 04 21:19:14 2012] [notice] Child 4264: Child process is running

[Mon Jun 04 21:19:14 2012] [notice] Child 4264: Acquired the start mutex.

[Mon Jun 04 21:19:14 2012] [notice] Child 4264: Starting 150 worker threads.

[Mon Jun 04 21:19:14 2012] [notice] Child 4264: Starting thread to listen on port 443.

[Mon Jun 04 21:19:14 2012] [notice] Child 4264: Starting thread to listen on port 443.

[Mon Jun 04 21:19:14 2012] [notice] Child 4264: Starting thread to listen on port 80.

[Mon Jun 04 21:19:14 2012] [notice] Child 4264: Starting thread to listen on port 80.

Terminating on signal SIGTERM(15)

[Tue Jun 05 08:15:54 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Tue Jun 05 08:15:54 2012] [notice] Digest: generating secret for digest authentication ...

[Tue Jun 05 08:15:54 2012] [notice] Digest: done

[Tue Jun 05 08:15:57 2012] [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

[Tue Jun 05 08:15:57 2012] [notice] Server built: Sep 10 2011 11:34:11

[Tue Jun 05 08:15:57 2012] [notice] Parent: Created child process 3812

[Tue Jun 05 08:15:58 2012] [notice] Digest: generating secret for digest authentication ...

[Tue Jun 05 08:15:58 2012] [notice] Digest: done

[Tue Jun 05 08:15:59 2012] [notice] Child 3812: Child process is running

[Tue Jun 05 08:15:59 2012] [notice] Child 3812: Acquired the start mutex.

[Tue Jun 05 08:15:59 2012] [notice] Child 3812: Starting 150 worker threads.

[Tue Jun 05 08:15:59 2012] [notice] Child 3812: Starting thread to listen on port 80.

[Tue Jun 05 08:15:59 2012] [notice] Child 3812: Starting thread to listen on port 80.

[Tue Jun 05 08:15:59 2012] [notice] Child 3812: Starting thread to listen on port 443.

[Tue Jun 05 08:15:59 2012] [notice] Child 3812: Starting thread to listen on port 443.

Terminating on signal SIGTERM(15)

[Tue Jun 05 15:58:40 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Tue Jun 05 15:58:40 2012] [notice] Digest: generating secret for digest authentication ...

[Tue Jun 05 15:58:40 2012] [notice] Digest: done

[Tue Jun 05 15:58:44 2012] [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

[Tue Jun 05 15:58:44 2012] [notice] Server built: Sep 10 2011 11:34:11

[Tue Jun 05 15:58:44 2012] [notice] Parent: Created child process 4048

[Tue Jun 05 15:58:45 2012] [notice] Digest: generating secret for digest authentication ...

[Tue Jun 05 15:58:45 2012] [notice] Digest: done

[Tue Jun 05 15:58:46 2012] [notice] Child 4048: Child process is running

[Tue Jun 05 15:58:49 2012] [notice] Child 4048: Acquired the start mutex.

[Tue Jun 05 15:58:49 2012] [notice] Child 4048: Starting 150 worker threads.

[Tue Jun 05 15:58:49 2012] [notice] Child 4048: Starting thread to listen on port 443.

[Tue Jun 05 15:58:49 2012] [notice] Child 4048: Starting thread to listen on port 443.

[Tue Jun 05 15:58:49 2012] [notice] Child 4048: Starting thread to listen on port 80.

[Tue Jun 05 15:58:49 2012] [notice] Child 4048: Starting thread to listen on port 80.

[Tue Jun 05 19:34:18 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Tue Jun 05 19:34:18 2012] [notice] Digest: generating secret for digest authentication ...

[Tue Jun 05 19:34:18 2012] [notice] Digest: done

[Tue Jun 05 19:34:23 2012] [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

[Tue Jun 05 19:34:23 2012] [notice] Server built: Sep 10 2011 11:34:11

[Tue Jun 05 19:34:23 2012] [notice] Parent: Created child process 3300

[Tue Jun 05 19:34:24 2012] [notice] Digest: generating secret for digest authentication ...

[Tue Jun 05 19:34:24 2012] [notice] Digest: done

[Tue Jun 05 19:34:25 2012] [notice] Child 3300: Child process is running

[Tue Jun 05 19:34:28 2012] [notice] Child 3300: Acquired the start mutex.

[Tue Jun 05 19:34:28 2012] [notice] Child 3300: Starting 150 worker threads.

[Tue Jun 05 19:34:28 2012] [notice] Child 3300: Starting thread to listen on port 443.

[Tue Jun 05 19:34:28 2012] [notice] Child 3300: Starting thread to listen on port 443.

[Tue Jun 05 19:34:28 2012] [notice] Child 3300: Starting thread to listen on port 80.

[Tue Jun 05 19:34:28 2012] [notice] Child 3300: Starting thread to listen on port 80.

Terminating on signal SIGTERM(15)

[Tue Jun 05 19:52:08 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Tue Jun 05 19:52:09 2012] [notice] Digest: generating secret for digest authentication ...

[Tue Jun 05 19:52:09 2012] [notice] Digest: done

[Tue Jun 05 19:52:20 2012] [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

[Tue Jun 05 19:52:20 2012] [notice] Server built: Sep 10 2011 11:34:11

[Tue Jun 05 19:52:20 2012] [notice] Parent: Created child process 4500

[Tue Jun 05 19:52:21 2012] [notice] Digest: generating secret for digest authentication ...

[Tue Jun 05 19:52:21 2012] [notice] Digest: done

[Tue Jun 05 19:52:22 2012] [notice] Child 4500: Child process is running

[Tue Jun 05 19:52:22 2012] [notice] Child 4500: Acquired the start mutex.

[Tue Jun 05 19:52:22 2012] [notice] Child 4500: Starting 150 worker threads.

[Tue Jun 05 19:52:22 2012] [notice] Child 4500: Starting thread to listen on port 443.

[Tue Jun 05 19:52:22 2012] [notice] Child 4500: Starting thread to listen on port 80.

[Tue Jun 05 19:52:22 2012] [notice] Child 4500: Starting thread to listen on port 443.

[Tue Jun 05 19:52:22 2012] [notice] Child 4500: Starting thread to listen on port 80.

Terminating on signal SIGTERM(15)

[Tue Jun 05 20:46:45 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Tue Jun 05 20:46:45 2012] [notice] Digest: generating secret for digest authentication ...

[Tue Jun 05 20:46:45 2012] [notice] Digest: done

[Tue Jun 05 20:46:46 2012] [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

[Tue Jun 05 20:46:46 2012] [notice] Server built: Sep 10 2011 11:34:11

[Tue Jun 05 20:46:46 2012] [notice] Parent: Created child process 4424

[Tue Jun 05 20:46:48 2012] [notice] Digest: generating secret for digest authentication ...

[Tue Jun 05 20:46:48 2012] [notice] Digest: done

[Tue Jun 05 20:46:49 2012] [notice] Child 4424: Child process is running

[Tue Jun 05 20:46:49 2012] [notice] Child 4424: Acquired the start mutex.

[Tue Jun 05 20:46:49 2012] [notice] Child 4424: Starting 150 worker threads.

[Tue Jun 05 20:46:49 2012] [notice] Child 4424: Starting thread to listen on port 443.

[Tue Jun 05 20:46:49 2012] [notice] Child 4424: Starting thread to listen on port 443.

[Tue Jun 05 20:46:49 2012] [notice] Child 4424: Starting thread to listen on port 80.

[Tue Jun 05 20:46:49 2012] [notice] Child 4424: Starting thread to listen on port 80.

Terminating on signal SIGTERM(15)

[Wed Jun 06 08:47:09 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Wed Jun 06 08:47:09 2012] [notice] Digest: generating secret for digest authentication ...

[Wed Jun 06 08:47:09 2012] [notice] Digest: done

[Wed Jun 06 08:47:10 2012] [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 Jun 06 08:47:10 2012] [notice] Server built: Sep 10 2011 11:34:11

[Wed Jun 06 08:47:10 2012] [notice] Parent: Created child process 3324

[Wed Jun 06 08:47:11 2012] [notice] Digest: generating secret for digest authentication ...

[Wed Jun 06 08:47:11 2012] [notice] Digest: done

[Wed Jun 06 08:47:12 2012] [notice] Child 3324: Child process is running

[Wed Jun 06 08:47:12 2012] [notice] Child 3324: Acquired the start mutex.

[Wed Jun 06 08:47:12 2012] [notice] Child 3324: Starting 150 worker threads.

[Wed Jun 06 08:47:12 2012] [notice] Child 3324: Starting thread to listen on port 443.

[Wed Jun 06 08:47:12 2012] [notice] Child 3324: Starting thread to listen on port 80.

[Wed Jun 06 08:47:12 2012] [notice] Child 3324: Starting thread to listen on port 443.

[Wed Jun 06 08:47:12 2012] [notice] Child 3324: Starting thread to listen on port 80.

[Wed Jun 06 10:03:10 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

[Wed Jun 06 10:33:13 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

[Wed Jun 06 11:04:01 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

[Wed Jun 06 11:34:05 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

[Wed Jun 06 12:04:10 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

[Wed Jun 06 12:34:13 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

[Wed Jun 06 13:05:01 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

[Wed Jun 06 13:35:05 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

[Wed Jun 06 14:05:10 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

[Wed Jun 06 14:35:13 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

Terminating on signal SIGTERM(15)

[Thu Jun 07 18:08:34 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Thu Jun 07 18:08:34 2012] [notice] Digest: generating secret for digest authentication ...

[Thu Jun 07 18:08:34 2012] [notice] Digest: done

[Thu Jun 07 18:08:37 2012] [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

[Thu Jun 07 18:08:37 2012] [notice] Server built: Sep 10 2011 11:34:11

[Thu Jun 07 18:08:37 2012] [notice] Parent: Created child process 2764

[Thu Jun 07 18:08:39 2012] [notice] Digest: generating secret for digest authentication ...

[Thu Jun 07 18:08:39 2012] [notice] Digest: done

[Thu Jun 07 18:08:39 2012] [notice] Child 2764: Child process is running

[Thu Jun 07 18:08:40 2012] [notice] Child 2764: Acquired the start mutex.

[Thu Jun 07 18:08:40 2012] [notice] Child 2764: Starting 150 worker threads.

[Thu Jun 07 18:08:40 2012] [notice] Child 2764: Starting thread to listen on port 443.

[Thu Jun 07 18:08:40 2012] [notice] Child 2764: Starting thread to listen on port 443.

[Thu Jun 07 18:08:40 2012] [notice] Child 2764: Starting thread to listen on port 80.

[Thu Jun 07 18:08:40 2012] [notice] Child 2764: Starting thread to listen on port 80.

[Thu Jun 07 18:11:17 2012] [error] [client 127.0.0.1] user admin not found: /xampp/

[Thu Jun 07 18:12:29 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

[Thu Jun 07 18:42:33 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

[Thu Jun 07 19:12:37 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

[Thu Jun 07 19:42:41 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

[Thu Jun 07 20:12:45 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

[Thu Jun 07 20:42:49 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

[Thu Jun 07 21:12:53 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

[Thu Jun 07 21:42:57 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

[Thu Jun 07 22:13:01 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

[Thu Jun 07 22:43:05 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

Terminating on signal SIGTERM(15)

[Thu Jun 07 23:05:04 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Thu Jun 07 23:05:04 2012] [notice] Digest: generating secret for digest authentication ...

[Thu Jun 07 23:05:04 2012] [notice] Digest: done

[Thu Jun 07 23:05:08 2012] [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

[Thu Jun 07 23:05:08 2012] [notice] Server built: Sep 10 2011 11:34:11

[Thu Jun 07 23:05:08 2012] [notice] Parent: Created child process 3620

[Thu Jun 07 23:05:09 2012] [notice] Digest: generating secret for digest authentication ...

[Thu Jun 07 23:05:09 2012] [notice] Digest: done

[Thu Jun 07 23:05:09 2012] [notice] Child 3620: Child process is running

[Thu Jun 07 23:05:10 2012] [notice] Child 3620: Acquired the start mutex.

[Thu Jun 07 23:05:10 2012] [notice] Child 3620: Starting 150 worker threads.

[Thu Jun 07 23:05:10 2012] [notice] Child 3620: Starting thread to listen on port 443.

[Thu Jun 07 23:05:10 2012] [notice] Child 3620: Starting thread to listen on port 443.

[Thu Jun 07 23:05:10 2012] [notice] Child 3620: Starting thread to listen on port 80.

[Thu Jun 07 23:05:10 2012] [notice] Child 3620: Starting thread to listen on port 80.

Terminating on signal SIGTERM(15)

[Fri Jun 08 10:05:27 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Fri Jun 08 10:05:27 2012] [notice] Digest: generating secret for digest authentication ...

[Fri Jun 08 10:05:27 2012] [notice] Digest: done

[Fri Jun 08 10:05:30 2012] [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

[Fri Jun 08 10:05:30 2012] [notice] Server built: Sep 10 2011 11:34:11

[Fri Jun 08 10:05:30 2012] [notice] Parent: Created child process 3456

[Fri Jun 08 10:05:32 2012] [notice] Digest: generating secret for digest authentication ...

[Fri Jun 08 10:05:32 2012] [notice] Digest: done

[Fri Jun 08 10:05:32 2012] [notice] Child 3456: Child process is running

[Fri Jun 08 10:05:33 2012] [notice] Child 3456: Acquired the start mutex.

[Fri Jun 08 10:05:33 2012] [notice] Child 3456: Starting 150 worker threads.

[Fri Jun 08 10:05:33 2012] [notice] Child 3456: Starting thread to listen on port 443.

[Fri Jun 08 10:05:33 2012] [notice] Child 3456: Starting thread to listen on port 443.

[Fri Jun 08 10:05:33 2012] [notice] Child 3456: Starting thread to listen on port 80.

[Fri Jun 08 10:05:33 2012] [notice] Child 3456: Starting thread to listen on port 80.

Terminating on signal SIGTERM(15)

[Fri Jun 08 13:11:21 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Fri Jun 08 13:11:21 2012] [notice] Digest: generating secret for digest authentication ...

[Fri Jun 08 13:11:21 2012] [notice] Digest: done

[Fri Jun 08 13:11:25 2012] [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

[Fri Jun 08 13:11:25 2012] [notice] Server built: Sep 10 2011 11:34:11

[Fri Jun 08 13:11:25 2012] [notice] Parent: Created child process 440

[Fri Jun 08 13:11:26 2012] [notice] Digest: generating secret for digest authentication ...

[Fri Jun 08 13:11:26 2012] [notice] Digest: done

[Fri Jun 08 13:11:27 2012] [notice] Child 440: Child process is running

[Fri Jun 08 13:11:27 2012] [notice] Child 440: Acquired the start mutex.

[Fri Jun 08 13:11:27 2012] [notice] Child 440: Starting 150 worker threads.

[Fri Jun 08 13:11:27 2012] [notice] Child 440: Starting thread to listen on port 443.

[Fri Jun 08 13:11:27 2012] [notice] Child 440: Starting thread to listen on port 443.

[Fri Jun 08 13:11:27 2012] [notice] Child 440: Starting thread to listen on port 80.

[Fri Jun 08 13:11:27 2012] [notice] Child 440: Starting thread to listen on port 80.

Terminating on signal SIGTERM(15)

[Fri Jun 08 13:39:43 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Fri Jun 08 13:39:43 2012] [notice] Digest: generating secret for digest authentication ...

[Fri Jun 08 13:39:43 2012] [notice] Digest: done

[Fri Jun 08 13:39:46 2012] [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

[Fri Jun 08 13:39:46 2012] [notice] Server built: Sep 10 2011 11:34:11

[Fri Jun 08 13:39:46 2012] [notice] Parent: Created child process 2040

[Fri Jun 08 13:39:47 2012] [notice] Digest: generating secret for digest authentication ...

[Fri Jun 08 13:39:47 2012] [notice] Digest: done

[Fri Jun 08 13:39:48 2012] [notice] Child 2040: Child process is running

[Fri Jun 08 13:39:48 2012] [notice] Child 2040: Acquired the start mutex.

[Fri Jun 08 13:39:48 2012] [notice] Child 2040: Starting 150 worker threads.

[Fri Jun 08 13:39:48 2012] [notice] Child 2040: Starting thread to listen on port 443.

[Fri Jun 08 13:39:48 2012] [notice] Child 2040: Starting thread to listen on port 443.

[Fri Jun 08 13:39:48 2012] [notice] Child 2040: Starting thread to listen on port 80.

[Fri Jun 08 13:39:48 2012] [notice] Child 2040: Starting thread to listen on port 80.

Terminating on signal SIGTERM(15)

[Fri Jun 08 15:20:54 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Fri Jun 08 15:20:54 2012] [notice] Digest: generating secret for digest authentication ...

[Fri Jun 08 15:20:54 2012] [notice] Digest: done

[Fri Jun 08 15:20:57 2012] [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

[Fri Jun 08 15:20:57 2012] [notice] Server built: Sep 10 2011 11:34:11

[Fri Jun 08 15:20:57 2012] [notice] Parent: Created child process 2672

[Fri Jun 08 15:20:58 2012] [notice] Digest: generating secret for digest authentication ...

[Fri Jun 08 15:20:58 2012] [notice] Digest: done

[Fri Jun 08 15:20:59 2012] [notice] Child 2672: Child process is running

[Fri Jun 08 15:20:59 2012] [notice] Child 2672: Acquired the start mutex.

[Fri Jun 08 15:20:59 2012] [notice] Child 2672: Starting 150 worker threads.

[Fri Jun 08 15:20:59 2012] [notice] Child 2672: Starting thread to listen on port 443.

[Fri Jun 08 15:20:59 2012] [notice] Child 2672: Starting thread to listen on port 80.

[Fri Jun 08 15:20:59 2012] [notice] Child 2672: Starting thread to listen on port 443.

[Fri Jun 08 15:20:59 2012] [notice] Child 2672: Starting thread to listen on port 80.

Terminating on signal SIGTERM(15)

[Fri Jun 08 17:12:58 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Fri Jun 08 17:12:58 2012] [notice] Digest: generating secret for digest authentication ...

[Fri Jun 08 17:12:58 2012] [notice] Digest: done

[Fri Jun 08 17:13:10 2012] [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

[Fri Jun 08 17:13:10 2012] [notice] Server built: Sep 10 2011 11:34:11

[Fri Jun 08 17:13:10 2012] [notice] Parent: Created child process 4248

[Fri Jun 08 17:13:11 2012] [notice] Digest: generating secret for digest authentication ...

[Fri Jun 08 17:13:11 2012] [notice] Digest: done

[Fri Jun 08 17:13:12 2012] [notice] Child 4248: Child process is running

[Fri Jun 08 17:13:13 2012] [notice] Child 4248: Acquired the start mutex.

[Fri Jun 08 17:13:13 2012] [notice] Child 4248: Starting 150 worker threads.

[Fri Jun 08 17:13:13 2012] [notice] Child 4248: Starting thread to listen on port 443.

[Fri Jun 08 17:13:13 2012] [notice] Child 4248: Starting thread to listen on port 80.

[Fri Jun 08 17:13:13 2012] [notice] Child 4248: Starting thread to listen on port 443.

[Fri Jun 08 17:13:13 2012] [notice] Child 4248: Starting thread to listen on port 80.

[Fri Jun 08 18:24:38 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

Terminating on signal SIGTERM(15)

[Sat Jun 09 12:59:32 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Sat Jun 09 12:59:32 2012] [notice] Digest: generating secret for digest authentication ...

[Sat Jun 09 12:59:32 2012] [notice] Digest: done

[Sat Jun 09 12:59:51 2012] [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

[Sat Jun 09 12:59:51 2012] [notice] Server built: Sep 10 2011 11:34:11

[Sat Jun 09 12:59:51 2012] [notice] Parent: Created child process 3288

[Sat Jun 09 12:59:52 2012] [notice] Digest: generating secret for digest authentication ...

[Sat Jun 09 12:59:52 2012] [notice] Digest: done

[Sat Jun 09 12:59:53 2012] [notice] Child 3288: Child process is running

[Sat Jun 09 12:59:53 2012] [notice] Child 3288: Acquired the start mutex.

[Sat Jun 09 12:59:53 2012] [notice] Child 3288: Starting 150 worker threads.

[Sat Jun 09 12:59:53 2012] [notice] Child 3288: Starting thread to listen on port 443.

[Sat Jun 09 12:59:53 2012] [notice] Child 3288: Starting thread to listen on port 80.

[Sat Jun 09 12:59:53 2012] [notice] Child 3288: Starting thread to listen on port 80.

[Sat Jun 09 12:59:53 2012] [notice] Child 3288: Starting thread to listen on port 443.

Terminating on signal SIGTERM(15)

[Sat Jun 09 15:49:02 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Sat Jun 09 15:49:02 2012] [notice] Digest: generating secret for digest authentication ...

[Sat Jun 09 15:49:02 2012] [notice] Digest: done

[Sat Jun 09 15:49:07 2012] [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

[Sat Jun 09 15:49:07 2012] [notice] Server built: Sep 10 2011 11:34:11

[Sat Jun 09 15:49:07 2012] [notice] Parent: Created child process 4264

[Sat Jun 09 15:49:09 2012] [notice] Digest: generating secret for digest authentication ...

[Sat Jun 09 15:49:09 2012] [notice] Digest: done

[Sat Jun 09 15:49:09 2012] [notice] Child 4264: Child process is running

[Sat Jun 09 15:49:09 2012] [notice] Child 4264: Acquired the start mutex.

[Sat Jun 09 15:49:09 2012] [notice] Child 4264: Starting 150 worker threads.

[Sat Jun 09 15:49:09 2012] [notice] Child 4264: Starting thread to listen on port 443.

[Sat Jun 09 15:49:09 2012] [notice] Child 4264: Starting thread to listen on port 443.

[Sat Jun 09 15:49:09 2012] [notice] Child 4264: Starting thread to listen on port 80.

[Sat Jun 09 15:49:09 2012] [notice] Child 4264: Starting thread to listen on port 80.

Terminating on signal SIGTERM(15)

[Sun Jun 10 08:38:39 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Sun Jun 10 08:38:39 2012] [notice] Digest: generating secret for digest authentication ...

[Sun Jun 10 08:38:39 2012] [notice] Digest: done

[Sun Jun 10 08:38:42 2012] [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

[Sun Jun 10 08:38:42 2012] [notice] Server built: Sep 10 2011 11:34:11

[Sun Jun 10 08:38:42 2012] [notice] Parent: Created child process 2440

[Sun Jun 10 08:38:43 2012] [notice] Digest: generating secret for digest authentication ...

[Sun Jun 10 08:38:43 2012] [notice] Digest: done

[Sun Jun 10 08:38:44 2012] [notice] Child 2440: Child process is running

[Sun Jun 10 08:38:44 2012] [notice] Child 2440: Acquired the start mutex.

[Sun Jun 10 08:38:44 2012] [notice] Child 2440: Starting 150 worker threads.

[Sun Jun 10 08:38:44 2012] [notice] Child 2440: Starting thread to listen on port 443.

[Sun Jun 10 08:38:44 2012] [notice] Child 2440: Starting thread to listen on port 443.

[Sun Jun 10 08:38:44 2012] [notice] Child 2440: Starting thread to listen on port 80.

[Sun Jun 10 08:38:44 2012] [notice] Child 2440: Starting thread to listen on port 80.

[Sun Jun 10 10:01:28 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce

Terminating on signal SIGTERM(15)

[Sun Jun 10 18:47:28 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Sun Jun 10 18:47:28 2012] [notice] Digest: generating secret for digest authentication ...

[Sun Jun 10 18:47:28 2012] [notice] Digest: done

[Sun Jun 10 18:47:31 2012] [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

[Sun Jun 10 18:47:31 2012] [notice] Server built: Sep 10 2011 11:34:11

[Sun Jun 10 18:47:31 2012] [notice] Parent: Created child process 3456

[Sun Jun 10 18:47:32 2012] [notice] Digest: generating secret for digest authentication ...

[Sun Jun 10 18:47:32 2012] [notice] Digest: done

[Sun Jun 10 18:47:33 2012] [notice] Child 3456: Child process is running

[Sun Jun 10 18:47:33 2012] [notice] Child 3456: Acquired the start mutex.

[Sun Jun 10 18:47:33 2012] [notice] Child 3456: Starting 150 worker threads.

[Sun Jun 10 18:47:33 2012] [notice] Child 3456: Starting thread to listen on port 443.

[Sun Jun 10 18:47:33 2012] [notice] Child 3456: Starting thread to listen on port 443.

[Sun Jun 10 18:47:33 2012] [notice] Child 3456: Starting thread to listen on port 80.

[Sun Jun 10 18:47:33 2012] [notice] Child 3456: Starting thread to listen on port 80.

Terminating on signal SIGTERM(15)

[Mon Jun 11 10:09:18 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Mon Jun 11 10:09:19 2012] [notice] Digest: generating secret for digest authentication ...

[Mon Jun 11 10:09:19 2012] [notice] Digest: done

[Mon Jun 11 10:09:20 2012] [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

[Mon Jun 11 10:09:20 2012] [notice] Server built: Sep 10 2011 11:34:11

[Mon Jun 11 10:09:20 2012] [notice] Parent: Created child process 3100

[Mon Jun 11 10:09:21 2012] [notice] Digest: generating secret for digest authentication ...

[Mon Jun 11 10:09:21 2012] [notice] Digest: done

[Mon Jun 11 10:09:22 2012] [notice] Child 3100: Child process is running

[Mon Jun 11 10:09:22 2012] [notice] Child 3100: Acquired the start mutex.

[Mon Jun 11 10:09:22 2012] [notice] Child 3100: Starting 150 worker threads.

[Mon Jun 11 10:09:22 2012] [notice] Child 3100: Starting thread to listen on port 80.

[Mon Jun 11 10:09:22 2012] [notice] Child 3100: Starting thread to listen on port 80.

[Mon Jun 11 10:09:22 2012] [notice] Child 3100: Starting thread to listen on port 443.

[Mon Jun 11 10:09:22 2012] [notice] Child 3100: Starting thread to listen on port 443.

Terminating on signal SIGTERM(15)

[Mon Jun 11 15:35:39 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Mon Jun 11 15:35:39 2012] [notice] Digest: generating secret for digest authentication ...

[Mon Jun 11 15:35:39 2012] [notice] Digest: done

[Mon Jun 11 15:35:40 2012] [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

[Mon Jun 11 15:35:40 2012] [notice] Server built: Sep 10 2011 11:34:11

[Mon Jun 11 15:35:40 2012] [notice] Parent: Created child process 3576

[Mon Jun 11 15:35:41 2012] [notice] Digest: generating secret for digest authentication ...

[Mon Jun 11 15:35:41 2012] [notice] Digest: done

[Mon Jun 11 15:35:42 2012] [notice] Child 3576: Child process is running

[Mon Jun 11 15:35:42 2012] [notice] Child 3576: Acquired the start mutex.

[Mon Jun 11 15:35:42 2012] [notice] Child 3576: Starting 150 worker threads.

[Mon Jun 11 15:35:42 2012] [notice] Child 3576: Starting thread to listen on port 80.

[Mon Jun 11 15:35:42 2012] [notice] Child 3576: Starting thread to listen on port 80.

[Mon Jun 11 15:35:42 2012] [notice] Child 3576: Starting thread to listen on port 443.

[Mon Jun 11 15:35:42 2012] [notice] Child 3576: Starting thread to listen on port 443.

Terminating on signal SIGTERM(15)

[Mon Jun 11 16:08:18 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Mon Jun 11 16:08:18 2012] [notice] Digest: generating secret for digest authentication ...

[Mon Jun 11 16:08:18 2012] [notice] Digest: done

[Mon Jun 11 16:08:21 2012] [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

[Mon Jun 11 16:08:21 2012] [notice] Server built: Sep 10 2011 11:34:11

[Mon Jun 11 16:08:21 2012] [notice] Parent: Created child process 4028

[Mon Jun 11 16:08:23 2012] [notice] Digest: generating secret for digest authentication ...

[Mon Jun 11 16:08:23 2012] [notice] Digest: done

[Mon Jun 11 16:08:23 2012] [notice] Child 4028: Child process is running

[Mon Jun 11 16:08:23 2012] [notice] Child 4028: Acquired the start mutex.

[Mon Jun 11 16:08:23 2012] [notice] Child 4028: Starting 150 worker threads.

[Mon Jun 11 16:08:23 2012] [notice] Child 4028: Starting thread to listen on port 443.

[Mon Jun 11 16:08:23 2012] [notice] Child 4028: Starting thread to listen on port 443.

[Mon Jun 11 16:08:23 2012] [notice] Child 4028: Starting thread to listen on port 80.

[Mon Jun 11 16:08:23 2012] [notice] Child 4028: Starting thread to listen on port 80.

Terminating on signal SIGTERM(15)

[Tue Jun 12 21:10:35 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Tue Jun 12 21:10:35 2012] [notice] Digest: generating secret for digest authentication ...

[Tue Jun 12 21:10:35 2012] [notice] Digest: done

[Tue Jun 12 21:11:02 2012] [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

[Tue Jun 12 21:11:02 2012] [notice] Server built: Sep 10 2011 11:34:11

[Tue Jun 12 21:11:02 2012] [notice] Parent: Created child process 4996

[Tue Jun 12 21:11:04 2012] [notice] Digest: generating secret for digest authentication ...

[Tue Jun 12 21:11:04 2012] [notice] Digest: done

[Tue Jun 12 21:11:04 2012] [notice] Child 4996: Child process is running

[Tue Jun 12 21:11:04 2012] [notice] Child 4996: Acquired the start mutex.

[Tue Jun 12 21:11:04 2012] [notice] Child 4996: Starting 150 worker threads.

[Tue Jun 12 21:11:04 2012] [notice] Child 4996: Starting thread to listen on port 443.

[Tue Jun 12 21:11:04 2012] [notice] Child 4996: Starting thread to listen on port 443.

[Tue Jun 12 21:11:04 2012] [notice] Child 4996: Starting thread to listen on port 80.

[Tue Jun 12 21:11:04 2012] [notice] Child 4996: Starting thread to listen on port 80.

Terminating on signal SIGTERM(15)

[Wed Jun 13 11:13:01 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Wed Jun 13 11:13:01 2012] [notice] Digest: generating secret for digest authentication ...

[Wed Jun 13 11:13:01 2012] [notice] Digest: done

[Wed Jun 13 11:13:02 2012] [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 Jun 13 11:13:02 2012] [notice] Server built: Sep 10 2011 11:34:11

[Wed Jun 13 11:13:02 2012] [notice] Parent: Created child process 3248

[Wed Jun 13 11:13:03 2012] [notice] Digest: generating secret for digest authentication ...

[Wed Jun 13 11:13:03 2012] [notice] Digest: done

[Wed Jun 13 11:13:04 2012] [notice] Child 3248: Child process is running

[Wed Jun 13 11:13:04 2012] [notice] Child 3248: Acquired the start mutex.

[Wed Jun 13 11:13:04 2012] [notice] Child 3248: Starting 150 worker threads.

[Wed Jun 13 11:13:04 2012] [notice] Child 3248: Starting thread to listen on port 443.

[Wed Jun 13 11:13:04 2012] [notice] Child 3248: Starting thread to listen on port 443.

[Wed Jun 13 11:13:04 2012] [notice] Child 3248: Starting thread to listen on port 80.

[Wed Jun 13 11:13:04 2012] [notice] Child 3248: Starting thread to listen on port 80.

[Wed Jun 13 11:39:49 2012] [error] [client 127.0.0.1] user admin not found: /xampp/

[Wed Jun 13 11:39:53 2012] [error] [client 127.0.0.1] user admin not found: /xampp/

[Wed Jun 13 11:39:57 2012] [error] [client 127.0.0.1] user admin not found: /xampp/

[Wed Jun 13 11:40:04 2012] [error] [client 127.0.0.1] user root: authentication failure for "/xampp/": Password Mismatch

[Wed Jun 13 11:42:42 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/mahara

[Wed Jun 13 11:42:56 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/mahara

[Wed Jun 13 11:42:59 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/mahara

[Wed Jun 13 11:57:30 2012] [error] [client 127.0.0.1] script 'C:/xampp/htdocs/mahara/mahara_text.php' not found or unable to stat

[Wed Jun 13 11:58:49 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/mahara/htdocs/mahara_test

Terminating on signal SIGTERM(15)

[Wed Jun 13 18:27:26 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[Wed Jun 13 18:27:27 2012] [notice] Digest: generating secret for digest authentication ...

[Wed Jun 13 18:27:27 2012] [notice] Digest: done

[Wed Jun 13 18:27:32 2012] [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 Jun 13 18:27:32 2012] [notice] Server built: Sep 10 2011 11:34:11

[Wed Jun 13 18:27:32 2012] [notice] Parent: Created child process 4800

[Wed Jun 13 18:27:34 2012] [notice] Digest: generating secret for digest authentication ...

[Wed Jun 13 18:27:34 2012] [notice] Digest: done

[Wed Jun 13 18:27:34 2012] [notice] Child 4800: Child process is running

[Wed Jun 13 18:27:34 2012] [notice] Child 4800: Acquired the start mutex.

[Wed Jun 13 18:27:34 2012] [notice] Child 4800: Starting 150 worker threads.

[Wed Jun 13 18:27:35 2012] [notice] Child 4800: Starting thread to listen on port 443.

[Wed Jun 13 18:27:35 2012] [notice] Child 4800: Starting thread to listen on port 443.

[Wed Jun 13 18:27:35 2012] [notice] Child 4800: Starting thread to listen on port 80.

[Wed Jun 13 18:27:35 2012] [notice] Child 4800: Starting thread to listen on port 80.

[Wed Jun 13 19:02:49 2012] [error] [client 127.0.0.1] user admin not found: /xampp/

3 results