Forum Moderators: buckworks & webwork

Message Too Old, No Replies

Setting up domain with apache?

Anyone know how?

         

Houie

5:46 pm on Jan 28, 2006 (gmt 0)

10+ Year Member



K well I have a <snip> domain and I have apache so right now my url is [localhost...] and I pointed the domain to my ip and it didnt work!

I am using vbulletin (a forum) anyone know how to fix?

[edited by: Webwork at 9:53 pm (utc) on Jan. 28, 2006]

Birdman

6:34 pm on Jan 28, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You need to edit your Apache configuration file. Change the "Listen" value to your ip. Eg...

Listen 111.111.111.111:80

It is usually httpd.conf

Are you using Windows or Nix?

Houie

6:46 pm on Jan 28, 2006 (gmt 0)

10+ Year Member



windows

when you did the eg and you put :80 at the end do i need to put :80 at the end too?

Birdman

3:05 pm on Jan 29, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Yes, add the port number(:80) to your ip, then don't forget to restart Apache.

I do strongly recommend that you purchase a hosting package, rather than using your box as the server. It's much more reliable. I only use my box as a dev server, then I upload my files to my host when I'm done testing and such.

Cheers,
Birdman