Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

!!Setting up Apache for php learning!!


ghost's Avatar
0 0

First off i am running this on windows and i have to configure it i have been reading this thing "httpd" and i am getting know where.

i am getting an error with my httpd.conf and i dont know why this what i get…

if u cant see it i sayes markupInvalid argument was supplied. : make_sock :uable to listen for connections on address 0.0.0.0:80 no listing socket abalible, shutting down Unable to open logs

all help would me apreicated zer0pain


ghost's Avatar
0 0

^


ghost's Avatar
0 0

if you want to learn php and need apache for it, download xampp (any other thing is ok, but i use xampp and i'm very happy with it)

it has apache, php5&php4, mysql+phpmyadmin, mercury mail server (read free mail spoofer) and some stupid file zilla, never tried to figure it out as i don't need it.

it's easy to install, no configuring, and easy to use.

once you install it just type "localhost" in url adress and follow instructions.

if however you are advanced and want to configure apache your self, then good luck , and i have no idea what that error is

hope i helped


ghost's Avatar
0 0

I can't find a proper link for xammp, just a bunch of bullshit ones.

Edit: nvm found a single one that works


ghost's Avatar
0 0

if you want to learn php and need apache for it, download xampp (any other thing is ok, but i use xampp and i'm very happy with it)

it has apache, php5&php4, mysql+phpmyadmin, mercury mail server (read free mail spoofer) and some stupid file zilla, never tried to figure it out as i don't need it.

it's easy to install, no configuring, and easy to use.

once you install it just type "localhost" in url adress and follow instructions.

if however you are advanced and want to configure apache your self, then good luck , and i have no idea what that error is

hope i helped

!!!!i have tryed this is still hasnt helped me ne there is still the same error!!!!


ghost's Avatar
0 0

What versions of php and apache are you using, because when i tried the 2 newest versions weren't compatable. http://www.php-mysql-tutorial.com/ Go there it gives a step by step explanation on installing, just dont use the most recent, maybe the next to most recent


ghost's Avatar
0 0

Why can't ANYONE give this guy a straight answer?

I mean honestly, wtf? Sending him things to automate it? Tutorials? C'MON GUYS!

In your file, 'httpd.conf' find a spot where there is an uncommented line marked 'Listen 80' or 'BindAddress <ip>' Replace this with either your ip:80, or just your IP if you're on BindAddress with Apache13. Mess around with hostnames, IPs, and port number combinations. I can't say much else without knowing about your network and what level of visibility you want the server to have on that network.


ghost's Avatar
0 0
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the &lt;VirtualHost&gt;
# directive.
#
# Change this to Listen on specific IP addresses as shown below to 
# prevent Apache from glomming onto all bound IP addresses (0.0.0.0)
#
#Listen 12.34.56.78:80
Listen 80```

i have found the peace that u told me too look for and im not sure what part to change the #listen ********, of Listen 80

ghost's Avatar
0 0

Did you try stopping then starting, or restarting. It could be giving that if apache is already running, check your processes. In that link I posted, it mentions when to use 80 and when to use 8080.


ghost's Avatar
0 0

On the listen thing you're suppose to put the ip from where i'll be listenning. That mean if you only what it to be in local put

Listen 127.0.0.1:80

and if you want to put it or you're network put

Listen 127.0.0.1:80 Listen 192.168.0.(xxx):80 (replace the xxx by what is ur ip on network)