Hi, If you server machine has got the external IP assigned to it you'd simply need to tell apache to listen to that interface, e.g.: Listen EXTERNAL_IP_ADDRESS_HERE:8080 If your server machine is behind a firewall / nat, you'd need to configure your router / firewall to map traffic for 8080 to your server machine. That's however nothing to do with apache itself... -- Henric Blomgren Web developer & Server administrator Digital Routes Ltd - (0044) (0) 1343 552275 Skype: henric_040 On 12/05/2008, aldiaz84 <aldiaz84@xxxxxxxxx> wrote: > > Hi! , i have some doubts about apache config to publish mi aplication in web > > I have an apache server runnig at port 8080 , whith my web aplication, all > it's ok. > I want to acces to my app by the Web, i have an Public ip adress, and i want > to associate it to my localhost ip. > > i have http://127.0.0.1:8080/myapp > > i want http://public_ip/myapp > > What must i do to config that ?? > > Thanks a lot, and sorry for my english! > -- > View this message in context: http://www.nabble.com/Web-publication%2C-elemental-doubt-tp17184826p17184826.html > Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx