Description:
Apache web server configuration issues.
|
|
|
How to turn OFF POST for a virtual web site.
|
| |
"POST /blah.php HTTP/1.1" 200 How to I block the above action on my apache server???? here's my config: Server version: Apache/2.0.63 Server built: Nov 6 2008 12:26:40 Server's Module Magic Number: 20020903:13 Server loaded: APR 0.9.17, APR-UTIL 0.9.15 Compiled using: APR 0.9.17, APR-UTIL 0.9.15... more »
|
|
http protocol and file downloading
|
| |
Hi, I noticed that if a connection is interrupted (or it is too slow) while downloading a file, i..e. a large pdf, from a server (using save as... pop-up in the browser) the browser closes the download, and saves the file as it had completed (but if you check the dimension is smaller than the complete file). If you try to open it with a proper... more »
|
|
mod_ifenv
|
| |
for my configuration file, this sort of construct would be extremely useful <IfEnv var=value> ...directives... </IfEnv> i've seen many posts about the old module mod_ifenv that was never ported to apache 2.0 most people who want conditionals have perl programs or other scripts that generate conf files (i use an smx parsed file on one)... more »
|
|
Weird behavior of mod_rewrite on existing directory
|
| |
Hi, I'm using mod_rewrite to rewrite all non-existing files/directory's to my index.php. That's easy. But this time i also want it to perform a rewrite on some existing directory's. Here's what i have now: RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d [OR] RewriteCond %{REQUEST_FILENAME} /(admin|pages)... more »
|
|
RewriteCond and php variables
|
| |
Hey, I'm struggling to make following work entirely the way I want it: In .htaccess: RewriteCond %{HTTP_HOST} ^(.*)?mydomain.jp [NC] RewriteCond %{REQUEST_URI} !^/help\.php$ [NC] RewriteCond %{REQUEST_URI} !^/tips\.php$ [NC] RewriteRule (.*) [link] [R=301,L] Which translates to: - every page on the .jp domain is routed to the .com domain... more »
|
|
Drunk Sex Cartoon: Drunk Pron Video
|
| |
============================== ============================== ============= ========= My young drunk sister fucked by my friend ========= VVVVVVVVVVVVVVVVVVVVVVVVVVVVVV VVVVVVVVVVVVVVVVVVVVVVVVVVVVVV VVVVVVVVVVVV ========= ENTER HERE: ========= ========= [link]... more »
|
|
Rewrite rule with parameters in subdomains
|
| |
Hi everyone, I have serious problems configuring apache to do the following: [link] --> [link] I tried the following code: RewriteEngine on RewriteCond %{HTTP_HOST} ^([A-Za-z]+)-([A-Za-z]+). [NC] RewriteRule ^/test/?$ test/index.php?param1=%1¶m 2=%2 [L]... more »
|
|
How do I set up 2 or more "default" locations?
|
| |
The Subject line might be misleading so please bear with me. I have no experience with Apache. I was tasked with installing Testlink, a tool, on a machine. The installation of Testlink went fine except for setting up its web interface. Testlink requires that I place the testlink directory in /var/www, so that there is a /var/... more »
|
|
installing mod_xsendfile problems
|
| |
Hello, I'm trying to install mod_xsendfile and keep getting -bash: apxs: command not found. I tried running: install apache2-prefork-dev but just got: ... No packages will be installed, upgraded, or removed. ... Thanks for any help, Jason
|
|
|