Question:
How to connect to a apache server?
Rie
2012-11-21 22:45:47 UTC
i am running a apache server from one of my computers and it is on a private network i would like to know how to connect to it from another computer i know to connect to it from the computer that it is on is http://localhost/ but how do i connect from another computer
Three answers:
lundry
2016-12-12 23:51:39 UTC
i could propose not utilising Sendmail. regardless of years of differences it has substitute into very complicated with undesirable protection. extra appropriate to apply Postfix that's a very gentle server with super coping with ability. And constantly use the Maildir/ form storage, on a hectic server the /var/spool/mail storage creates clumsy records containing all inbox mails in one report. those frequently corrupt. they're fantastically much impossible to recuperate, different than via instruction manual modifying. and you do not say which IMAP/POP3 server you're utilising, some are very undesirable. you are able to't connect apache to the mail gadget. you're able to jot down a mail server software utilising IMAP for it. this could easily want the Maildir/ format to be obtainable. you will could set up sasl authentication for use with SMTP customers. you're able to try installation the Squirrelmail IMAP server, this could be a sturdy IMAP interface. you'll want the server to have a totally qualified area call on the registrar's DNS servers, or you would be blocked as a unsolicited mail probability. and ensure the MX records are ultimate. Be somewhat careful of protection. A poorly configured server can placed you on each unsolicited mail blacklist in the international interior each week. Get on an AOL blacklist and you're on it for lie.
2012-11-21 22:51:07 UTC
You need to know the host's IP address or its name on the network. If the machine has a local network address of, for example, 192.168.0.5, and apache is listening on a port (usually 80) that's not blocked by a firewall, then on another machine you could browse to http://192.168.0.5



If the machine is registering itself with the local network's router, with a machine name of, say, "newton", then you could also browse its apache service via http://newton
2012-11-21 22:53:21 UTC
what system are you using on the server computer?



-- if windows, press [WIN]+R, type cmd, enter.

type ipconfig.

get the ipv4 address and use one of the computers to visit that ip. (ip should looks like ##.##.##.##)



--if linux, open commander, type ifconfig, find out your ip, and just visit it from another computer :D





my english is bad but hope it helps


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...