Shoutbox

Apache...? - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Apache...? (/showthread.php?tid=34560)

Apache...? by Purity on 11-18-2004 at 02:06 PM

I got apache server, i was just using abyss server, i stopped using abyss b/c i got tired of it, but apache is confusing  wat do i do with it..?


RE: Apache...? by Chris.1 on 01-01-2005 at 10:47 PM

What do you want to do with it? It's really simple to use once you've got it set up.


RE: Apache...? by Purity on 01-01-2005 at 10:58 PM

that post was fropm liek a month ago, so i gave up on it:D


RE: Apache...? by megamuff on 01-01-2005 at 11:28 PM

http://foxserv.net -- apache package, set up for you with lots of mods.


RE: Apache...? by Purity on 01-01-2005 at 11:48 PM

thanx
I think im gonna try again.:D


RE: Apache...? by Dan0208 on 01-02-2005 at 12:08 AM

Once you have apache fully set up and you get the test page when you type the localhost thing in your browser where do you go from that? like how do I add my own pages. i gather i put them in the apache directory but there are so many folders within that.
And also how do i go about making the page visible to the public? I tried that no-ip website and signed up. however whenever i type my external ip into the browser or my no-ip address it goes straight to the login screen for my router with username pword etc.
Any help on this would be greatly appreciated.


RE: Apache...? by Purity on 01-02-2005 at 12:21 AM

umm i started foxserv and everything everything is working properly, but i cant get to my site, i tried putting my ip in hte address bar(142.165.147.157.com) and it seems that it is reserved or something, how do i start with my website, i clicked start EasyServ and Go but i still dunno how to get access to my site


RE: Apache...? by Plik on 01-02-2005 at 12:24 AM

quote:
Originally posted by Skin Ticket
142.165.147.157.com

Ip addresses dont have domain extensions ;)
it would just be 142.165.147.157
To test it go to 127.0.0.1 (localhost)
RE: Apache...? by Purity on 01-02-2005 at 01:09 AM

oh thanx, lol, its been awhile since i've tried this stuff:d

but i stil get "page cannot be displayed error"


RE: Apache...? by megamuff on 01-02-2005 at 02:23 AM

most people nowadays have routers, so  you will have to consult your router's instruction manual on how to set it up, you must foreward port 80 to your host computer's internal IP address.


RE: Apache...? by saralk on 01-02-2005 at 12:22 PM

quote:
Originally posted by Dan0208
Once you have apache fully set up and you get the test page when you type the localhost thing in your browser where do you go from that? like how do I add my own pages. i gather i put them in the apache directory but there are so many folders within that.
And also how do i go about making the page visible to the public? I tried that no-ip website and signed up. however whenever i type my external ip into the browser or my no-ip address it goes straight to the login screen for my router with username pword etc.
Any help on this would be greatly appreciated.

i think its the htdocs directory.
RE: Apache...? by lizard.boy on 01-02-2005 at 07:53 PM

there is a file that contatins a string that lets you change where the web documents are stored. i prefer to keep them on c:\web.


RE: Apache...? by megamuff on 01-03-2005 at 02:09 AM

if you dont like what directory it serves the files from, open httpd.conf and look for that directory, there is usually more than one listing of it, in which case change both to the new folder you want to serve from.


RE: Apache...? by Dan0208 on 01-03-2005 at 04:38 AM

ok thanks for that. can anyone help with my other question. concerning allowing pages i have placed within the apache directory to be viewable to the public??

quote:
Dan0208: And also how do i go about making the page visible to the public? I tried that no-ip website and signed up. however whenever i type my external ip into the browser or my no-ip address it goes straight to the login screen for my router with username pword etc.

RE: Apache...? by megamuff on 01-03-2005 at 05:27 AM

quote:
Originally posted by Dan0208
ok thanks for that. can anyone help with my other question. concerning allowing pages i have placed within the apache directory to be viewable to the public??

no-ip.com can help if you make sure it is pointing to your external ip and not internal. internal is 192.168.*.*

quote:
Originally posted by megamuff
most people nowadays have routers, so  you will have to consult your router's instruction manual on how to set it up, you must foreward port 80 to your host computer's internal IP address.

RE: Apache...? by spokes on 01-03-2005 at 12:14 PM

im using apahce 1.33, have no idea how it works, all i no is that to start nd stop it u gotta go into services :D


RE: Apache...? by Chris.1 on 01-03-2005 at 01:17 PM

As megamuff says, all you have to do is go into your router and instruct it to forward all external requests on port 80 to your machines internal IP address (192.168.*.* usually).

In my  case (I am using a very cheap £20 router - it works better than some of the £60+ router's ive seen) it's called "Virtual Server" which is under a 'NAT' submenu.

Once you have done that, external access will work.


RE: Apache...? by jren207 on 01-25-2005 at 11:05 PM

I use apache 2.0.52 and works fine , ( http://www.jren207.com ) (go see the power or my server lol, if my pc is switched on :P )

anyway, basics (some of this might have been mentioned but i thought i'd confirm stuff) ...

To keep the no-ip ip address updated automatically, go to the downloads section and download the no-ip duc (dynamic update client). Then run it as a system service so you don't have to bother with it. So when you next connect and you ip address may be different, the updater will send your ip to the no-ip servers and that's it :P

All your configuration is in the httpd.conf file, if you want to serve php enabled sites, you need to edit it's php.ini file and add a little part to the httpd.conf for apache to load it. More can be found at the php site ( http://www.php.net ).

If you need to serve cgi pages (cgi is outdated but if you need / want to), download active-perl from active-state (can't remember the place to download, google it :p). Then put your scripts in the cgi-bin folder.

To visit your site without a no-ip address through the internet (for testing etc.), you need to type it like this:

http://81.175.23.4 (or whatever you ip address is, make sure you set up your router etc.)

local testing:

http://localhost

and thats pretty much it, look at the read-me's with the various things (apache, php etc.) or their online documentation (y)