Re: [us...@httpd] Module specific logging not working

2010-12-10 Thread Dustin Chesterman
>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

[us...@httpd] Re: SERVER_ADDR and REMOTE_ADDR corrupt?

2010-12-10 Thread Mark R Bannister
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=

[us...@httpd] SERVER_ADDR and REMOTE_ADDR corrupt?

2010-12-10 Thread Mark R Bannister
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

[us...@httpd] Re: webdav : digest authentication

2010-12-10 Thread michel
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

Re: [us...@httpd] Only let vhosts to browse their DocumentRoot and subdirectories.

2010-12-10 Thread FROIDURE Nicolas
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

Re: [us...@httpd] SetEnv HTTPS on... not working.

2010-12-10 Thread Mxrgus Pxrt
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

[us...@httpd] php occasionally displayed instead of execution

2010-12-10 Thread Erkki . Aalto
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

Re: [us...@httpd] Only let vhosts to browse their DocumentRoot and subdirectories.

2010-12-10 Thread Igor Galić
- "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

[us...@httpd] Only let vhosts to browse their DocumentRoot and subdirectories.

2010-12-10 Thread Patric Falinder
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

Re: [us...@httpd] SetEnv HTTPS on... not working.

2010-12-10 Thread Igor Galić
- "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

Re: [us...@httpd] Module specific logging not working

2010-12-10 Thread Rainer Jung
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