- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to open Port 80
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-03-2003 04:18 AM
12-03-2003 04:18 AM
Re: How to open Port 80
Port 8080 (Make sure nothing is running on port 8080)
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 04:23 AM
12-03-2003 04:23 AM
Re: How to open Port 80
I tried it but without success:
I changed the Servername (8080 instead of 80) and the same in Listen
Is this enough?
The result: Still the same, not to reach and the same from ps -ef
Oliver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 04:31 AM
12-03-2003 04:31 AM
Re: How to open Port 80
e.g :-
ServerName kapsws1
Port 8080
You may remove /comment "Listen" line itself after adding the above
Listen is used when u need apache to listen only through a single interface /IP!
Give it a try ....
It's late now and i am leaving .. Tomorrow if u can post the following it will be help full
cat httpd.conf |grep -v ^#
netstat -a |egrep -i "80|www"
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 04:52 AM
12-03-2003 04:52 AM
Re: How to open Port 80
thanks again very much for your help. Here the both printouts you asked me for. i really hope that they will give more infomation!!
root@ipp060: kill -9 18499
[2]+ Killed ./apachectl start
root@ipp060: ps -ef |grep apachectl
root 18505 17965 0 18:45:51 pts/1 0:00 grep apachectl
root@ipp060: pwd
/opt/hpapache2/bin
root@ipp060: ..
root@ipp060: cd conf/
root@ipp060: cat httpd.conf |grep -v ^#
ServerRoot "/opt/hpapache2"
PidFile logs/httpd.pid
Timeout 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15
StartServers 2
MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
LoadModule access_module modules/mod_access.so
LoadModule auth_module modules/mod_auth.so
LoadModule auth_anon_module modules/mod_auth_anon.so
LoadModule auth_dbm_module modules/mod_auth_dbm.so
LoadModule auth_digest_module modules/mod_auth_digest.so
LoadModule file_cache_module modules/mod_file_cache.so
LoadModule echo_module modules/mod_echo.so
LoadModule cache_module modules/mod_cache.so
LoadModule disk_cache_module modules/mod_disk_cache.so
LoadModule ext_filter_module modules/mod_ext_filter.so
LoadModule case_filter_module modules/mod_case_filter.so
LoadModule case_filter_in_module modules/mod_case_filter_in.so
LoadModule include_module modules/mod_include.so
LoadModule log_config_module modules/mod_log_config.so
LoadModule env_module modules/mod_env.so
LoadModule mime_magic_module modules/mod_mime_magic.so
LoadModule cern_meta_module modules/mod_cern_meta.so
LoadModule expires_module modules/mod_expires.so
LoadModule headers_module modules/mod_headers.so
LoadModule usertrack_module modules/mod_usertrack.so
LoadModule setenvif_module modules/mod_setenvif.so
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule ssl_module modules/mod_ssl.so
LoadModule mime_module modules/mod_mime.so
LoadModule dav_module modules/mod_dav.so
LoadModule status_module modules/mod_status.so
LoadModule autoindex_module modules/mod_autoindex.so
LoadModule asis_module modules/mod_asis.so
LoadModule info_module modules/mod_info.so
LoadModule suexec_module modules/mod_suexec.so
LoadModule cgid_module modules/mod_cgid.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule vhost_alias_module modules/mod_vhost_alias.so
LoadModule negotiation_module modules/mod_negotiation.so
LoadModule dir_module modules/mod_dir.so
LoadModule imap_module modules/mod_imap.so
LoadModule actions_module modules/mod_actions.so
LoadModule speling_module modules/mod_speling.so
LoadModule userdir_module modules/mod_userdir.so
LoadModule alias_module modules/mod_alias.so
LoadModule rewrite_module modules/mod_rewrite.so
ExtendedStatus On
User geronimo
Group gokliya
ServerAdmin o.schmitz@fz-juelich.de
ServerName 134.94.245.118:8080
UseCanonicalName Off
DocumentRoot "/opt/hpapache2/htdocs"
Options FollowSymLinks
AllowOverride None
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
UserDir public_html
DirectoryIndex index.html index.html.var index.php
AccessFileName .htaccess
Order allow,deny
Deny from all
TypesConfig conf/mime.types
DefaultType text/plain
MIMEMagicFile conf/magic
HostnameLookups Off
ErrorLog logs/error_log
LogLevel warn
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
ServerTokens Full
ServerSignature On
Alias /icons/ "/opt/hpapache2/icons/"
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Alias /manual "/opt/hpapache2/hp_apache_docs/manual"
Options Indexes FollowSymLinks MultiViews IncludesNoExec
AddOutputFilter Includes html
AllowOverride None
Order allow,deny
Allow from all
ScriptAlias /cgi-bin/ "/opt/hpapache2/cgi-bin/"
Scriptsock logs/cgisock
AllowOverride None
Options None
Order allow,deny
Allow from all
IndexOptions FancyIndexing VersionSort
AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
AddIconByType (TXT,/icons/text.gif) text/*
AddIconByType (IMG,/icons/image2.gif) image/*
AddIconByType (SND,/icons/sound2.gif) audio/*
AddIconByType (VID,/icons/movie.gif) video/*
AddIcon /icons/binary.gif .bin .exe
AddIcon /icons/binhex.gif .hqx
AddIcon /icons/tar.gif .tar
AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
AddIcon /icons/a.gif .ps .ai .eps
AddIcon /icons/layout.gif .html .shtml .htm .pdf
AddIcon /icons/text.gif .txt
AddIcon /icons/c.gif .c
AddIcon /icons/p.gif .pl .py
AddIcon /icons/f.gif .for
AddIcon /icons/dvi.gif .dvi
AddIcon /icons/uuencoded.gif .uu
AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl .php .phps
AddIcon /icons/tex.gif .tex
AddIcon /icons/bomb.gif core
AddIcon /icons/back.gif ..
AddIcon /icons/hand.right.gif README
AddIcon /icons/folder.gif ^^DIRECTORY^^
AddIcon /icons/blank.gif ^^BLANKICON^^
DefaultIcon /icons/unknown.gif
ReadmeName README.html
HeaderName HEADER.html
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
AddEncoding x-compress Z
AddEncoding x-gzip gz tgz
AddLanguage da .dk
AddLanguage nl .nl
AddLanguage en .en
AddLanguage et .et
AddLanguage fr .fr
AddLanguage de .de
AddLanguage he .he
AddLanguage el .el
AddLanguage it .it
AddLanguage ja .ja
AddLanguage pl .po
AddLanguage ko .ko
AddLanguage pt .pt
AddLanguage nn .nn
AddLanguage no .no
AddLanguage pt-br .pt-br
AddLanguage ltz .ltz
AddLanguage ca .ca
AddLanguage es .es
AddLanguage sv .se
AddLanguage cz .cz
AddLanguage ru .ru
AddLanguage tw .tw
AddLanguage zh-tw .tw
AddLanguage hr .hr
LanguagePriority en da nl et fr de el it ja ko no pl pt pt-br ltz ca es sv tw
ForceLanguagePriority Prefer Fallback
AddDefaultCharset ISO-8859-1
AddCharset ISO-8859-1 .iso8859-1 .latin1
AddCharset ISO-8859-2 .iso8859-2 .latin2 .cen
AddCharset ISO-8859-3 .iso8859-3 .latin3
AddCharset ISO-8859-4 .iso8859-4 .latin4
AddCharset ISO-8859-5 .iso8859-5 .latin5 .cyr .iso-ru
AddCharset ISO-8859-6 .iso8859-6 .latin6 .arb
AddCharset ISO-8859-7 .iso8859-7 .latin7 .grk
AddCharset ISO-8859-8 .iso8859-8 .latin8 .heb
AddCharset ISO-8859-9 .iso8859-9 .latin9 .trk
AddCharset ISO-2022-JP .iso2022-jp .jis
AddCharset ISO-2022-KR .iso2022-kr .kis
AddCharset ISO-2022-CN .iso2022-cn .cis
AddCharset Big5 .Big5 .big5
AddCharset WINDOWS-1251 .cp-1251 .win-1251
AddCharset CP866 .cp866
AddCharset KOI8-r .koi8-r .koi8-ru
AddCharset KOI8-ru .koi8-uk .ua
AddCharset ISO-10646-UCS-2 .ucs2
AddCharset ISO-10646-UCS-4 .ucs4
AddCharset UTF-8 .utf8
AddCharset GB2312 .gb2312 .gb
AddCharset utf-7 .utf7
AddCharset utf-8 .utf8
AddCharset big5 .big5 .b5
AddCharset EUC-TW .euc-tw
AddCharset EUC-JP .euc-jp
AddCharset EUC-KR .euc-kr
AddCharset shift_jis .sjis
AddType application/x-tar .tgz
AddType image/x-icon .ico
SetOutputFilter PHP
SetInputFilter PHP
AddHandler type-map var
BrowserMatch "Mozilla/2" nokeepalive
BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
BrowserMatch "RealPlayer 4\.0" force-response-1.0
BrowserMatch "Java/1\.0" force-response-1.0
BrowserMatch "JDK/1\.0" force-response-1.0
BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
BrowserMatch "^WebDrive" redirect-carefully
BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
Include conf/ssl.conf
# Allows access to hp_apache_docs from a browser
# use http://yourserver.com/hp_apache_docs
# To prevent access, comment the following lines out.
Alias /hp_apache_docs "/opt/hpapache2/hp_apache_docs"
Options None
Order allow,deny
Allow from all
# Allows access to tomcat_docs from a browser
# use http://yourserver.com/tomcat_docs
# To prevent access, comment the following lines out.
Alias /tomcat_docs "/opt/hpapache2/tomcat/doc"
Options None
Order allow,deny
Allow from all
# Allows access to apache.wbm for Webmin.
# use http://yourserver.com/webmin/plugins
# To prevent access, comment the following lines out.
Alias /webmin/plugins "/opt/hpapache2/webmin/plugins"
Options None
Order allow,deny
Allow from all
ExtFilterDefine to-html mode=output intype=text/c outtype=text/html \
cmd="/usr/local/bin/enscript --color -W html -Ec -o - -"
SetOutputFilter to-html
AddType text/c .c
PerlModule ModPerl::Registry
PerlModule Apache::Server
SetHandler perl-script
PerlHandler ModPerl::Registry::handler
Options +ExecCGI
PerlOptions +ParseHeaders
root@ipp060: netstat -a |egrep -i "80|www"
49700b80 dgram 0 0 6ed8548 0 0 0 /var/spool/pwgr/daemon
49700e80 dgram 0 0 6eb9738 0 0 0 /opt/dcelocal/var/rpc/local/01746/reaper
493e2580 dgram 0 0 6ef3b28 0 0 0 /var/spool/sockets/pwgr/client1363
493e2b80 stream 0 0 0 495622c0 0 0
4ab03280 stream 0 0 0 49d586c0 0 0 /var/spool/sockets/grmd
49ec3980 stream 0 0 0 49d585c0 0 0
4ab03e80 stream 0 0 0 49d581c0 0 0 /var/spool/sockets/X11/0
49ce47c0 stream 0 0 0 4a162180 0 0 /var/spool/sockets/ICE/19927
49c64b40 stream 0 0 0 4a162380 0 0
4a7f6c40 stream 0 0 0 4a162800 0 0 /var/spool/sockets/ICE/19927
497d77c0 stream 0 0 0 49d580c0 0 0 /var/spool/sockets/X11/0
49827800 stream 0 0 6eb85c8 0 0 0 /opt/dcelocal/var/rpc/local/s-0/49164
49827c80 dgram 0 0 6f132e8 0 0 0 /var/spool/sockets/pwgr/client1799
4ab88040 stream 0 0 0 49701700 0 0
49638040 stream 0 0 0 495623c0 0 0
49f99280 dgram 0 0 6e14098 0 0 0 /var/spool/sockets/pwgr/client18120
49f99b80 dgram 0 0 7070e68 0 0 0 /var/spool/sockets/pwgr/client17949
49cba280 dgram 0 0 6dd2298 0 0 0 /var/spool/sockets/pwgr/client19935
49cba580 stream 32 0 0 49d58a40 0 0
49cbae80 dgram 0 0 70a28c8 0 0 0 /var/spool/sockets/pwgr/client18473
4966b080 dgram 0 0 6eee5e8 0 0 0 /opt/dcelocal/var/rpc/local/s-3/135
4966b380 dgram 0 0 6eede28 0 0 0 /opt/dcelocal/var/rpc/local/01495/c-3/7000
4966b500 dgram 0 0 6eedc38 0 49701d80 0 /opt/dcelocal/var/rpc/local/01495/c-3/shared
4966b680 dgram 0 0 6eeda48 0 0 0 /opt/dcelocal/var/rpc/local/01495/c-3/7002
4966b800 stream 0 0 6eea9d8 0 0 0 /var/dmi/socket/dmispSocket
4966b980 dgram 0 0 6f63b58 0 0 0 /var/spool/sockets/pwgr/client1521
49c3c200 stream 0 0 0 49701800 0 0 /var/dmi/socket/dmispSocket
49c3c980 dgram 0 0 6e39558 49562840 0 0 /opt/dcelocal/var/rpc/local/01521/c-3/7001
49b8c940 stream 0 0 0 49701e80 0 0
49f7ccc0 dgram 0 0 70e80e8 0 0 0 /var/spool/sockets/pwgr/client29254
4a18d580 stream 0 0 7180078 0 0 0 /tmp/ssh-iYh29238/agent.29238
4989f100 stream 0 0 0 49701c80 0 0 /tmp/.AgentSockets/A
4989f580 stream 0 0 6ee8eb8 0 0 0 /opt/dcelocal/var/rpc/local/s-0/3275
4989fb80 dgram 0 0 6ed6e08 0 0 0 /var/spool/sockets/pwgr/client2151
4989fe80 dgram 0 0 6e9e348 0 0 0 /var/spool/sockets/pwgr/client11085
Thanks again, have a nice evening.
Best regards,
oliver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 05:45 AM
12-03-2003 05:45 AM
Re: How to open Port 80
Did not know you have a 64 bit kernel,
http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/binaries/hpux/B.11.00/vxfs/64/9000_800/
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 07:23 AM
12-03-2003 07:23 AM
Re: How to open Port 80
Listen 80
Kill apache if it's "running", then then try it again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2003 01:55 AM
12-04-2003 01:55 AM
Re: How to open Port 80
finally finally I found the reason for all this trouble: If I switch of the proxy related modules in the httpd.conf it works without trouble!!!
I switched of mod_proxy_connect.so and the related ones and because I do not need a proxy in my application here I am happy with that!
But is this really a solution? Does anybody have heard about similar trouble with this module. It seems to be destroyed because it graps my processor and no timeout is reached, no errormessage delivered.
Maybe someone has made the same experience.
Best regards and thank you all very much for the intense help,
Oliver
- « Previous
-
- 1
- 2
- Next »