Quote:
Originally posted by Jadelit
what configuration would I have to do to make this accessable from the internet via IP address..?
|
you have to configure apache somehow... I have managed to get it working for one person... but when I give the address out to another person it doesn't work for him.. coincedentally, the person it works for uses the same ISP and lives not even 2 minutes away from me. but it doesn't work for anyone else. but anyways.....
if your ISP allows the use of port 80 then cool, if not you have to set it to another port, the next typical port is 8080, i also set listen to my ip address,
Quote:
Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, in addition to the default. See also the <VirtualHost>
# directive.
|
all in the httpd.conf file.
Of course this could be dumb luck seeing as i have no knowledge of apache..Well cept fot the port.. I know that much