Search 5,000,000+ questions and answers.

Frequently Asked Questions

B.7. How do I send the correct MIME/HTTP headers using Apache .htaccess files?

Chinese XML FAQ 1.0
If you are using a recent version of the Apache server, then your Webmaster must give you "AllowOverride FileInfo" permission. Then you can put a file called .htaccess in any directory. (Note that in MIME terminology, "encoding" means "compression". In the XML encoding header, "encoding" means "coded character set") Here are some lines that may be useful-- Why do you want to send XML with the MIME type application/xml rather than text/xml? Because then the file will not be transcoded.
Related Questions

How do I send custom HTTP headers using PHP?

Student Run Computing Facility (SRCF) - Frequently Asked Que...
This question is often phrased as: I receive the "Internal Server Error" message (in the browser), and the following in the server log (/var/log/apache/error.log): Thu Apr 15 13:35:51 2004] [error] [client XX.XX.XX.XX] malformed header from script. Bad header=HTTP/1.
Related Questions

What data do I get with HTTP HEADERS you send me?

FAQ .: Help.NoCreditCard.com
Test your posback script :: RTS Tutorial :: Request RTS Activation ::This article will help you Understand HTTP HEADERS we send with our REAL TIME STATISTICS (later on, RTS).
Related Questions

How can I change the information that Apache returns about itself in the headers?

Apache Server Frequently Asked Questions
When a client connects to Apache, part of the information returned in the headers is the name "Apache" Additional information that can be sent is the version number, such as "1.3.26", the operating system, and a list of non-standard modules you have installed. Frequently, people want to remove this information, under the mistaken understanding that this will make the system more secure.
Related Questions

How do I send or receive files by HTTP?

perlwin32faq8 - General programming
The libwww-perl bundle (LWP) is a collection of modules for WWW access in Perl. LWP is available from CPAN in source form, or you can install it using the Perl Package Manager (PPM). LWP may also be included with future binary releases of Perl. Aldo Calpini has developed a Perl for Win32 extension to do FTP and HTTP using the WININET library. It's in alpha testing and is available on his web page at http://www.divinf.it/dada/perl/
Related Questions

Can I use Basic HTTP Authentication using Apache+JServ?

jGuru: Tomcat FAQ
Author: Joshua Lynch (http://www.jguru.com/guru/viewbio.jsp?EID=103303) Question originally posed by Mike Reedy (http://www.jguru.com/guru/viewbio.jsp?EID=98127 I recently did this with Apache and Tomcat. Using Basic HTTP Authentication is an Apache function, so this method should work with Apache and any servlet engine. Different web servers will, of course, work differently. If you haven't already done so, read the Apache FAQ about authentication (section G) at apache.org, especially QA G.2.
Related Questions

Can I password protect directories or files, by using .htaccess files or anything like that?

Hosting FAQ - OPU Wiki
There is no support for this as of yet. We hope to add it sometime however. If you really want protection, you might be able to use a PHP script that does the same thing. Search the web for scripts like these.
Related Questions

How can I fetch files using HTTP?

Java Network Programming FAQ
The easiest way to fetch files using HTTP is to use the java.net.URL class. The openStream() method will return an InputStream instance, from which the file contents can be read. For added control, you can use the openConnection() method, which will return a URLConnection object. Here's a brief example that demonstrates the use of the java.net.URL.openStream() method to return the contents of a URL specified as a command line parameter. import java.net.*; import java.io.
Related Questions

How can I download files from a URL using HTTP?

One way to do this is by using a URLConnection to open a stream to your desired URL, then copy the data out of the stream to a file on your local file system. Use the standard java.net.URL class, or "roll your own" using java.net.Socket. Note: The servlet cannot initiate this connection! If the servlet needs to asynchronously send a message to the applet, then you must open up a persistent socket using java.net.Socket (on the applet side), and java.net.
Related Questions

How can I see which HTTP headers are set for an object?

Caching Tutorial for Web Authors and Webmasters: FAQ
To see what the Expires and Last-Modified headers are, open the page with Netscape and select 'page info' from the View menu. This will give you a menu of the page and any objects (like images) associated with it, along with their details. To see the full headers of an object, you'll need to manually connect to the Web server using a Telnet client. Depending on what program you use, you may need to type the port into a separate field, or you may need to connect to www.myhost.com:80 or www.
Related Questions

How do I modify the outgoing HTTP headers?

AnnoCPAN - HTML::Mason
Use the usual Apache.pm functions, such as $r->header_out. See the "Sending HTTP Headers" section in the Component Developer's Guide:
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

How do I get Apache to send a MIDI file so the browser can play it?

Apache Server Frequently Asked Questions
Even though the registered MIME type for MIDI files is audio/midi, some browsers are not set up to recognize it as such; instead, they look for audio/x-midi. There are two things you can do to address this: Configure your browser to treat documents of type audio/midi correctly. This is the type that Apache sends by default. This may not be workable, however, if you have many client installations to change, or if some or many of the clients are not under your control.
Related Questions

What should I do with my headers?

news.answers/waffle-faq
In general, you want your 'netmail' and 'netnews' parameters in static to result in valid headers, so that people can reply to you. If you can do so, get into a domain and domainize all your headers. It'll make your life easier and will do the same for people who exchange mail with you. The important thing to remember is that if you put a domain-style address out without being domainized, people will probably not be able to reply to your mail.
Related Questions

Can I use .htaccess files?

VirtualNames - Hosting FAQ
Yes you can. .htaccess files can be used to protect your folders with a password. They can also be used to create a custom error 404 page. Password files need to be edited but since we do not provide telnet access to our servers you will need to use a ready-made CGI program to manage your password files. This one is good and it is free: You will need a plain ascii file called .htaccess in any folder that you wish to protect.
Related Questions

How do I see invisible files, like .htaccess?

Yummy FTP™ & Frequently Asked Questions
In Unix (and therefore also on Mac OS X) files and folders that have names beginning with '.' are considered invisible. These are not shown by default, but you can temporarily display them by selecting Toggle Hidden Files from the Listing menu. This option temporarily switches the settings in the Preferences which govern invisible file display. In the Interface tab of the Preferences there are checkboxes to set whether you prefer invisible items to be shown or not.
Related Questions

What are the .htaccess and .htpasswd files?

NeedSecure Frequently Asked Questions
The files .htaccess and .htpasswd will produce a username and password prompt anytime someone tries to access the directory. The .htaccess file in any directory will protect all the directories within or under that directory. The .htpasswd file contains the usernames and encrypted passwords of those individuals whom you provide with access to your directory, and subdirectories.
Related Questions

Can I add my own configuration to .htaccess files?

Jumpline.com - VDS FAQ
Yes; in addition to .htaccess files you are welcome to create your own Apache and PHP configuration files to customize your VDS Web Hosting environment.
Related Questions

Can I send files using FilesDIRECT?

Send & Receive Large Files - FilesDIRECT File Sharing Utilit...
Yes, any files within your FilesDIRECT account can be sent to any recipient with an Email address. Your selected recipients will receive an Email notification notifying them that files are available for them to pick up. An encrypted code will be sent along with that notification to ensure that only your designated recipients will have access to those files.
Related Questions

How can I send files using DCC?

dIRCchat.com - dIRC FAQ
You can right click on a nickname on the nick list or notify list, select dcc, and then select send. That will bring up the file select dialog. Select the file to send and your file transfer begins.
Related Questions

B.7) Can I get a map so I can drive the course?

Athens-to-Atlanta Frequently Asked Questions (FAQ)
We distribute maps, turns lists, and driver's directions at the mandatory skaters/drivers meeting Saturday night. These are not available prior to that time as we may make last minute changes to the route. To drive the course, begin in Athens and follow the yellow S's and arrows... Come on folks, driving a course tells you very little about what it will feel like to skate it. Save your fossil fuels for better things. Let it be an adventure on skates.
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

How do I get a list of HTTP headers and their values?

WWW::Mechanize::FAQ - Frequently Asked Questions about WWW::...
All HTTP::Headers methods work on a HTTP::Response object which is returned by the get(), reload(), response()/res(), click(), submit_form(), and request() methods. my $mech = WWW::Mechanize->new( autocheck => 1 ); $mech->get( 'http://my.site.
Related Questions

Can I specify custom HTTP headers?

XML-RPC.NET FAQ
Yes, proxy classes are derived from IXmlRpcProxy and so inherit a Headers property of type WebHeaderCollection. This can be used to specify custom headers which will be added to the HTTP request. For example: ISumAndDiff proxy = (ISumAndDiff)XmlRpcProxyGen.Create(typeof(ISumAndDiff)); proxy.Headers.Add("TestHeader", "this_is_a_test"); SumAndDiffValue ret = proxy->SumAndDifference(2, 3);
Related Questions

Are there specific HTTP headers for mobile?

The Wireless FAQ [The Wireless FAQ]
When your applications aren’t working as they should, chances are that someone has already solved the problem and added the solution to this FAQ.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact