Search 5,000,000+ questions and answers.

Frequently Asked Questions

What cryptographic algorithms does HP Apache use?

hp apache-based web server faqs
HP Apache 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

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

What cryptographic algorithms does SFS use?

Self-Certifying File System: FAQ
SFS relies uses SHA-1 or slightly strengthened variants as a "random oracle" in a number of situations. HostIDs are computed as SHA-1 (1, Location, PubKey, 1, Location, PubKey). SFS generates random bits with the NIST pseudo-random generator (specified for use in DSS key generation). This generator is based on SHA-1.
Related Questions

Which cryptographic algorithms do SSL use?

OWASP Application Security FAQ - OWASP
SSL supports a number of cryptographic algorithms. During the initial "handshaking" phase, it uses the RSA public key algorithm. For encrypting the data with the session key the following algorithms are used - RC2, RC4, IDEA, DES, triple-DES and MD5 message digest algorithm.
Related Questions

What algorithms does the NameThesaurus use ?

FAQ
The NameThesaurus uses a combination of phonetic and other techniques for name variant identification. All surnames are limited to 27 characters (a-z and " ' "). Double-barrelled names are split into their component parts and treated independently. All accented characters are converted to their closest matching letter (e.g. ?, ?, ? and ? are all mapped to " a ").
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

Does this mean I have to set up Apache to use Subversion?

subversion: Subversion FAQ
The long answer: if you just want to access a repository, then you only need to build a Subversion client. If you want to host a networked repository, then you need to set up either Apache2 or an "svnserve" server. For more details about setting up a network accessible Subversion server, see chapter 6 in the Subversion book. If you want WebDAV and all the other "goodies" that come with the Apache server, then yes, you'll need Apache 2.0. It's always an option to run Apache 2.
Related Questions

How does RL relate to genetic algorithms?

RL FAQ
Most work with genetic algorithms simulates evolution, not learning during an individual's life, and because of this is very different from work in RL. That having been said, there are two provisos. First, there is a large body of work on classifier systems that uses or is closely related to genetic algorithms. This work is concerned with learning during a single agent's lifetime (using GAs to organize the components of the agent's mind) and is in fact RL research.
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

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

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 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

I heard that Subversion is an Apache extension? What does it use for servers?

subversion: Subversion FAQ
No. Subversion is a set of libraries. It comes with a command-line client that uses them. There are two different Subversion server processes: either svnserve, which is small standalone program similar to cvs pserver, or Apache httpd-2.0 using a special mod_dav_svn module. svnserve speaks a custom protocol, while mod_dav_svn uses WebDAV as its network protocol. See chapter 6 in the Subversion book to learn more.
Related Questions

What algorithms does DeadLine use to solve equations?

Equation root finding
Roots of equations are used to solve many engineering problems. Some nonlinear single variable equations are hard to solve analytically, and therefore numerical methods are used to solve these equations. The software solves not just algebraic equations, but also exponential equations and trigonometric equations. While there is no flawless technique to solve equations, DeadLine combines the most successful methods in order to deliver you the right answer.
Related Questions

Can I use Active Server Pages (ASP) with Apache?

Apache Server Frequently Asked Questions
The base Apache Web Server package does not include ASP support. However, a number of projects provide ASP or ASP-like functionality for Apache. Some of these are:
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

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 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 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

OK, so how does Apache compare to other servers?

Apache Server Frequently Asked Questions
Apache has been shown to be substantially faster, more stable, and more feature-full than many other web servers. Although certain commercial servers have claimed to surpass Apache's speed (it has not been demonstrated that any of these "benchmarks" are a good way of measuring WWW server speed at any rate), we feel that it is better to have a mostly-fast free server than an extremely-fast server that costs thousands of dollars.
Related Questions

Why does Apache send a cookie on every response?

Apache Server Frequently Asked Questions
Apache does not automatically send a cookie on every response, unless you have re-compiled it with the mod_usertrack module, and specifically enabled it with the CookieTracking directive. This module has been in Apache since version 1.2. This module may help track users, and uses cookies to do this. If you are not using the data generated by mod_usertrack, do not compile it into Apache.
Related Questions

Does or will Apache act as a Proxy server?

Apache Server Frequently Asked Questions
Apache version 1.1 and above comes with a proxy module. If compiled in, this will make Apache act as a caching-proxy server.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact