apache and mysql busy??

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Re: apache and mysql busy??

Postby Wiedmann » 04. April 2009 19:34

i cant get into security i get the page in the pic above


Wiedmann wrote:It's just changing two lines in one file. I guess that's what you can read in the other thread?

:?:

(Don't include such big pictures in your post.)
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Re: apache and mysql busy??

Postby vectra-mods » 04. April 2009 21:49

Wiedmann wrote:
i cant get into security i get the page in the pic above


Wiedmann wrote:It's just changing two lines in one file. I guess that's what you can read in the other thread?

:?:

(Don't include such big pictures in your post.)


thought the pic would help

sorry...

any more info on this...........
vectra-mods
 
Posts: 20
Joined: 01. April 2009 21:25

Re: apache and mysql busy??

Postby Wiedmann » 04. April 2009 22:03

any more info on this...........

Please answer my last question, and we can see...
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Re: apache and mysql busy??

Postby vectra-mods » 05. April 2009 06:57

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>
Order deny,allow
Deny from all
Allow from localhost <--change this to this-->Allow from 127.0.0.1
</Directory>



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

Order deny,allow
Deny from all
Allow from localhost <--change this to this-->Allow from 127.0.0.1
</Directory>
</IfModule>


ive done the above changes too the file
vectra-mods
 
Posts: 20
Joined: 01. April 2009 21:25

Re: apache and mysql busy??

Postby Wiedmann » 05. April 2009 13:22

ive done the above changes too the file

I don't see the changes in your post?
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Re: apache and mysql busy??

Postby vectra-mods » 05. April 2009 15:15

i have changed them on my computer

i copyed and pasted the post from another thread
vectra-mods
 
Posts: 20
Joined: 01. April 2009 21:25

Re: apache and mysql busy??

Postby Wiedmann » 05. April 2009 16:31

i copyed and pasted the post from another thread

How can I know if your change is correct, if you copy 'n paste something else?
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Re: apache and mysql busy??

Postby vectra-mods » 05. April 2009 18:08

Code: Select all
    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>
        Order deny,allow
        Deny from all
        Allow from 127.01.01
    </Directory>

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

        Order deny,allow
        Deny from all
        Allow from 127.0.0.1
    </Directory>

this is the file off my computer and is correct ???
vectra-mods
 
Posts: 20
Joined: 01. April 2009 21:25

Re: apache and mysql busy??

Postby Wiedmann » 05. April 2009 18:48

cant get into security i get the page in the pic above

You have the log entry (error.log) from this request?
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Re: apache and mysql busy??

Postby Sharley » 08. April 2009 06:00

vectra-mods wrote:
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>
Order deny,allow
Deny from all
Allow from 127.01.01 <---This is not correct - try 127.0.0.1
</Directory>

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

Order deny,allow
Deny from all
Allow from 127.0.0.1
</Directory>

this is the file off my computer and is correct ???
No it is not correct! see the red comment.
Save the file after changing that wrong line and restart Apache server, then try and access security again.
User avatar
Sharley
AF Moderator
 
Posts: 3316
Joined: 03. October 2008 05:10
Location: Yeppoon, Australia Time Zone: GMT/UTC+10
Operating System: Win 7 Pro 32bit/XP Pro SP3

Re: apache and mysql busy??

Postby vectra-mods » 08. April 2009 11:50

:D thanks for spotting that have changed it now can access mysql security :D


A very big thankyou

now why cant i access this page

http://localhost/phpbb/install/install.php
vectra-mods
 
Posts: 20
Joined: 01. April 2009 21:25

Re: apache and mysql busy??

Postby Sharley » 08. April 2009 15:40

First the phpbb folder must be in the xampp\htdocs folder - xampp\htdocs\phpbb\

Second look in the xampp\apache\logs\error.log file for an [error] entry at the date and time you tried to access the file.

Third, can you go to http://127.0.0.1/phpbb/install/install.php
If you can don't install phpbb yet as there is another fix that you may need to do to get http://localhost/phpbb/ to work.

Let me know back if all the above is in order please.
User avatar
Sharley
AF Moderator
 
Posts: 3316
Joined: 03. October 2008 05:10
Location: Yeppoon, Australia Time Zone: GMT/UTC+10
Operating System: Win 7 Pro 32bit/XP Pro SP3

Re: apache and mysql busy??

Postby vectra-mods » 08. April 2009 17:12

all files are in the correct place for php

error logs are below

[Wed Apr 08 11:28:00 2009] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Apr 08 11:28:01 2009] [notice] Digest: generating secret for digest authentication ...
[Wed Apr 08 11:28:01 2009] [notice] Digest: done
[Wed Apr 08 11:28:03 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8 configured -- resuming normal operations
[Wed Apr 08 11:28:03 2009] [notice] Server built: Dec 10 2008 00:10:06
[Wed Apr 08 11:28:03 2009] [notice] Parent: Created child process 4540
[Wed Apr 08 11:28:04 2009] [notice] Digest: generating secret for digest authentication ...
[Wed Apr 08 11:28:04 2009] [notice] Digest: done
[Wed Apr 08 11:28:05 2009] [notice] Child 4540: Child process is running
[Wed Apr 08 11:28:05 2009] [notice] Child 4540: Acquired the start mutex.
[Wed Apr 08 11:28:05 2009] [notice] Child 4540: Starting 250 worker threads.
[Wed Apr 08 11:28:05 2009] [notice] Child 4540: Starting thread to listen on port 443.
[Wed Apr 08 11:28:05 2009] [notice] Child 4540: Starting thread to listen on port 80.
[Wed Apr 08 11:30:10 2009] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/phpbb, referer: http://www.phpbb3bbcodes.com/setting-up ... t1916.html
[Wed Apr 08 11:34:13 2009] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/phpbb, referer: http://www.phpbb3bbcodes.com/setting-up ... t1916.html
[Wed Apr 08 11:35:00 2009] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/phpbb, referer: http://www.phpbb3bbcodes.com/setting-up ... t1916.html
[Wed Apr 08 11:36:01 2009] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/phpbb/install, referer: http://www.phpbb3bbcodes.com/setting-up ... t1916.html
[Wed Apr 08 11:43:01 2009] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/phpbb/install
[Wed Apr 08 12:45:00 2009] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Apr 08 12:45:00 2009] [notice] Digest: generating secret for digest authentication ...
[Wed Apr 08 12:45:00 2009] [notice] Digest: done
[Wed Apr 08 12:45:02 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8 configured -- resuming normal operations
[Wed Apr 08 12:45:02 2009] [notice] Server built: Dec 10 2008 00:10:06
[Wed Apr 08 12:45:02 2009] [notice] Parent: Created child process 6096
[Wed Apr 08 12:45:03 2009] [notice] Digest: generating secret for digest authentication ...
[Wed Apr 08 12:45:03 2009] [notice] Digest: done
[Wed Apr 08 12:45:04 2009] [notice] Child 6096: Child process is running
[Wed Apr 08 12:45:04 2009] [notice] Child 6096: Acquired the start mutex.
[Wed Apr 08 12:45:04 2009] [notice] Child 6096: Starting 250 worker threads.
[Wed Apr 08 12:45:04 2009] [notice] Child 6096: Starting thread to listen on port 80.
[Wed Apr 08 12:45:04 2009] [notice] Child 6096: Starting thread to listen on port 443.
[Wed Apr 08 12:48:21 2009] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/phpbb/install, referer: http://www.phpbb3bbcodes.com/setting-up ... t1916.html
[Wed Apr 08 12:48:54 2009] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/phpbb/install, referer: http://www.phpbb3bbcodes.com/setting-up ... t1916.html
[Wed Apr 08 13:06:01 2009] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/phpbb/install, referer: http://www.phpbb3bbcodes.com/local-host-t2007-10.html
[Wed Apr 08 13:21:30 2009] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/phpbb/install
[Wed Apr 08 13:27:57 2009] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/phpbb/install
[Wed Apr 08 13:52:43 2009] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/phpbb/install
[Wed Apr 08 14:50:04 2009] [notice] Parent: child process exited with status 1073807364 -- Restarting.
Apache server shutdown initiated...
[Wed Apr 08 15:57:53 2009] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Apr 08 15:57:53 2009] [notice] Digest: generating secret for digest authentication ...
[Wed Apr 08 15:57:53 2009] [notice] Digest: done
[Wed Apr 08 15:57:55 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8 configured -- resuming normal operations
[Wed Apr 08 15:57:55 2009] [notice] Server built: Dec 10 2008 00:10:06
[Wed Apr 08 15:57:55 2009] [notice] Parent: Created child process 2376
[Wed Apr 08 15:57:56 2009] [notice] Digest: generating secret for digest authentication ...
[Wed Apr 08 15:57:56 2009] [notice] Digest: done
[Wed Apr 08 15:57:57 2009] [notice] Child 2376: Child process is running
[Wed Apr 08 15:57:57 2009] [notice] Child 2376: Acquired the start mutex.
[Wed Apr 08 15:57:57 2009] [notice] Child 2376: Starting 250 worker threads.
[Wed Apr 08 15:57:57 2009] [notice] Child 2376: Starting thread to listen on port 443.
[Wed Apr 08 15:57:57 2009] [notice] Child 2376: Starting thread to listen on port 80.
[Wed Apr 08 16:57:11 2009] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Apr 08 16:57:11 2009] [notice] Digest: generating secret for digest authentication ...
[Wed Apr 08 16:57:11 2009] [notice] Digest: done
[Wed Apr 08 16:57:12 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8 configured -- resuming normal operations
[Wed Apr 08 16:57:12 2009] [notice] Server built: Dec 10 2008 00:10:06
[Wed Apr 08 16:57:12 2009] [notice] Parent: Created child process 5988
[Wed Apr 08 16:57:13 2009] [notice] Digest: generating secret for digest authentication ...
[Wed Apr 08 16:57:13 2009] [notice] Digest: done
[Wed Apr 08 16:57:14 2009] [notice] Child 5988: Child process is running
[Wed Apr 08 16:57:14 2009] [notice] Child 5988: Acquired the start mutex.
[Wed Apr 08 16:57:14 2009] [notice] Child 5988: Starting 250 worker threads.
[Wed Apr 08 16:57:14 2009] [notice] Child 5988: Starting thread to listen on port 443.
[Wed Apr 08 16:57:14 2009] [notice] Child 5988: Starting thread to listen on port 80.


i cant access this page http://127.0.0.1/phpbb/install/install.php


comes up object not found error 404
vectra-mods
 
Posts: 20
Joined: 01. April 2009 21:25

Re: apache and mysql busy??

Postby vectra-mods » 08. April 2009 18:01

update and may bes some progress

if access this page http://localhost/phpbb/ from myphp admin

i get the option too download some phpbb rar files :D

or press the brown file folder on that page

and i get the installation page fro phpbb

Introduction
Welcome to phpBB3!
give me tabbed options too install and configure lots of options too complete the instalation :?:

am i going in the right direction now ????


i will not go no further till ive had a reply
vectra-mods
 
Posts: 20
Joined: 01. April 2009 21:25

Re: apache and mysql busy??

Postby Sharley » 09. April 2009 00:20

if access this page http://localhost/phpbb/ from myphp admin
How are you accessing this URI address as I know nothing about myphp admin - what is this?

Make sure that you named the folder phpbb not phpBB which in Apache is different because Apache is case sensitive - C:\xampp\htdocs\phpbb not C:\xampp\htdocs\phpBB

If you have named the folder phpBB then in the URI address you type in the browser it also has to be phpBB - http://localhost/phpBB/install/index.php

After noting the above folder case issue and now if you type http://localhost/phpbb/install/index.php or perhaps http://localhost/phpBB/install/index.php in your browser and it gives you the install option then that is what you need to proceed - go for it.

BTW this is a forum for XAMPP not for phpBB issues and so from here on in, any issues with phpBB should be directed to their own forum for better support, not here.
User avatar
Sharley
AF Moderator
 
Posts: 3316
Joined: 03. October 2008 05:10
Location: Yeppoon, Australia Time Zone: GMT/UTC+10
Operating System: Win 7 Pro 32bit/XP Pro SP3

Previous

Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 116 guests