A few issue from a newbie
Posted by: SyberShot (---.ri.ri.cox.net)
Date: January 12, 2013 10:45PM

Hello all, I'm new to having a WAMP server installed on my pc, and I ran into a few issues. I was wondering if I could get some some help/assistance. It would be greatly appreciated.. I intend to use WAMP for building websites and testing new designs in joomla and phpbb3 only, and don't need any access to the server except from the one it is installed on. Below I listed details and my problems, if any more details are needed please let me know.

WAMP Server installed:
WAMPSERVER (64 Bits & Apache 2.4) 2.2E

Operating System:
Window 8 Pro

I installed WAMP:
Server(f: ) which is a partition on a secondary drive

Install went great, and I have the green WAMPSERVER icon in system tray

I typed local host in web browser (firefox 19.0) and I get the wampServer page

links on page

Tools
1) phpinfo works
2) phpmyadmin works

Your Aliases
3)phpmyadmin works
4) sqlbuddy=Forbidden
You don't have permission to access /sqlbuddy/ on this server.
5) webgrind=Forbidden
You don't have permission to access /webgrind/ on this server.


Edit: I Read this post [forum.wampserver.com] SO I did try to change the httpd.conf "Listen 80" to "Listen 0.0.0.0:80" restarted all services and I still got the same issues. I reverted back to "Listen 80" for now.

Again any help with these issues would be greatly appreciated, Thanks sincerely SyberShot



Edited 4 time(s). Last edit at 01/13/2013 01:01AM by SyberShot.

Options: ReplyQuote
Re: A few issue from a newbie
Posted by: RiggsFolly (---.as13285.net)
Date: January 13, 2013 02:01AM

Do me a favour and check your Apache error log. You can get to it from a left click on the wampmanager using the menus provided.

Look foir the errors you are getting when you try to access webgrind and sqlbuddy and post a few of them here for me to see.

Options: ReplyQuote
Re: A few issue from a newbie
Posted by: SyberShot (---.ri.ri.cox.net)
Date: January 16, 2013 06:45AM

Thanks RiggsFolly for the quick response. I'm Sorry for the delay on the errors, I ended up with nasty cold/flu like symptoms. Feeling much better now smiling smiley

[Wed Jan 16 00:40:44.264614 2013] [authz_core:error] [pid 5108:tid 872] [client ::1:51618] AH01630: client denied by server configuration: F:/wamp/apps/sqlbuddy1.3.3/, referer: [localhost]

[Wed Jan 16 00:40:50.892032 2013] [authz_core:error] [pid 5108:tid 872] [client ::1:51618] AH01630: client denied by server configuration: F:/wamp/apps/webgrind1.0/, referer: [localhost]

These were the only two from today's attempt, however I have 208 lines from the 12th. way to many to post here. and most are probably from my index.php that tries to connect to my no-existing forum and non-existing blog. It is not pretty but if you need to see the complete log minus today's' errors you can view it at my website here. [www.scriptedintelligence.com]

note: errors visual appearance displays better in the pages source code, than on the page it self.



Edited 1 time(s). Last edit at 01/16/2013 07:04AM by SyberShot.

Options: ReplyQuote
Re: A few issue from a newbie
Posted by: RiggsFolly (---.as13285.net)
Date: January 16, 2013 12:09PM

It sound like it may be a IPV4 / IPV6 confusion.

What happens when you enter
http://127.0.0.1/sqlbuddy

? Does it run?

Options: ReplyQuote
Re: A few issue from a newbie
Posted by: SyberShot (---.ri.ri.cox.net)
Date: January 16, 2013 06:53PM

I get the following error:
"Forbidden

You don't have permission to access /sqlbuddy on this server."

edit:

here are the the errors I got
[Wed Jan 16 01:06:41.540326 2013] [mpm_winnt:notice] [pid 3124:tid 456] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Wed Jan 16 01:06:43.557400 2013] [mpm_winnt:notice] [pid 5108:tid 340] AH00364: Child: All worker threads have exited.
[Wed Jan 16 01:06:44.057426 2013] [mpm_winnt:notice] [pid 3124:tid 456] AH00430: Parent: Child process exited successfully.
[Wed Jan 16 12:51:45.261240 2013] [mpm_winnt:notice] [pid 5748:tid 456] AH00455: Apache/2.4.2 (Win64) PHP/5.4.3 configured -- resuming normal operations
[Wed Jan 16 12:51:45.261240 2013] [mpm_winnt:notice] [pid 5748:tid 456] AH00456: Server built: May 13 2012 19:54:49
[Wed Jan 16 12:51:45.261240 2013] [core:notice] [pid 5748:tid 456] AH00094: Command line: 'F:\\wamp\\bin\\apache\\apache2.4.2\\bin\\httpd.exe -d F:/wamp/bin/apache/apache2.4.2'
[Wed Jan 16 12:51:45.261240 2013] [mpm_winnt:notice] [pid 5748:tid 456] AH00418: Parent: Created child process 4648
[Wed Jan 16 12:51:45.480002 2013] [mpm_winnt:notice] [pid 4648:tid 336] AH00354: Child: Starting 64 worker threads.
[Wed Jan 16 12:51:54.327500 2013] [authz_core:error] [pid 4648:tid 872] [client 127.0.0.1:52570] AH01630: client denied by server configuration: F:/wamp/apps/sqlbuddy1.3.3/

edit #2:
Thanks for your time and assistance RiggsFolly , A good friend of mine helped me out and got it working for me. Seems like there needed some changes to the Apache http.config file within the directory area of the config file. He said to note: it is a quick fix but seeing I'm only using it for a local server to test website layouts I should be okay. Here is the new directory section that he made changes to incase others experience this issue.

DocumentRoot "F:/wamp/www/"
<Directory "F:/wamp/www">
    #
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    #
    # The Options directive is both complicated and important.  Please see
    # [httpd.apache.org]
    # for more information.
    #
    Options Indexes FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #   Options FileInfo AuthConfig Limit
    #
    AllowOverride All

    #
    # Controls who can get stuff from this server.
    #
    # Online --> Require all granted
    
    #   onlineoffline tag - don't remove
    
    Require local

</Directory>

<Directory "F:/wamp/apps">
    Options Indexes FollowSymLinks MultiViews ExecCGI
    AllowOverride All
    #Require local
    Allow from all
</Directory>

Thanks again RiggsFolly for your help and time, it is greatly appreciated.



Edited 2 time(s). Last edit at 01/16/2013 08:36PM by SyberShot.

Options: ReplyQuote


Sorry, only registered users may post in this forum.