apache2.2 Questions
3
Solved
I am trying to determine why authentication for protected resources using the Authorization: header behaves properly when using a local development server but not on my deployed apache 2.2 w/mod_ws...
Ghostly asked 29/9, 2015 at 18:55
4
Solved
I've look all over, but keeps running into same info that talks about directory level IP restriction, which usually looks something like this:
Order Deny,Allow
Deny from all
Allow from 123.123.12...
4
Solved
OK, so I have this terrible problem with oci, apache, php and suse. First off, versions:
PHP 5.3.15 (cli)
Apache/2.2.22 (Linux/SUSE)
OCI8 1.4.9
SUSE 12.2 32 bit
Oracle client 10.2.0.4
Problem
I...
0
I have apache configuration like
CookieTracking On
<Proxy balancer://my-cluster>
BalancerMember http://my-server:8084 loadfactor=1 ping=10 ttl=300 timeout=120
</Proxy>
ProxyPass /mys...
Yi asked 7/12, 2017 at 17:49
6
http://httpd.apache.org/docs/trunk/mod/mod_authn_core.html#authtype talks about "AuthType None", and has an awesome example of exactly what I need to do - unfortunately, it appears to be new to 2.3...
Yovonnda asked 14/4, 2010 at 23:2
2
Solved
I have Apache 2.2 and 4 Tomcat7 instance is running
One of the tomcat is configured for 1500 threads and 1024 Mb of Java heap space as the web application require such a deal...
So at time i face...
6
Solved
I'm using fabric to remotely start a micro aws server, install git and a git repository, adjust apache config and then restart the server.
If at any point, from the fabfile I issue either
sudo('s...
Gynandrous asked 16/6, 2011 at 22:49
3
Seems to be the place for apache so here goes :)
Age old problem: how so I redirect HTTP->HTTPS, then and only if HTTPS, do an auth?
Oh - and I'd like most of it in a single snippet that can be I...
Euplastic asked 23/6, 2011 at 17:47
2
Solved
I'm new to PHP and I'm trying to run code I got from someone else on my Windows development machine. I installed PHP 5 and Apache 2.2, but when I try to run it I get the error:
Fatal error: Call t...
Assumptive asked 9/3, 2011 at 19:42
3
In PHP I'm getting this error:
Call to undefined function mysqli_connect()
I checked my php.ini file and there is no ; in front of extension=php_mysql.dll
or extension=php_mysqli.dll.
I think t...
Condign asked 18/4, 2011 at 15:14
2
Solved
This script:
use warnings FATAL => 'all';
warn 'warning';
die 'death';
...results in 'warning' getting logged, but doesn't die at that point, instead dying with 'death'.
I have a mod_perl m...
1
Solved
What I have and works:
I'm using Apache HTTPD 2.2 for proxy requests. I have multiple ProxyPass mappings:
ProxyRequests On
<Proxy *>
AddDefaultCharset off
Order deny,allow
Allow fr...
3
Solved
I've gone through the Apache guide to enable to mod_info.
As per doc:
To configure mod_info, add the following to your httpd.conf file.
<Location /server-info>
SetHandler server-info
<...
Sewerage asked 11/12, 2012 at 8:47
2
Solved
I have a directory called /var/www/icons on my web server, which is also referenced as an alias in my Apache config as seen below:
Alias /icons/ "/var/www/icons/"
The directory contains a ...
Microtone asked 24/8, 2012 at 13:47
0
I have Apache 2.2.8 installed on a server, and I'm trying to use X-SendFile to deliver video files.
Unfortunately some devices, like iPads, seem to require Byte Range in order to serve the files,...
Corroboration asked 28/9, 2011 at 7:27
5
Solved
I'm relatively new to configuring Apache.
I have a PHP script that writes a JSON file based on values retrieved from $_GET.
<?php
file_put_contents('State.json', "{ do: '" . $_GET['do'] . "'...
Guesswork asked 18/3, 2011 at 21:1
1
Solved
I have a server with several virtual hosts. Now I want to set up the error documents for the whole server. I have located my error sites in /var/www/error/*, but with the ErrorDocument directive I ...
Languor asked 22/7, 2010 at 17:5
1
© 2022 - 2024 — McMap. All rights reserved.