jmcmyne
11-11-2002, 05:05 PM
How does apache http server work.....Does it just set up on a computer That is connected to the intenet?...Can it be on the same computer as the one u use,,, Is their a bandwidth limit?
![]() | View Full Version : Apache jmcmyne 11-11-2002, 05:05 PM How does apache http server work.....Does it just set up on a computer That is connected to the intenet?...Can it be on the same computer as the one u use,,, Is their a bandwidth limit? IGobyTerry 11-11-2002, 05:15 PM Well, if you want other people to be able to view your site, then yes, you have to be connected to the net. However, you can just have apache running without being connected to the net and you can test stuff out by going to http://localhost/ jmcmyne 11-11-2002, 05:54 PM On apache what would be the url for viewers to access my page? cradleoffilt 11-11-2002, 05:57 PM If you are using Apache, jsut upload all of your pages into the HTML or PUBLIC_HTML folder and then just type in http://yoururl.com/pagewanted and it should come out fine TowerHost 11-11-2002, 06:18 PM Also if you don't have a domain name you can use : http://serverip/youraccountname/yourfile.html ;) TowerHost 11-11-2002, 06:22 PM It can be the same computer that you use but this isn't a good idea if you're trying to hosting something with many visitors. Depending on your ISP connection your hosting speed will be limited by it. You can host a small site off cable but make sure to check your ISP's terms of agreement before doing so. Have fun! jic 11-12-2002, 05:33 AM You can really only limit through apache with mod_throttle. Look at your apache config and see if there is anything that says "ThrottlePolicy" at all. That will let you know if its apache or your connection. m0nkeyhost 11-12-2002, 07:43 AM Make sure you check out www.apache.org for documentation on setting it up. Darth 11-12-2002, 07:44 AM http://www.vbulletin.com/manual/apache.html LindonNetworks 01-09-2003, 05:54 PM http://www.dyndns.org/ will point a domain to your IP. That is what I did. |