Search 5,000,000+ questions and answers.

Frequently Asked Questions

What are the differences between HP Apache 1.3.x and 2.x?

hp apache-based web server faqs
To give the high scalability needed by heavy traffic web sites, HP Apache 2.x adds the ability to use threads. To increase functionality, WebDAV has been added to support web publishing through authoring and versioning. To help large organizations manage user authorization, auth_ldap has been added so that HP Apache 2.x can talk to a central LDAP server where user information is maintained.
Related Questions

How do I migrate from HP Apache 1.3.x to HP Apache 2.x?

hp apache-based web server faqs
See "HP Apache-based Web Server Migration Guide, Version 1.3.x to 2.x" at www.hp.com/products1/unix/webservers/apache/techtips/index.html
Related Questions

What are the differences between HP Apache 1.3.x and HP-UX Web Server Suite?

hp-ux web server suite faqs
To give the high scalability needed by heavy traffic web sites, HP-UX Web Server Suite adds the ability to use threads. To increase functionality, WebDAV has been added to support web publishing through authoring and versioning. To help large organizations manage user authorization, auth_ldap has been added so that HP-UX Apache-based Web Server can talk to a central LDAP server where user information is maintained.
Related Questions

How can I migrate an Apache 1.3.x module to 2.x?

hp apache-based web server faqs
See "HP Apache-based Web Server Migration Guide, Version 1.3.x to 2.x" www.hp.com/products2/unix/webservers/apache/techtips/index.html.
Related Questions

How do I migrate from HP Apache 1.3.x to HP-UX Web Server Suite?

Web Servers for HP-UX - FAQs
See "HP Apache-based Web Server Version 1.3.x to HP-UX Web Server Suite" at www.hp.com/products1/unix/webservers/apache/techtips/index.html
Related Questions

In general what should I do to solve problems in HP Apache 1.3.x?

hp apache-based web server faqs
The access log may have more info on the errors that appear in the error log. In particular it will have status codes. tomcat_startup.log saves not only startup info but also the standard output (STDOUT), and standard error (STDERR) from Tomcat. jasper.log has jsp info. Increasing the log level will slow down the server. You should reset the log levels after the problem is solved. First give read/write/execute permissions to appropriate files. See if this works.
Related Questions

Why does https fail after I have added a new module in HP Apache 1.3.x?

hp apache-based web server faqs
https connections can fail if modules are not loaded in the correct order. One symptom is that even https://yourserver.com/index.html fails. The LoadModule list in /opt/apache/conf/httpd.conf is loaded backwards by Apache. In general "mod_ssl" should be last in this list so it is loaded first. However in some cases another module may need to be loaded first.
Related Questions

How can I use simple load balancing for servlets using HP Apache 1.3.x JServ?

hp apache-based web server faqs
Make sure that HP Apache-based Web Server is using Apache JServ instead of Tomcat as the servlet engine. To enable JServ, uncomment the following line in wrapper.bin=$JAVA_HOME/bin/java wrapper.classpath=$JAVA_HOME/lib/tools.jar wrapper.classpath=$JAVA_HOME/lib/dt.jar wrapper.classpath=$JAVA_HOME/jre/lib/rt.jar ApJservHost JS1 ajpv12://js1.my.domain:8007 ApJservHost JS2 ajpv12://js2.my.domain:8007 ApJservHost JS3 ajpv12://js3.my.
Related Questions

What components of HP Apache 2.x support IPv6?

hp apache-based web server faqs
Although the following components works on IPv6 platform, it may not behave correctly for networking calls related to IPv6 address, due to lack of underlying support. CGI scripts written in Perl will return failure for any calls to, say, gethostbyname() for the IPv6 addresses, as Perl does not support IPv6. Hence, CGI, mod_perl and Webmin are supported only in IPv4 mode.
Related Questions

Where can I find information on writing an Apache 1.3.x module?

hp apache-based web server faqs
quot;Writing Apache Modules with Perl and C", by Stein and MacEachern, O'Reilly and Associates Inc.
Related Questions

What is the release history of HP Apache?

hp apache-based web server faqs
v.1.3.19.01 TP Available July 18, 2001 Technology Preview (July 18 - August 17, 2001) 64-bit Apache Web Server, PHP, GUI Admin and Configuration Tool (Webmin), C++ shared library support, BroadVision plugin support, MM, chroot, and auto- restart of Apache, Tomcat, and Webmin. PHP, GUI Admin and Configuration Tool (Webmin), C++ shared library support, and BroadVision plugin support.
Related Questions

What is Apache?

Apache Server Frequently Asked Questions
runs on Windows NT/9x, Netware 5.x and above, OS/2, and most versions of Unix, as well as several other operating systems DBM databases for authentication allows you to easily set up password-protected pages with enormous numbers of authorized users, without bogging down the server. Customized responses to errors and problems Allows you to set up files, or even CGI scripts, which are returned by the server in response to errors and problems, e.g.
Related Questions

What is the HP Apache-based Web Server?

hp apache-based web server faqs
The HP Apache-based Web server is a total web serving solution ready for enterprise deployment on HP-UX. The Open Source Apache Web Server software, developed by the Apache Software Foundation (Apache HTTP Server Project described at http://httpd.apache.org) and originated as "patches" to the National Center for Supercomputing Applications (NCSA) httpd web server, serves as the foundation for the HP Apache-based Web Server.
Related Questions

How can I migrate from Netscape or iPlanet to HP Apache?

hp apache-based web server faqs
See "Migration Guide for iPlanet Web Server to HP Apache-based Web Server on HP-UX" at: www.hp.com/products1/unix/webservers/apache/techtips/index.html
Related Questions

How can I change HP Apache's document root?

hp apache-based web server faqs
DocumentRoot is the directory out of which you will serve your documents. By default, all requests are taken from this directory, but symbolic links and aliases may be used to point to other locations.
Related Questions

How can I install HP Apache into a different directory?

hp apache-based web server faqs
This assumes that you start Apache the standard way by using the "apachectl" script. You will need to become "root" user to do this. Note: Prior to running this script, ensure that none of your HP Apache processes (like Apache, Tomcat, Webmin, Stunnel, rotatelogs, logresolv) are running. Some Apache binaries such as htpasswd expect shared libraries to be in standard locations. To run them you will need to set the SHLIB_PATH.
Related Questions

What are the differences between RoamerWorld 1.x and RoamerWorld 2.x?

Valiant Technology
RoamerWorld 1.x was written a long time ago (when Windows 95 had only just been released) and was designed to support users of Windows 3.1. Most people these days are using Windows 95 or above (i.e. Windows 98, ME, 2000, XP, NT 4). RoamerWorld 2.x is designed for these new operating systems. The main difference as far as the user is concerned is the use of 'long filenames', meaning you can give your projects names such as "My Spaceship Project" rather than being restricted to the 8.
Related Questions

What is the difference between Apache and HP Apache-based Web Server?

hp apache-based web server faqs
Apache is an open source web server that is available in source code and compiled binaries for various operating systems including older versions of HP-UX. It has a reference implementation of RSA cryptographic libraries. The HP Apache-based Web Server is engineered through state-of-the art processes for the highest quality and is tailored to run smoothly on the HP-UX. The HP Apache-based Web Server is a total solution for web server deployment for the enterprise.
Related Questions

What are the main differences between XINS and Apache Axis?

XINS - Frequently Asked Questions
Axis is a technology from the Apache Software Foundation for exposing Java code as SOAP services. XINS is a generic Java-based framework for RPC-oriented communication, which supports various protocols, including POX-RPC, XML-RPC and SOAP.
Related Questions

What are the differences between Propel and Apache Torque?

Users/Documentation/1.2/FAQ - Propel - Trac
Propel is a port of Torque (which is written in Java); the schema is almost the same and much of the codebase design is very similar. Of course Propel is written in PHP so there are many obvious differences, but there are also some changes that were made that are worth pointing out: Propel does not support Torque's "id-broker" method of generating auto-increment ids.
Related Questions

What cryptographic algorithms does HP HP-UX Apache-based Web Server use ?

Web Servers for HP-UX - FAQs
HP-UX Apache-based Web Server uses all the industry standard cryptographic algorithms such as RSA(512/1024), RC2, RC3, RC4,DES, 3DES, SHA, MD5, ... supported by OpenSSL. The crypto algorithms, RC4, RSA, and MD5 in the RSA Crypto-C library are specially tuned by HP for better performance on HP-UX. We use these algorithms with OpenSSL to provide superior performance for SSL connections.
Related Questions

Q:I updated my webserver to apache 2.x and suddenly uploads beyond 500kB are denied! What happened?

A:Change the value of LimitRequestBody to i.e. 20000000 (default: 524288) in the apache config file /httpd/conf.d/php.conf
Related Questions

gt; What are the differences between the HP and HT configurations?

FAQ
High Precision (HP): In this configuration a compound is determined by using 8 wells of the plate. Two reference wells are filled with buffer instead of TRANSIL® suspension and the other six wells contain different amounts of lipid or protein. Therefore the throughput of compounds is reduced. High Throughput (HT): Hereby one compound is determined by using 4 wells of the plate, leading to a high throughput.
Related Questions

How can I influence the future plans for the HP Apache-based Web Server?

hp apache-based web server faqs
We are interested in hearing from you on what other key components would be of value to solve your business problems. Please email us at hpapache-info@hp.com with your suggestions and a brief description of what business problem it can potentially solve or the benefit to your company.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact