- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Hp Apache WebServer
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 12:32 AM
12-21-2005 12:32 AM
Hp Apache WebServer
My environment as follows:
O/s: hpux 11iv2 (11.23)
Apache web server 2.0.55
my it team has started the apache web server from the root /opt/hpws/apache
i have made the modifications on httpd.conf where i have made these changes.
(1) listen <8080>
(2) server name :
When i tried to access the url http://ipaddress:8080, its not showing the page instead it says page not found.
if anyone can suggest me some workaround it would be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 02:06 AM
12-21-2005 02:06 AM
Re: Hp Apache WebServer
Port 8080 is reserverd for https.
so unix will only except https names.
If you realy want to do this you must edit /etc/services/
and make port 8080 the same as 80.
But i would recommended. its better to take a port which is not in use.
grtz. Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 02:07 AM
12-21-2005 02:07 AM
Re: Hp Apache WebServer
can You check that
"tcp ipaddress:8080 * "
is listed in the output of:
netstat -na |grep LISTEN
if not, apache has either failed start for some reason, or was not restarted properly
after the configuration update.
also, if using Internet Explorer, You MUST include "http://" in the URL You type in or it will always display the error You see.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 03:23 AM
12-21-2005 03:23 AM
Re: Hp Apache WebServer
8080 is completely ok for http, though some -idiotic- proxy software uses it instead of 3128.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 07:00 AM
12-21-2005 07:00 AM
Re: Hp Apache WebServer
logest, cat /etc/servers | grep 8080 and make sure port 8080 isn't reserved on your system for something else.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 08:03 AM
12-21-2005 08:03 AM
Re: Hp Apache WebServer
1) if you have 'lsof', you can do a 'lsof -i:8080' to see what application/process is listening to port 8080
2) see if there are any errors logged in
-srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 08:37 AM
12-21-2005 08:37 AM
Re: Hp Apache WebServer
I only can say i'm a little bit sick.
again my appology.
grtz. Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 08:59 AM
12-21-2005 08:59 AM
Re: Hp Apache WebServer
(1) listen <8080>
(2) server name :
(3) stop and start the apache server.
You may have done this, but your steps listed are not complete.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 02:35 PM
12-21-2005 02:35 PM
Re: Hp Apache WebServer
From what you've done seem right, with the exception of restarting HTTP (as mentioned above). A "# kill HUP
There could be a few reasons with this issue:
1 - Other configurtion might casue this in http.conf
2 - Another application is using port 8080 (if you have 'lsof', use it to verify).
3 - The version of apache you're running is for another version of HP-UX.
Let us know how you go.
Jov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 02:37 PM
12-21-2005 02:37 PM
Re: Hp Apache WebServer
From what you've done seem right, with the exception of restarting HTTP (as mentioned above). A "# kill HUP
There could be a few reasons with this issue:
1 - Other configurtion might casue this in http.conf
2 - Another application is using port 8080 (if you have 'lsof', use it to verify).
3 - The default.html or index.html does not exist for whatever reason.
4 - The version of apache you're running is for another version of HP-UX.
Let us know how you go.
Jov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 04:57 PM
12-21-2005 04:57 PM
Re: Hp Apache WebServer
# netstat -na | grep 8080
Did you reconfigure apache after changing configuration in httpd.conf file? So that changes will get EFFECT.
Is there a index.html file in the docsroot directory? Check whether apache is running or not as,
# ps -ef | grep apache
Is there any error messages in apache log file?
Post this information.
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 05:02 PM
12-21-2005 05:02 PM
Re: Hp Apache WebServer
Try this before starting Apache,
# netstat -na |grep -E 8080
and make sure nothing listens on port 8080.
-Arun