netware 6.5 sp2 Have setup a web page on a seconary IP address Load appache with the following command line LOAD ADDRESS SPACE = CSMI APACHE2 -f SYS:APACHE2\CSMI\SERVER\HTTPD.CONF Where HTTPD.CONF is set up to Listen 172.16.212.2:80 which is a secondary ip address A display secondary ipaddress at the server lists the seconary ipaddress I can ping the secondary ip address from the client in Remote manager using IP Address management the secondary IP addresses are not listed When I attempt to brose to the HTTP://172.16.212.2 address I do not see the web page I expect but the web page you would expect to get with HTTPS://primary ip address:2200 Any ideas as to why this is happening
![]() |
0 |
![]() |
Good evening Peter, A guess, but check the httpd.conf for your primary server and make sure the Listen directive(s) includes both ip address and port values. Also set the Log Level for your secondary server to 'debug' and see what the log files report. If you type: m apache2 at the server console it should show two copies of the apache2 nlm are loaded... Norm "Pete watters" <petew@csmicorp.com> wrote in message news:uofJd.387$4_5.238@prv-forum2.provo.novell.com... > netware 6.5 sp2 > > Have setup a web page on a seconary IP address > > > Load appache with the following command line > > > LOAD ADDRESS SPACE = CSMI APACHE2 -f SYS:APACHE2\CSMI\SERVER\HTTPD.CONF > > > Where HTTPD.CONF is set up to Listen 172.16.212.2:80 which is a > secondary ip address > > A display secondary ipaddress at the server lists the seconary ipaddress > > I can ping the secondary ip address from the client > > in Remote manager using IP Address management the secondary IP > addresses are not listed > > When I attempt to brose to the HTTP://172.16.212.2 address I do not see > the web page I expect but the web page you would expect to get > with HTTPS://primary ip address:2200 > > > Any ideas as to why this is happening >
![]() |
0 |
![]() |
This is a multi-part message in MIME format. --------------010108070700080708080308 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit The command used to load this instance of Apache 2 is LOAD ADDRESS SPACE = CSMI APACHE2 -f SYS:APACHE2\CSMI\SERVER\HTTPD.CONF There are 3 instances of Apache loaded 2 from the Netware 65 defaults and the one I am having problems with - if I change the -f flag in the load to -E line in the ap2webup.ncf what happens I have attached my HTTPD.CONF FILE NormW wrote: > Good evening Peter, > A guess, but check the httpd.conf for your primary server and make sure the > Listen directive(s) includes both ip address and port values. > Also set the Log Level for your secondary server to 'debug' and see what the > log files report. > If you type: > m apache2 > at the server console it should show two copies of the apache2 nlm are > loaded... > Norm > > > "Pete watters" <petew@csmicorp.com> wrote in message > news:uofJd.387$4_5.238@prv-forum2.provo.novell.com... > >>netware 6.5 sp2 >> >>Have setup a web page on a seconary IP address >> >> >>Load appache with the following command line >> >> >>LOAD ADDRESS SPACE = CSMI APACHE2 -f SYS:APACHE2\CSMI\SERVER\HTTPD.CONF >> >> >>Where HTTPD.CONF is set up to Listen 172.16.212.2:80 which is a >>secondary ip address >> >>A display secondary ipaddress at the server lists the seconary ipaddress >> >>I can ping the secondary ip address from the client >> >>in Remote manager using IP Address management the secondary IP >>addresses are not listed >> >>When I attempt to brose to the HTTP://172.16.212.2 address I do not see >>the web page I expect but the web page you would expect to get >>with HTTPS://primary ip address:2200 >> >> >>Any ideas as to why this is happening >> > > > --------------010108070700080708080308 Content-Type: text/plain; name="httpd.conf" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="httpd.conf" # sys:/apache2/conf/srm.conf # sys:/apache2/conf/access.conf # unless you have overridden these with ResourceConfig and/or # AccessConfig directives here. # # The configuration directives # global environment # main' or 'default' server # Settings for virtual hosts # # ### Section 1: Global Environment # ServerRoot "sys:/apache2" #ResourceConfig conf/srm.conf #AccessConfig conf/access.conf Timeout 300 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 15 ThreadStackSize 65536 MaxRequestsPerChild 0 ######################################################### # Commands loaded my Netware 6 # #LoadModule lcgi_module modules/mod_lcgi.nlm #LoadModule nds_auth_module modules/mod_nds.nlm #LoadModule tls_module modules/mod_tls.nlm #ServerAdmin someone@somewhere.com #ServerName CSMI6X5.CSMICORP.COM ######################################################### # # Listen: Allows you to bind Apache to specific IP addresses and/or # ports, in addition to the default. See also the <VirtualHost> # directive. # #Listen 3000 Listen 172.16.212.2:80 ### Section 2: 'Main' server configuration listen 80 ServerAdmin PETEW@CSMICORP.COM ServerName 172.16.212.2 DocumentRoot "sys:/apache2/WWW/CSMI" <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory "sys:/apache2/www/csmi"> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny Allow from all </Directory> <IfModule mod_userdir.c> UserDir /home/*/public_html </IfModule> #<Directory /home/*/public_html> # AllowOverride FileInfo AuthConfig Limit # Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec # <Limit GET POST OPTIONS PROPFIND> # Order allow,deny # Allow from all # </Limit> # <LimitExcept GET POST OPTIONS PROPFIND> # Order deny,allow # Deny from all # </LimitExcept> #</Directory> <IfModule mod_dir.c> DirectoryIndex index.html index.htm index.jsp </IfModule> AccessFileName .htaccess <Files ~ "^\.ht"> Order allow,deny Deny from all </Files> #CacheNegotiatedDocs UseCanonicalName On <IfModule mod_mime.c> TypesConfig conf/mime.types </IfModule> DefaultType text/plain # # The mod_mime_magic module allows the server to use various hints from the # contents of the file itself to determine its type. The MIMEMagicFile # directive tells the module where the hint definitions are located. # mod_mime_magic is not part of the default server (you have to add # it yourself with a LoadModule [see the DSO paragraph in the 'Global # Environment' section], or recompile the server and include mod_mime_magic # as part of the configuration), so it's enclosed in an <IfModule> container. # This means that the MIMEMagicFile directive will only be processed if the # module is part of the server. # <IfModule mod_mime_magic.c> MIMEMagicFile conf/magic </IfModule> HostnameLookups Off ErrorLog logs/error_lognew LogLevel warn # # The following directives define some format nicknames for use with # a CustomLog directive (see below). # 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 CustomLog logs/access_log common # # If you would like to have agent and referer logfiles, uncomment the # following directives. # #CustomLog logs/referer_log referer #CustomLog logs/agent_log agent # # If you prefer a single logfile with access, agent, and referer information # (Combined Logfile Format) you can use the following directive. # #CustomLog logs/access_log combined # # Optionally add a line containing the server version and virtual host # name to server-generated pages (error documents, FTP directory listings, # mod_status and mod_info output etc., but not CGI generated documents). # Set to "EMail" to also include a mailto: link to the ServerAdmin. # Set to one of: On | Off | EMail # ServerSignature On <IfModule mod_alias.c> Alias /icons/ "sys:/apache2/icons/" <Directory "sys:/apache2/icons"> Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all </Directory> ScriptAlias /cgi-bin/ "sys:/apache2/cgi-bin/" <Directory "sys:/apache2/cgi-bin"> AllowOverride None Options None Order allow,deny Allow from all </Directory> </IfModule> # End of aliases. # # Redirect allows you to tell clients about documents which used to exist in # your server's namespace, but do not anymore. This allows you to tell the # clients where to look for the relocated document. # Format: Redirect old-URI new-URL # # # Directives controlling the display of server-generated directory listings. # <IfModule mod_autoindex.c> IndexOptions FancyIndexing 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 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 # # AddDescription allows you to place a short description after a file in # server-generated indexes. These are only displayed for FancyIndexed # directories. # Format: AddDescription "description" filename # #AddDescription "GZIP compressed document" .gz #AddDescription "tar archive" .tar #AddDescription "GZIP compressed tar archive" .tgz # # ReadmeName is the name of the README file the server will look for by # default, and append to directory listings. # # HeaderName is the name of a file which should be prepended to # directory indexes. # # The server will first look for name.html and include it if found. # If name.html doesn't exist, the server will then look for name.txt # and include it as plaintext if found. # ReadmeName README HeaderName HEADER # # IndexIgnore is a set of filenames which directory indexing should ignore # and not include in the listing. Shell-style wildcarding is permitted. # IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t </IfModule> # End of indexing directives. # # Document types. # <IfModule mod_mime.c> # # AddEncoding allows you to have certain browsers (Mosaic/X 2.1+) uncompress # information on the fly. Note: Not all browsers support this. # Despite the name similarity, the following Add* directives have nothing # to do with the FancyIndexing customization directives above. # AddEncoding x-compress Z AddEncoding x-gzip gz tgz # # AddLanguage allows you to specify the language of a document. You can # then use content negotiation to give a browser a file in a language # it can understand. # # Note 1: The suffix does not have to be the same as the language # keyword --- those with documents in Polish (whose net-standard # language code is pl) may wish to use "AddLanguage pl .po" to # avoid the ambiguity with the common suffix for perl scripts. # # Note 2: The example entries below illustrate that in quite # some cases the two character 'Language' abbreviation is not # identical to the two character 'Country' code for its country, # E.g. 'Danmark/dk' versus 'Danish/da'. # # Note 3: In the case of 'ltz' we violate the RFC by using a three char # specifier. But there is 'work in progress' to fix this and get # the reference data for rfc1766 cleaned up. # # Danish (da) - Dutch (nl) - English (en) - Estonian (ee) # French (fr) - German (de) - Greek-Modern (el) # Italian (it) - Korean (kr) - Norwegian (no) # Portugese (pt) - Luxembourgeois* (ltz) # Spanish (es) - Swedish (sv) - Catalan (ca) - Czech(cz) # Polish (pl) - Brazilian Portuguese (pt-br) - Japanese (ja) # Russian (ru) # AddLanguage da .dk AddLanguage nl .nl AddLanguage en .en AddLanguage et .ee AddLanguage fr .fr AddLanguage de .de AddLanguage el .el AddLanguage he .he AddCharset ISO-8859-8 .iso8859-8 AddLanguage it .it AddLanguage ja .ja AddCharset ISO-2022-JP .jis AddLanguage kr .kr AddCharset ISO-2022-KR .iso-kr AddLanguage no .no AddLanguage pl .po AddCharset ISO-8859-2 .iso-pl AddLanguage pt .pt AddLanguage pt-br .pt-br AddLanguage ltz .lu AddLanguage ca .ca AddLanguage es .es AddLanguage sv .se AddLanguage cz .cz AddLanguage ru .ru AddLanguage tw .tw AddLanguage zh-tw .tw AddCharset Big5 .Big5 .big5 AddCharset WINDOWS-1251 .cp-1251 AddCharset CP866 .cp866 AddCharset ISO-8859-5 .iso-ru AddCharset KOI8-R .koi8-r AddCharset UCS-2 .ucs2 AddCharset UCS-4 .ucs4 AddCharset UTF-8 .utf8 # LanguagePriority allows you to give precedence to some languages # in case of a tie during content negotiation. # # Just list the languages in decreasing order of preference. We have # more or less alphabetized them here. You probably want to change this. # <IfModule mod_negotiation.c> LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw </IfModule> # # AddType allows you to tweak mime.types without actually editing it, or to # make certain files to be certain types. # # For example, the PHP 3.x module (not part of the Apache distribution - see # http://www.php.net) will typically use: # #AddType application/x-httpd-php3 .php3 #AddType application/x-httpd-php3-source .phps # # And for PHP 4.x, use: # #AddType application/x-httpd-php .php #AddType application/x-httpd-php-source .phps AddType application/x-tar .tgz # # AddHandler allows you to map certain file extensions to "handlers", # actions unrelated to filetype. These can be either built into the server # or added with the Action command (see below) # # If you want to use server side includes, or CGI outside # ScriptAliased directories, uncomment the following lines. # # To use CGI scripts: # #AddHandler cgi-script .cgi # # To use server-parsed HTML files # #AddType text/html .shtml #AddHandler server-parsed .shtml # # Uncomment the following line to enable Apache's send-asis HTTP file # feature # #AddHandler send-as-is asis # # If you wish to use server-parsed imagemap files, use # #AddHandler imap-file map # # To enable type maps, you might want to use # #AddHandler type-map var </IfModule> # End of document types. # # Action lets you define media types that will execute a script whenever # a matching file is called. This eliminates the need for repeated URL # pathnames for oft-used CGI file processors. # Format: Action media/type /cgi-script/location # Format: Action handler-name /cgi-script/location # # # MetaDir: specifies the name of the directory in which Apache can find # meta information files. These files contain additional HTTP headers # to include when sending the document # #MetaDir .web # # MetaSuffix: specifies the file name suffix for the file containing the # meta information. # #MetaSuffix .meta # # Customizable error response (Apache style) # these come in three flavors # # 1) plain text #ErrorDocument 500 "The server made a boo boo. # n.b. the (") marks it as text, it does not get output # # 2) local redirects #ErrorDocument 404 /missing.html # to redirect to local URL /missing.html #ErrorDocument 404 /cgi-bin/missing_handler.pl # N.B.: You can redirect to a script or a document using server-side-includes. # # 3) external redirects #ErrorDocument 402 http://some.other_server.com/subscription_info.html # N.B.: Many of the environment variables associated with the original # request will *not* be available to such a script. # # Customize behaviour based on the browser # <IfModule mod_setenvif.c> # # The following directives modify normal HTTP response behavior. # The first directive disables keepalive for Netscape 2.x and browsers that # spoof it. There are known problems with these browser implementations. # The second directive is for Microsoft Internet Explorer 4.0b2 # which has a broken HTTP/1.1 implementation and does not properly # support keepalive when it is used on 301 or 302 (redirect) responses. # BrowserMatch "Mozilla/2" nokeepalive BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0 # # The following directive disables HTTP/1.1 responses to browsers which # are in violation of the HTTP/1.0 spec by not being able to grok a # basic 1.1 response. # BrowserMatch "RealPlayer 4\.0" force-response-1.0 BrowserMatch "Java/1\.0" force-response-1.0 BrowserMatch "JDK/1\.0" force-response-1.0 </IfModule> # # Allow server status reports, with the URL of http://servername/server-status # Change the ".your_domain.com" to match your domain to enable. # <IfModule mod_status.c> <Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from .your_domain.com </Location> </IfModule> # # Allow remote server configuration reports, with the URL of # http://servername/server-info (requires that mod_info.c be loaded). # Change the ".your_domain.com" to match your domain to enable. # <IfModule mod_info.c> <Location /server-info> SetHandler server-info Order deny,allow Deny from all Allow from .your_domain.com </Location> </IfModule> # # There have been reports of people trying to abuse an old bug from pre-1.1 # days. This bug involved a CGI script distributed as a part of Apache. # By uncommenting these lines you can redirect these attacks to a logging # script on phf.apache.org. Or, you can record them yourself, using the script # support/phf_abuse_log.cgi. # #<Location /cgi-bin/phf*> # Deny from all # ErrorDocument 403 http://phf.apache.org/phf_abuse_log.cgi #</Location> # # Proxy Server directives. Uncomment the following lines to # enable the proxy server: # #<IfModule mod_proxy.c> #ProxyRequests On # #<Directory proxy:*> # Order deny,allow # Deny from all # Allow from .your_domain.com #</Directory> # # Enable/disable the handling of HTTP/1.1 "Via:" headers. # ("Full" adds the server version; "Block" removes all outgoing Via: headers) # Set to one of: Off | On | Full | Block # #ProxyVia On # # To enable the cache as well, edit and uncomment the following lines: # (no cacheing without CacheRoot) # #CacheRoot "sys:/apache2/proxy" #CacheSize 5 #CacheGcInterval 4 #CacheMaxExpire 24 #CacheLastModifiedFactor 0.1 #CacheDefaultExpire 1 #NoCache a_domain.com another_domain.edu joes.garage_sale.com #</IfModule> # End of proxy directives. ### Section 3: Virtual Hosts # # VirtualHost: If you want to maintain multiple domains/hostnames on your # machine you can setup VirtualHost containers for them. # Please see the documentation at <URL:http://www.apache.org/docs/vhosts/> # for further details before you try to setup virtual hosts. # You may use the command line option '-S' to verify your virtual host # configuration. # # If you want to use name-based virtual hosts you need to define at # least one IP address (and port number) for them. # #NameVirtualHost 12.34.56.78:80 #NameVirtualHost 12.34.56.78 NameVirtualHost 172.16.212.2 # CSMI <VirtualHost 172.16.212.2> ServerAdmin petew@csmicorp.com DocumentRoot "sys:/apache2/www/csmi" ServerName www.csmicorp.com ErrorLog sys:/apache2/logs/csmi/errors-csmi.txt CustomLog sys:/apache2/logs/csmi/access-1.txt common </VirtualHost> # WilMar <VirtualHost 172.16.212.2> ServerAdmin petew@csmicorp.com DocumentRoot "sys:/apache2/www/wilmar" ServerName www.wilmar-partnership.com ErrorLog sys:/apache2/logs/wilmar/errors-wilmar.txt CustomLog sys:/apache2/logs/wilmar/access1.txt common </VirtualHost> # Waters <VirtualHost 172.16.212.2> ServerAdmin petew@csmicorp.com DocumentRoot "sys:/apache2/www/waters" ServerName www.waters-sligo.org ErrorLog sys:/apache2/logs/waters/errors-waters.txt CustomLog sys:/apache2/logs/waters/access2.txt common </VirtualHost> # Marilyn <VirtualHost 172.16.212.2> ServerAdmin petew@csmicorp.com DocumentRoot "sys:/apache2/www/art" ServerName www.artaroundthecorner.com ErrorLog sys:/apache2/logs/art/errors-art.txt CustomLog sys:/apache2/logs/art/access3.txt common </VirtualHost> # IOTA <VirtualHost 172.16.212.2> ServerAdmin petew@csmicorp.com DocumentRoot "sys:/apache2/www/IOTA" ServerName www.xi-iota-chi.org ErrorLog sys:/apache2/logs/iota/errors-iota.txt CustomLog sys:/apache2/logs/iota/access4.txt common </VirtualHost> # # VirtualHost example: # Almost any Apache directive may go into a VirtualHost container. # #<VirtualHost ip.address.of.host.some_domain.com> # ServerAdmin webmaster@host.some_domain.com # DocumentRoot /www/docs/host.some_domain.com # ServerName host.some_domain.com # ErrorLog logs/host.some_domain.com-error_log # CustomLog logs/host.some_domain.com-access_log common #</VirtualHost> #<VirtualHost _default_:*> #</VirtualHost> # # SecureListen is the same as the Listen directive only it # ensures the port will be secure. The second parameter # specifies the certificate to use. "SSL CertificateIP" is # the default. # #<IfModule mod_tls.c> # SecureListen 443 "SSL CertificateIP" #</IfModule> #Include sys:/tomcat/conf/mod_jk.conF --------------010108070700080708080308--
![]() |
0 |
![]() |
How do you set the log level to debug - is it a flag in the CONF File NormW wrote: > Good evening Peter, > A guess, but check the httpd.conf for your primary server and make sure the > Listen directive(s) includes both ip address and port values. > Also set the Log Level for your secondary server to 'debug' and see what the > log files report. > If you type: > m apache2 > at the server console it should show two copies of the apache2 nlm are > loaded... > Norm > > > "Pete watters" <petew@csmicorp.com> wrote in message > news:uofJd.387$4_5.238@prv-forum2.provo.novell.com... > >>netware 6.5 sp2 >> >>Have setup a web page on a seconary IP address >> >> >>Load appache with the following command line >> >> >>LOAD ADDRESS SPACE = CSMI APACHE2 -f SYS:APACHE2\CSMI\SERVER\HTTPD.CONF >> >> >>Where HTTPD.CONF is set up to Listen 172.16.212.2:80 which is a >>secondary ip address >> >>A display secondary ipaddress at the server lists the seconary ipaddress >> >>I can ping the secondary ip address from the client >> >>in Remote manager using IP Address management the secondary IP >>addresses are not listed >> >>When I attempt to brose to the HTTP://172.16.212.2 address I do not see >>the web page I expect but the web page you would expect to get >>with HTTPS://primary ip address:2200 >> >> >>Any ideas as to why this is happening >> > > >
![]() |
0 |
![]() |