How can I migrate an Apache 1.3.x module to 2.x?
hp apache-based web server faqsSee "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 QuestionsWhat are the differences between HP Apache 1.3.x and 2.x?
hp apache-based web server faqsTo 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 QuestionsWhere can I find information on writing an Apache 1.3.x module?
hp apache-based web server faqsquot;Writing Apache Modules with Perl and C", by Stein and MacEachern, O'Reilly and Associates Inc.
Related QuestionsHow do I migrate from HP Apache 1.3.x to HP-UX Web Server Suite?
Web Servers for HP-UX - FAQsSee "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 QuestionsWhy does https fail after I have added a new module in HP Apache 1.3.x?
hp apache-based web server faqshttps 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 QuestionsWhat are the differences between HP Apache 1.3.x and HP-UX Web Server Suite?
hp-ux web server suite faqsTo 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 QuestionsIn general what should I do to solve problems in HP Apache 1.3.x?
hp apache-based web server faqsThe 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 QuestionsHow do I migrate from PGP 2.x to GnuPG?
GnuPG Frequently Asked Questions - GnuPG.orgPGP 2 uses the RSA and IDEA encryption algorithms. Whereas the RSA patent has expired and RSA is included as of GnuPG 1.0.3, the IDEA algorithm is still patented until 2007. Under certain conditions you may use IDEA even today. In that case, you may refer to Question 3.3 about how to add IDEA support to GnuPG and read <http://www.gnupg.org/gph/en/pgp2x.html> to perform the migration.
Related QuestionsWhat is Apache?
Apache Server Frequently Asked Questionsruns 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 QuestionsHow can I migrate from Netscape or iPlanet to HP Apache?
hp apache-based web server faqsSee "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 QuestionsHow can I use simple load balancing for servlets using HP Apache 1.3.x JServ?
hp apache-based web server faqsMake 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 QuestionsWhat components of HP Apache 2.x support IPv6?
hp apache-based web server faqsAlthough 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 QuestionsI have deployed an Apache DSO, but Apache won't start the module. What should I do?
Atozed Software - Deployment FAQAdd the following code to the finalization section of the qcontrols.pas unit: {{$$}$ifdef apache} exit; {{$$}$endif}
Related QuestionsQ: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 QuestionsHow and why was Apache created?
Apache Server Frequently Asked QuestionsThe About Apache document explains how the Apache project evolved from its beginnings as an outgrowth of the NCSA httpd project to its current status as one of the fastest, most efficient, and most functional web servers in existence.
Related QuestionsDo penguins migrate?
New England Aquarium Penguin PagesIt appears that some species do migrate from their breeding colonies to locations of abundant food supply following the breeding season.Both Rockhopper and Magellanic penguins migrate.
Related QuestionsWhy should I migrate?
MIT IS&T: Email Migration at MIT: Frequently Asked Quest...IS&T is gradually phasing out support for Eudora in favor of focusing its support resources on more functional and popular IMAP email applications including Outlook Express, Outlook 2003, and Apple Mail. We are not planning to create customized installers or documentation nor dedicate any Help Desk support resources to develop specific knowledge and expertise for future releases of Eudora including version 7.
Related QuestionsQ.: How do I profile an Apache DSO module?
AQtime 5 - Frequently Asked Questions, FAQA.: When profiling an Apache DSO module, you may come across a problem: AQtime displays the results for unit initialization and finalization code only or it does not display any results at all. The point is that the Apache process that is profiled by AQtime creates a child process, which loads your module. Therefore, all of the profiling is performed in this child process that AQtime does not know about.
Related QuestionsHow do I run Apache-SSL as a shareable (DSO) module?
Apache-SSLconfigure --enable-shared=apache_ssl then enable the module in your httpd.conf: LoadModule apache_ssl_module modules/libssl.so gcc -c -I../os/unix -I../include -I/usr/local/ssl/include -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL '../apaci' -DAPACHE_SSL buff.c buff.c: In function 'ap_read': buff.c:259: structure has no member named 'stats' buff.c:267: structure has no member named 'stats' buff.c:268: structure has no member named 'stats' buff.
Related QuestionsDo you servers support Apache's mod_rewrite module?
New Zealand Webhosting FAQYes, all our servers have the mod_rewrite module installed, so you should be able to modify your .htaccess files to rewrite URLs.
Related QuestionsWill OJS work with PHP as a CGI instead of as an Apache module?
OJS FAQ | Public Knowledge ProjectOJS is known to work reasonably well with PHP as a CGI using Apache's mod_actions. Since there are a number of different ways to configure Apache to use the CGI version of PHP (e.g., through FastCGI, etc.), your mileage may vary with other deployments (feedback is welcomed). On PHP 4 it may be necessary to add "cgi.fix_pathinfo = 1" to the server's php.ini to avoid fatal "No input file specified" errors. This parameter is enabled by default on PHP 5.
Related QuestionsCan this module be used to monitor and report on Apache web server performance?
Halcyon PrimeAlert Products FAQYes, the module includes numerous performance metrics on a per-virtualhost basis. Some of the statistics include: These statistics can all be easily integrated with the PrimeAlert Reporter to generate graphical reports of server load and performance. Reporter also allows the exporting of key Apache web server performance data into .tsv and .csv formats for import into 3rd party utilities.
Related QuestionsWhat do I put in my Apache Configuration file for the module line?
Apache JServ Frequently Asked QuestionsNote: If you're using Apache 1.3 and you use APACI, you can do this simply by adding a "--add-module=modules/jserv/mod_jserv.o" option to your command line invocation of 'configure'. And if you build Apache JServ as a DSO, you don't need to recompile Apache. No, this is not a bug but a wanted feature. This problem derives from the way Java structures classes into subdirectories per package name. People suffer similar problems writing non-servlet code.
Related QuestionsWhat does a “security module not found” error mean in Legi For Windows 2.X?
Weber Legitronic Software Technical Service and Support FAQsA security module (also called a dongle) is a hardware license that is used with Legi For Windows. Legi For Windows version 2.X has a security module with PN: 38323. The printer cable does not need to be connected to the security module. To troubleshoot “security module not found” error, please follow these steps: Check the version of your PC Operating System. The security module is compatible only with Windows 3.1, Windows 95, Windows 98 and Windows NT Operating Systems.
Related Questions