>On 10.12.2010 01:18, Dustin Chesterman wrote:
>> Hello all -
>>I am having trouble getting logging to work for some modules,
>> specifically mod_rewrite and mod_jk. Here is a portion of my
>> httpd.conf. I get mod_jk logging for the startup process in my
>> mod_jk.log but not the request lev
On Fri 10/12/10 14:09 , Mark R Bannister m...@proseconsulting.co.uk sent:
> Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.7d DAV/2 Server
> Sun Solaris 10 (update 8)
> cgi-bin scripts getting corrupt IP addresses in SERVER_ADDR and
> REMOTE_ADDR:
> SERVER_ADDR=28.97.76.182.76.182
> REMOTE_ADDR=
Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.7d DAV/2 Server
Sun Solaris 10 (update 8)
cgi-bin scripts getting corrupt IP addresses in SERVER_ADDR and REMOTE_ADDR:
SERVER_ADDR=28.97.76.182.76.182
REMOTE_ADDR=11.163.130.254130.254
Tried various combinations (shell script vs. python, firefox vs
I had the same problem because I've configured mod_auth_pam and
mod_auth_sys_group for other directories...
I tried to disable both of them for this particular directory/location, i.e. :
AuthPAM_Enabled off
AuthGROUP_Enabled off
...
And it worked !
--
michel
Hi,
Have a look to Suexec and Suphp.
++
Le 10/12/2010 10:21, Patric Falinder a écrit :
Hi,
Recently one of my site got hacked and they uploaded lots of crap to
it that let them browse through the entire server with a php-script
that let them do all sorts of things.
I'm
I have SSL offloader, what checks wheather user came using HTTP or HTTPS
(sends accordingly header.)
As I want it to be transparent to application and available to
.htaccess, I use apaches values. I want to overwrite them.
Br,
Margus
On 12/10/2010 10:27 AM, Igor Galić wrote:
- "Mxrg
I have a RHEL5 server with the included versions of httpd (2.2.3) and php
(5.1.6). Occasionally the php code is not executed but displayed in the
browser. When the page is reloaded it is again executed normally.
Google finds several references to this problem, but I have found
no solution.
No, it
- "Patric Falinder" wrote:
> Hi,
>
> Recently one of my site got hacked and they uploaded lots of crap to
> it
> that let them browse through the entire server with a php-script that
>
> let them do all sorts of things.
>
> I'm not an expert on Apache so thats why I'm asking you for help
Hi,
Recently one of my site got hacked and they uploaded lots of crap to it
that let them browse through the entire server with a php-script that
let them do all sorts of things.
I'm not an expert on Apache so thats why I'm asking you for help.
I want to know if/how I can let a certain vhost
- "Mxrgus Pxrt" wrote:
> Hello!
>
> I have SSL offloader sending HTTPS header to backend server.
>
> In backend server I have:
> SetEnvIf HTTPS "(..*)" HTTPS=$1
> RewriteCond %{HTTPS} !=on
> RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}?%{HTTPS}
> [L,R=301]
>
> And it causes in
On 10.12.2010 01:18, Dustin Chesterman wrote:
Hello all -
I am having trouble getting logging to work for some modules,
specifically mod_rewrite and mod_jk. Here is a portion of my
httpd.conf. I get mod_jk logging for the startup process in my
mod_jk.log but not the request level logging. B
11 matches
Mail list logo