Search 5,000,000+ questions and answers.

Frequently Asked Questions

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

Can I run Webmin or Usermin under Apache?

Webmin
Yes, 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 Questions

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

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

Is it possible to run Xalan-C++ from an Apache server?

Frequently asked questions
A simple Apache module called ApacheModuleXSLT is provided as a sample. It demonstrates how to integrate Xalan-C++ with Apache.
Related Questions

Can I run DocTera in conjunction with my Apache web server?

Unlimi-Tech Software - Support - DocTera - Frequently Asked ...
Yes you can, to integrate Tomcat with Apache using AJP Connector see http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html for details. If you are running a different servlet container then Tomcat, refer to user guide or help for your own servlet container.
Related Questions

Can I run Rapid Classified On a Linux Apache Web Server, which supports ASP?

Rapid Classified: ASP Classified Software Scripts.
To be brief... no. There is no reliable ASP VBScript emulators for Linux which are 100% compatible with the generic VBScript syntax.
Related Questions

Can I run UFTPS in conjunction with my Apache web server?

Unlimi-Tech Software - Support - UnlimitedFTP Servlet - Freq...
Yes you can, to integrate Tomcat with Apache using AJP Connector see http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html for details. If you are running a different servlet container then Tomcat, refer to user guide or help for your own servlet container.
Related Questions

Can I run the site in my ISP's server?

ORIESHOP ---------- inspires e-business...
The software is developed using ASP (Active Server Pages) and MYSQL as database. If your ISP has the same in the web server then you can create your own store. You can provide us the ISP's details so that we will build the store for you.
Related Questions

Why has Apache stolen my favourite site's Internet address?

Apache Server Frequently Asked Questions
The simple answer is: "It hasn't." This misconception is usually caused by the site in question having migrated to the Apache Web server software, but not having migrated the site's content yet. When Apache is installed, the default page that gets installed tells the Webmaster the installation was successful. The expectation is that this default page will be replaced with the site's real content.
Related Questions

Why am I getting spam mail from the Apache site?

Apache Server Frequently Asked Questions
The short answer is: "You aren't." Usually when someone thinks the Apache site is originating spam, it's because they've traced the spam to a Web site, and the Web site says it's using Apache. See the previous FAQ entry for more details on this phenomenon. No marketing spam originates from the Apache site. The only mail that comes from the site goes only to addresses that have been requested to receive the mail.
Related Questions

How can I get my script's output without Apache buffering it? Why doesn't my server push work?

Apache Server Frequently Asked Questions
of Apache 1.3, CGI scripts are essentially not buffered. Every time your script does a "flush" to output data, that data gets relayed on to the client. Some scripting languages, for example Perl, have their own buffering for output - this can be disabled by setting the $| special variable to 1. Of course this does increase the overall number of packets being transmitted, which can result in a sense of slowness for the end user. Prior to 1.
Related Questions

Why can't I publish to my Apache server using PUT on Netscape Gold and other programs?

Apache Server Frequently Asked Questions
Because you need to install and configure a script to handle the uploaded files. This script is often called a "PUT" handler. There are several available, but they may have security problems. Using FTP uploads may be easier and more secure, at least for now. For more information, see the Apache Week article Publishing Pages with PUT.
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

Do I need web server software like Microsoft IIS or Apache to run Aware IM?

Frequently Asked Questions (FAQ) about Aware IM
No. Aware IM includes its own web server (Tomcat) and does not need any third party software to run or be used over the Internet.
Related Questions

Can you play pc games like counter strike, or run a web server such as apache?

Talk:FAQ - Xbox-Linux
REPLY =>I don't know about CS, IIRC their are no linux binaries out (yet). But you can run a CS server fine, as with apache. Generally whatever you can do on linux you can do on xbox linux, (with little or no tweaking...) You could emulate or virtulise a windows envirment (either through WINE, or a full guest OS) and try and run CS on it. WINE probly won't work because of the auth bits of Steam at the moment.
Related Questions

Why do my Java app[let]s give me plain text when I request an URL from an Apache server?

Apache Server Frequently Asked Questions
of version 1.2, Apache is an HTTP/1.1 (HyperText Transfer Protocol version 1.1) server. This fact is reflected in the protocol version that's included in the response headers sent to a client when processing a request. Unfortunately, low-level Web access classes included in the Java Development Kit (JDK) version 1.0.2 expect to see the version string "HTTP/1.0" and do not correctly interpret the "HTTP/1.
Related Questions

How can I create a Webmin user who can only configure one Apache virtual server or DNS domain?

Webmin
In the Webmin Servers module, create a new user and give him access to only the Apache Webserver module. After saving, click on Apache Webserver next to the user's name in the list of Webmin users and use the form that appears to deny him access to everything except one selected virtual server. Many other modules can also be configured in a similar way to restrict the access of a user to only certain DNS domains, Unix users or mail aliases.
Related Questions

What is the relationship of the Apache Tomcat open-source application server to the J2EE SDK?

Java 2 Platform, Enterprise Edition (J2EE) FAQ
Tomcat is based on the original implementation of the JavaServer Pages (JSP) and Java Servlet specifications, which was donated by Sun to the Apache Software Foundation in 1999. Sun continues to participate in development of Tomcat at Apache, focusing on keeping Tomcat current with new versions of the specifications coming out of the Java Community Source Process. Sun adapts and integrates the then-current Tomcat source code into new releases of the J2EE SDK.
Related Questions

How do I configure an Apache server?

The GPM installation FAQ
The configuration of the Apache server is controlled by a text file called httpd.conf. On a Linux machine this is most likely found at /etc/httpd/conf/. On a Windows machine it is most likely found at C:/Program Files/Apache Group/Apache(2)/conf/. This file can be editted in any text editor. The easiest way to configure the Apache server to run GPM, is to change Apache's DocumentRoot directive to "C:/Program Files/Apache Group/Apache2/htdocs/thegpm" on Windows or "/var/www/thegpm/" on Linux.
Related Questions

How do I make Apache a proxy server?

hp-ux web server suite faqs
Add the following to httpd.conf: <IfModule mod_proxy.c> ProxyRequests On < Proxy *> Order deny,allow Allow from all </Proxy> </IfModule> Assuming you are running Apache on yourserver.com, in your browser set your proxy to yourserver.com. For MS Internet Explorer do the following menu picks: Proxies can be used in many different ways, for instance load balancing. They can be inside or outside the firewall. They can act as a firewall.
Related Questions

hp apache-based web server faqs
lt;IfModule mod_proxy.c> ProxyRequests On <Directory proxy:*> Order deny,allow Allow from all </Directory> </IfModule> Assuming you are running Apache on yourserver.com, in your browser set your proxy to yourserver.com. For MS Internet Explorer do the following menu picks: Proxies can be used in many different ways. They can be used to cache web content or for load balancing. They can be inside or outside the firewall. They can act as a firewall.
Related Questions

Can I run multiple catalogs on one server?

MiniVend Frequently-Asked Questions
Yes. MiniVend supports multiple independent catalogs. There are users who run more than 500 catalogs on a single machine. The capacity is usually a function of how busy the catalogs are and how much memory and processor speed your system has.
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

How do I move a server to a different site?

Environment settings set by a batch file are not working.
If your sites and subnets are configured then new servers will automatically get added to the site that owns the subnet however you can also manually move a server to a different site: Start the Active Directory Sites and Services MMC snap-in (Start - Programs - Administrative Tools - Active Directory Sites and Services Manager)
Related Questions

How can a server belong to more than one site?

Environment settings set by a batch file are not working.
By default a server will belong to one site however you may want to configure a server to belong to multiple sites. Bear in mind sites are used for replication, for clients to find resources and to cut down on traffic on inter-site connections so just modifying the site membership may cause performance problems. The above does not create the objects in the Active Directory to evaluate the sites and these need to be added manually.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact