Re: Handling a xxx?yyy request as xxx
"Alex Kramarov" <[email protected]>
| Newsgroups | gmane.network.tux |
|---|---|
| Message-ID | <[email protected]> |
check the archives, somebody already asked this before. there is a posting describing what to do. generally, you can't do that without changing the source. it's not to much work, if i remember correctly. and thttpd does not remotely compare in performance to tux, so it may be worth it for you. -------Original Message------- From: [email protected] Date: éåí çîéùé 01 àåâåñè 2002 10:25:23 To: [email protected] Subject: Handling a xxx?yyy request as xxx Hello, When issuing a request like http://somewhere/tv2f.jpg?something to web-servers like thttpd and Apache, they simply return the static content, ignoring the query part. Tux returns a 404 error: http://octopus2.webdmz.tv2.dk/tv2f.jpg?xxxx Is there a way to configure tux so that it will simply always ignore the query part of a request.