You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello, I am novice using IHS, and would like to know what is the default port of IHS. I installed IHS v6.1 on windows, started the service and type 127.0.0.1 in browser's address bar, but nothing happens. Is this the correct procedure?
Sávio
Ken Hygh
unread,
Aug 6, 2009, 9:17:19 AM8/6/09
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
savi...@gmail.com wrote: > Hello, > I am novice using IHS, and would like to know what is the default port of IHS. I installed IHS v6.1 on windows, started the service and type 127.0.0.1 in browser's address bar, but nothing happens. Is this the correct procedure? >
> S�vio
80
Ken
Slaacker
unread,
Sep 9, 2009, 4:12:12 PM9/9/09
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
try typing http://+hostname+
Slaacker
unread,
Sep 9, 2009, 4:13:21 PM9/9/09
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
that was meant to be italics. Just type the hostname in the address bar.
Slaacker
unread,
Sep 9, 2009, 4:26:39 PM9/9/09
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
apache -t -f apache -t -f c:\ibm\ihs61\conf\httpd:conf Hit Enter
If ok, you should see: Syntax OK
If not, it will give you the line where the bad syntax is.
Pushpender
unread,
Oct 30, 2009, 7:10:30 AM10/30/09
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello If you want to check the port on which http server is meant to listen go to /conf/ ,open httpd.conf. Search for Listen example Listen 80 (HTTP Server meant to listen on port 80) Accessing HTTP server http://localhost/ if port is 81(example) http://localhost:81/ thanks