Wamp Problem

Stuff that don´t fit in the other categories.
Post Reply
User avatar
3XTORTION
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 246
Joined: 29 Jul 2007, 16:00
16
Contact:

Wamp Problem

Post by 3XTORTION »

Well, ive been working on a php script lately and wamp was working perfectly.But today i dont know what happened php isnt working anymore and when i type http://localhost/ it gives me a mikrotik page...tried to uninstall and reinstall...same error ! And yea its the latest version so im not using an old crappy one.

Any fix for this ?

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

hm, best posts httpd.conf and php.ini on http://code.suck-o.com so we can have a look at the config... :wink:

User avatar
3XTORTION
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 246
Joined: 29 Jul 2007, 16:00
16
Contact:

Post by 3XTORTION »

httpd.conf :

http://code.suck-oold.com/180

php.ini :

http://pastie.org/521585 (code.suck-o.com wasnt working idk why :| )

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

hm, the only thing I can find is this in line 171 of httpd.conf:

Code: Select all

ServerName localhost:80
change it to:

Code: Select all

ServerName 127.0.0.1:80
it SHOULD also work with "localhost", but the correct syntax is either a FQDN or an IP.
are you using a proxy for your browser?


p.s. the 2nd post you tried to make on code.suck-o.com was blocked by the security settings, I will check it out....I expected false positives already, for the adjustment of the new security measures I simply have to wait until users report errors. in my 1st reply I couldn't post because the strings "httpd.conf" and "php.ini" were labeled as file injection attempts... :lol:

User avatar
3XTORTION
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 246
Joined: 29 Jul 2007, 16:00
16
Contact:

Post by 3XTORTION »

Oh yea i was using a proxy in firefox that solved the problem :D Thx man

btw i was using a china ip in firefox but never worked !Visited ip-address.com to see what location and ip it will show me and the location was still lebanon !

User avatar
computathug
Administrator
Administrator
Posts: 2693
Joined: 29 Mar 2007, 16:00
17
Location: UK
Contact:

Post by computathug »

Did you manually set the proxy or was you using a client like tor?
The devil can cite Scripture for his purpose.
-- William Shakespeare, "The Merchant of Venice"
https://tshirt-memes.com

User avatar
3XTORTION
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 246
Joined: 29 Jul 2007, 16:00
16
Contact:

Post by 3XTORTION »

manually

User avatar
computathug
Administrator
Administrator
Posts: 2693
Joined: 29 Mar 2007, 16:00
17
Location: UK
Contact:

Post by computathug »

Have you used a proxy before and it has worked fine or is this the first time of trying. Am just wondering whether its the proxy itself or if its the initial setup :wink:
The devil can cite Scripture for his purpose.
-- William Shakespeare, "The Merchant of Venice"
https://tshirt-memes.com

User avatar
3XTORTION
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 246
Joined: 29 Jul 2007, 16:00
16
Contact:

Post by 3XTORTION »

Its not the first time and its not the proxy lol

Have tried many...none of them work maybe the site is screw 8O

P.S : how hard is to paste an IP in firefox network settings :roll: lol

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

ummm...if you are using a proxy it can't work....impossible to access a private IP (127.0.0.1 in this case) through an external proxy. packets to private IPs are not routed on the internet, and that's why it can't work.
either use no proxy or set the IP of the webserver to your public IP... :wink:

User avatar
3XTORTION
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 246
Joined: 29 Jul 2007, 16:00
16
Contact:

Post by 3XTORTION »

depends what proxy ur using...high anonymous or elite proxys are hard to trace :wink:

User avatar
Big-E
Administrator
Administrator
Posts: 1332
Joined: 16 May 2007, 16:00
16
Location: IN UR ____ , ____ING UR _____ .
Contact:

Post by Big-E »

A better solution to a Wamp issue is set up a LAMP system. :)

Post Reply