What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Apache...?

Pages: (2): « First « 1 [ 2 ] Last »
Apache...?
Author: Message:
saralk
Veteran Member
*****

Avatar

Posts: 2598
Reputation: 38
35 / Male / Flag
Joined: Feb 2003
RE: Apache...?
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.
The Artist Formerly Known As saralk
London · New York · Paris
Est. 1989
01-02-2005 12:22 PM
Profile PM Find Quote Report
lizard.boy
Veteran Member
*****

Avatar

Posts: 1708
Reputation: 24
33 / Male / Flag
Joined: Mar 2003
RE: Apache...?
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.
01-02-2005 07:53 PM
Profile E-Mail PM Find Quote Report
megamuff
Full Member
***


Posts: 128
Reputation: -12
36 / – / –
Joined: Apr 2003
RE: Apache...?
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.

This post was edited on 01-03-2005 at 02:09 AM by megamuff.
01-03-2005 02:09 AM
Profile PM Find Quote Report
Dan0208
Full Member
***

Avatar

Posts: 193
Reputation: 6
36 / Male / –
Joined: Dec 2003
RE: Apache...?
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.
[Image: wetpix%20sig.png]
01-03-2005 04:38 AM
Profile E-Mail PM Web Find Quote Report
megamuff
Full Member
***


Posts: 128
Reputation: -12
36 / – / –
Joined: Apr 2003
RE: Apache...?
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.
01-03-2005 05:27 AM
Profile PM Find Quote Report
spokes
Full Member
***

Avatar
I <3 Rollerblading

Posts: 423
Reputation: 10
33 / Male / Flag
Joined: May 2004
RE: Apache...?
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

[Image: sig15ws.png]
01-03-2005 12:14 PM
Profile E-Mail PM Web Find Quote Report
Chris.1
Full Member
***

Avatar
addicted to the net

Posts: 363
Reputation: 3
36 / Male / –
Joined: Jun 2003
RE: Apache...?
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.
01-03-2005 01:17 PM
Profile E-Mail PM Web Find Quote Report
jren207
Senior Member
****

Avatar
JR! - We <3 Fanta

Posts: 870
Reputation: 28
35 / Male / –
Joined: Sep 2003
RE: Apache...?
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)

This post was edited on 01-07-2006 at 11:10 PM by jren207.
01-25-2005 11:05 PM
Profile E-Mail PM Web Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On