Re: [users@httpd] Calling a page when not using the port 80

2011-11-29 Thread Geoff Froud
http://localhost:/cgi-bin/test.cgi On 29/11/2011 13:48, luciano de souza wrote: Hello listers, Two programs have been used the port 80. So I decide to move Apache to . When I do: http://localhost:, I am sucessful. In other words, the expected page is shown. However, I got an err

[users@httpd] Calling a page when not using the port 80

2011-11-29 Thread luciano de souza
Hello listers, Two programs have been used the port 80. So I decide to move Apache to . When I do: http://localhost:, I am sucessful. In other words, the expected page is shown. However, I got an error when doing: http://localhost/cgi-bin/test.cgi: So I ask: what's the correct way t