Can I use this with web servers other than Apache?
Logmonster FAQ - The Network People, Inc.Absolutely. Set up a configuration file with your vhost information in it and point logmonster at it. The format for each vhost is as follows: <VirtualHost> ServerName www.tnpi.net ServerAlias www.thenetworkpeople.net *.tnpi.net DocumentRoot /home/tnpi.net/html </VirtualHost> Create as many vhost directives as you need and logmonster will parse them all. When you make changes to your web server, update this file as well. All the other rules apply equally.
Related QuestionsI heard that Subversion is an Apache extension? What does it use for servers?
subversion: Subversion FAQNo. 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 QuestionsOK, so how does Apache compare to other servers?
Apache Server Frequently Asked QuestionsApache 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 QuestionsWill OJS work in a Microsoft IIS environment, or on other non-Apache web servers?
OJS FAQ | Public Knowledge ProjectOJS 2.0.2 and newer have been tested on Microsoft Windows Server 2003 with IIS 6.0; earlier versions of OJS will need to be upgraded before they will function. PHP 5.x is required because of an issue with the $_SERVER[PATH_INFO] variable. We welcome feedback from users who have successfully installed and used OJS in other server environments.
Related QuestionsCan I run the Apache or IIS web servers "in front of" WorkRoll?
Bug Tracker, User-Feedback Manager, To-do List, Issue Tracke...Yes. (And if you don't understand this question, or will have WorkRoll.com host your installation, or are installing WorkRoll via the Windows installer, don't worry about it.) You can, optionally, run any external web server in front of WorkRoll, or you can use the internal web server supplied with your application server.
Related QuestionsWhat kind of web servers do you use?
Planhost.com Windows 2003 Web Hosting ASP ASP.NET and FrontP...We use custom configured Dell web servers with a minimum of dual 1.4 Ghz Pentium III or higher with 2GB SDRAM. Each web server has dual redundant power supplies and Gigabit NICs for maxium uptime and reliability.
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 QuestionsWhich web servers do you support?
Frequently Asked Questions - Financial Calculators from Dink...Because all of our applets run on your visitor's browser, we do not require any special web-server processing or installation. That makes us compatible with virtually every web server in use today. This includes Apache, Microsoft -IIS, Netscape-Enterprise, Zeus, Rapidsite, thttpd, Tiger Shark and almost any other HTTP server on virtually any platform. Our calculators have been successfully setup on Windows 2000, Windows XP, Windows Vista, Mac OS X, Linux and Unix.
Related QuestionsTo use Tomcat will we have to use the Apache web server?
JavaServer Pages[tm] - Apache Tomcat - FAQNo. You can choose any web server on the market that supports JSP and Servlets (e.g. Sun ONE Web Server, IBM WebSphere, BEA Weblogic and others). We are working closely with a variety of partners to support them in quickly adding JSP and Servlet support to their web servers.
Related QuestionsCan I use Active Server Pages (ASP) with Apache?
Apache Server Frequently Asked QuestionsThe 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 QuestionsWhat web servers can I use with RBS ISP?
ISP Billing Software from Alepo- Frequently asked questionsAlepo RBS ISP Billing and RADIUS comes with its own proprietary web server to make it workable out of the box, it also includes three extensions: ISAPI (for IIS and compatible), NSAPI (for Netscape and compatible) and CGI (Apache, and most others). These extensions enable fully functional Admin, Web Self-Care and Web Registration Interfaces through your existing web server.
Related QuestionsWhat Type Of Hardware Do Your Web Servers Use?
STP Web Hosting :: Easysupport Support Helpdesk - Powered By...We host web sites on very reliable Pentium III - Dual Processors. Please visit server specification section for further details.
Related QuestionsCan I use other httpd (web servers) or/and SQL servers?
CryptoMail.org - FAQs: CryptoMail System Administrators FAQs...You should be able to use other web servers other than Apache web server, but you must use the MySQL server with the CryptoMail Email System. Although we have not tested the CryptoMail Email System on all web servers, most of the web servers with CGI capability should allow you to run the email system properly. For the most detailed information about supported web servers and SQL servers, you should read System Requirements at the CryptoMail.org. You could use following web servers (CryptoMail.
Related QuestionsWhat kind of servers do you use?
IndicHosts.net - Pre-Sale FAQsWe utilize dual intel xeon 2.4-3.0ghz servers with hyper threading technology (making 4 cpus). Each server is outfitted with at least 2000-4000 MB of RAM and high performance 10,000 RPM SCSI RAID hard drives. With 12ghz of processing power, your website will run at lighting fast speeds.
Related QuestionsQuestion: What are Web Mapping Servers (WMS) and Web Feature Servers (WFS) and how can I use them?
Cadcorp support - GeognoSIS.NET and Web Services FAQ'sAnswer: Web Mapping Servers and Web Feature Servers are servers that provide map data in response to a request made to a specific URL. The data required – overlays, scale, area of interest etc. – is encoded into the URL in a standard form. The WMS provides static images in well known formats (GIF, JPEG, PNG), regardless of how the underlying data is held.
Related QuestionsWhat cryptographic algorithms does HP HP-UX Apache-based Web Server use ?
Web Servers for HP-UX - FAQsHP-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 QuestionsDoes this mean I have to set up Apache to use Subversion?
subversion: Subversion FAQThe 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 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 QuestionsHow do I use ActivePerl under Apache?
ActivePerl FAQ - Web Server InformationIf you want to put all of your CGI scripts into one directory, add the following line to your srm.conf file (You can choose any directory you'd like, but make sure it exists): ScriptAlias /cgi-bin/ "C:/Program Files/Apache Group/Apache/cgi-bin/" Apache provides an emulation of the UNIX shebang (#!/path/to/perl) syntax, so the next step is easy. You can put you Perl scripts into your cgi-bin directory, as long as you have a path to a valid interpreter at the top.
Related QuestionsCan I use HTMLDOC with Apache on Windows?
products - Easy Software ProductsYes! The easiest way to do this is to copy the htmldoc.exe, libeay32.dll, msvcr71.dll, and ssleay32.dll files to the Apache cgi-bin directory, typically C:\Program Files\Apache Group\Apache\cgi-bin. If you are using Apache 2.0.30 or higher, you will also need to enable PATH_INFO support by adding the following line to your httpd.conf file: AcceptPathInfo On
Related QuestionsDo you use high quality equipment, and are your web servers fast?
Affordable Internet Technology - Web Hosting, PC and network...Yes to both. All of our web servers are multi-processor, RAID servers using Intel® Pentium 4® technology, running at 2 gigahertz with 2 gigabytes of physical memory, and multiple DS-3 Internet backbone connectivity.
Related QuestionsWhat web application development environment and servers do you use?
Host Department : Web Hosting FAQOver the years our developers have worked with all major web enabled languages like ASP, ASP.NET (both VB.NET and C#), PHP, CGI / Perl, CSS, JavaScript, and popular databases like MSSQL, MySQL, PostgreSQL, MS ACCESS. If you have special needs, we can make use of additional software upon request. We have developed on Windows and Unix/Linux platforms including LAMP (Linux/Apache/PHP/MySQL), Windows/IIS and IBM Web Sphere servers.
Related QuestionsWhat are acceptable file names for use on OASYS's web servers?
OASYS FTP Support: NT Web Hosting, E-Commerce Hosting, Virtu...Spaces and special control characters are generally not a good idea. The underscore character ("_") is acceptable. You should always avoid special characters ( ! @ # $ % ^ & * : ' ) in file names. We suggest that you keep the length of file names to a minimum.
Related QuestionsWhat web servers and servlet engines can I use with WebCream?
WebCream FAQ: HTML Web-enabling JavaAny web/app server or servlet engine that runs Sun's JDK 1.2.2 and higher and JSDK 2.1 and higher. For a complete list and details on how to setup WebCream with your servlet engine refer to Installation and Setup instructions.
Related QuestionsCan I use a 501 or a 506 to protect my public web servers?
Primus Canada - For Your BusinessYou can use a 501 or a 506 to protect one or more "servers". However, both of these firewalls have limitations on the maximum number of simultaneous "sessions" which they support. When you colocate your servers at Primus' Internet Data Center, you are provided with a 100Mbps connection. You should only use a 501 or a 506 if your servers do not receive large amounts of traffic.
Related QuestionsWhat is the difference between Apache and HP Apache-based Web Server?
hp apache-based web server faqsApache 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