How 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 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.: 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 QuestionsWhy doesn't Apache include SSL?
Apache Server Frequently Asked QuestionsSSL (Secure Socket Layer) data transport requires encryption, and many governments have restrictions upon the import, export, and use of encryption technology. If Apache included SSL in the base package, its distribution would involve all sorts of legal and bureaucratic issues, and it would no longer be freely available. Also, some of the technology required to talk to current clients using SSL is patented by RSA Data Security, who restricts its use without a license.
Related QuestionsCan I run Webmin or Usermin under Apache?
WebminYes, this can be done with some configuration. See this document for details on running Webmin under Apache, or this page for details on running Usermin. You can also run Webmin under the Zeus webserver in a similar way. See this documentation for instructions.
Related QuestionsHow do I build Apache with DSO support, to use Tomcat and mod_jserv?
jGuru: Tomcat FAQAuthor: Alex Chaffee (http://www.jguru.com/guru/viewbio.jsp?EID=3) You have to add the '--enable-module=so' option to your 'configure' call in order to enable DSO, i.e.: ./configure --prefix=/usr/local/apache --enable_rule=SHARED_CORE --enable-module=so (Thanks to Peter Theill from the Tomcat User Mailing List.) Comments and alternative answers
Related QuestionsIs Apache-SSL Y2K Compliant?
Apache-SSLApache-SSL does not add any date processing to the underlying components, so does not affect the overall compliance of your system. The main component, Apache, has this to say on the matter. You should also check your operating system, hardware and any other modules you include.
Related QuestionsHow do I use EGD with Apache-SSL?
Apache-SSLBen Srour explains how he did it on Mac OS/X here. The process should be very similar for other Unix variants. Mailing Lists There are two Apache-SSL mailing lists. For support and general help from the Apache-SSL community, send a blank email to apache-ssl-help@lists.aldigital.co.uk. This is probably the most direct route to getting arbitrary questions answered. However, BEFORE posting your question, please check that it hasn't already been answered by searching the archive.
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 QuestionsWhat is a DSO?
Welcome to the Illinois College of OptometryThe Designated School Official is the person on-campus designated to assist International Students. At ICO, the DSO is Mrs. Lavern Young, Registrar.
Related QuestionsHCC - Frequently Asked Questions (FAQs)DSO stands for designated school official. A DSO is responsible for reporting and updating information to the U.S. Citizenship and Immigration Service (USCIS) about the F-1 student's situation. No, you do not have to take the TOEFL to be admitted to HCC; however, international students planning to enroll in an academic program must demonstrate English language proficiency. This can be accomplished by a counselor's recommendation to take an appropriate test.Related Questions
Apache] How do I setup/install an SSL certificate?
FAQ - JSP Hosting, Servlet Hosting, J2EE HostingHere is a link to 'how to' install a cert: that covers SGC SuperCert, SSL Web Server Certificate, and SSL123 Certificate:
Related QuestionsHow do I configure Apache 2 for SSL?
SDB: Apache 2 FAQ (Frequently Asked Questions)apache2 just shows the default apache start page rather than the SuSEhelp (or system status information) screen, which apache1 on 8.0 did. Apache/1.3.27 (Linux/SuSE 8.2) fails to start while the system boots for some reason , i am starting SuSE in init 3 mode . Please help , thank you. I've installed the rpms, Apache and mod_perl, mod_python and mod_php4. However, they don't seem to be taking effect. I've added : LoadModule php4_module /usr/lib/apache2-worker/libphp4.so to suse_loadmodule.
Related QuestionsHow can I enable the Apache SSL extensions?
Get SSLeay 0.8.0 or later from [ftp://ftp.psy.uq.oz.au/pub/Crypto/ SSL] ?? Build and test and install it! Get Apache SSLeay extensions from [ftp://ftp.ox.ac.uk/pub/crypto/SSL /] here Unpack it in the apache source directory and patch Apache as per the README. Configure and build it. You might also try [http://www.zedz.net] ZEDZ net which has many pre-built packages, and is located outside of the United States.
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 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 is SSL... ?
BuddyHosting.com Quality Hosting You Can AffordWhat is SSL? The SSL security protocol provides data encryption, server authentication, message integrity, and optional client authentication for a TCP/IP connection. Because SSL is built into all major browsers and web servers, simply installing a digital certificate turns on their SSL capabilities.
Related QuestionsSeems like there is a difference on startup between the original Apache and an SSL-aware Apache?
SSL/TLS Strong Encryption: FAQ - Apache HTTP ServerYes, in general, starting Apache with a built-in mod_ssl is just like starting an unencumbered Apache, except for the fact that when you have a pass phrase on your SSL private key file. Then a startup dialog pops up asking you to enter the pass phrase. To type in the pass phrase manually when starting the server can be problematic, for instance when starting the server from the system boot scripts.
Related QuestionsIs there a difference on startup between the original Apache and an SSL-aware Apache?
SSL/TLS Strong Encryption: FAQ - Apache HTTP ServerYes. In general, starting Apache with mod_ssl built-in is just like starting Apache without it. However, if you have a passphrase on your SSL private key file, a startup dialog will pop up which asks you to enter the pass phrase. Having to manually enter the passphrase when starting the server can be problematic - for example, when starting the server from the system boot scripts. In this case, you can follow the steps below to remove the passphrase from your private key.
Related QuestionsCan jOAI be configured to run through an Apache web server (httpd)?
Frequently Asked Questions (FAQ)Yes. Running jOAI through an Apache web server provides additional functionality that is not available through Tomcat alone. For example, Apache provides robust support for SSL, user authorization and authentication, access control by IP address, virtual host support, web logging, URL redirection, and other functionality. By configuring Tomcat to run through Apache, all of Apache's functionality becomes available.
Related QuestionsCan I run more as one site with one Apache Server?
Apache::PageKit::FAQ -- The Frequently Asked Questions for A...Sure, as long as the Perl Classes don't conflict. (You can't run both production and development PageKits on the same server, unless you make sure that the Classes have different names.) You will also have to make sure that the PKIT_ROOT and cache_dir configuration option are distinct for each server. If cache_dir is not set for either of them, that should be fine, since it defaults to PKIT_ROOT/View/pkit_cache.
Related QuestionsYou run IIS, so why do I get Apache error messages sometimes?
freeASPhost.co.uk :: FAQWe use Apache as are front-end webserver, which has a greater flexibility with Virtual Hosting and also allows requests for certain hosts or directories to be passed to one of our backend webservers. All our main logging is done by a Perl script which parses log files and logs them to our SQL Server database.
Related QuestionsWhy does my browser just hang when I connect to Apache-SSL?
Apache-SSLAlso, if you see: SSL_Accept failed error:140760EB:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol in your error log, it's for the same reason.
Related Questions