Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP Laravel 4 Basics Getting Started with Laravel Installing Laravel

Hector Atalo Ramos Gomez
Hector Atalo Ramos Gomez
6,289 Points

when i type http://127.0.0.1:8000/ is not working on my browser, but when i type http://127.0.0.1:2222/ i can see.......

when i type http://127.0.0.1:2222/ i can see the following message:

SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2 Protocol mismatch.

i dont know, maybe my httpd service is not running?? i just followed the video exactly..

3 Answers

Samuel Rueby
Samuel Rueby
22,538 Points

"SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2 Protocol mismatch." Is not a response from your web server. Configure Apache to use port 8000. However, the default port is 80. What happens when you just go to http://127.0.0.1 ?

Hector Atalo Ramos Gomez
Hector Atalo Ramos Gomez
6,289 Points

I solved my problem.. i had wamp server installed on my windows pc, so first i uninstall the wamp server, and then reinstall again virtualbox, vagrant, and fill properly the Homestead.yaml file, and now its working 100%

Thanks guys

I think there is a option in the httpd to tell apache what port to listen on. You probably need to change it use 8000. for it to work with http://127.0.0.1:8000