>   but in that case the webpages will be served only when i explicitly
> mention the port no as 81
>   for eg:
>      http://localhost:81
> but what i want to do is that . i want to run apache server at port 81 and
> want to access the pages without mentioning the port 81
>   some thing similar to
>     http://localhost
>
> Is this possible..?

Nope. In simple terms, the address bar format is 
"(protocol)://host[:port]". Port is optional if you are going to use the 
default port for the associated protocol such port 80 for http. If you 
don't use the default for the protocol, you have to explicitly specify it.

-- 
0
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to