Re: [EMAIL PROTECTED] Chown -R saying it changed but didn't, effecting HTTP Apache

2008-08-07 Thread Car54
Krist van Besien wrote: > > Non root users are not permitted to change ownership of files. This is > an (intentional) operating system limitation. > > Krist > I'm not sure why you would assume that I'm not a root user, before asking... I am a root user. -- View this message in context: htt

Re: [EMAIL PROTECTED] Chown -R saying it changed but didn't, effecting HTTP Apache

2008-08-07 Thread Krist van Besien
On Thu, Aug 7, 2008 at 23:40, Car54 <[EMAIL PROTECTED]> wrote: > > I have a software that is running on a Linux server and there was a glitch in > the install script and I was told to change ownership on this subdirectory > from root to "apache"... and for some reason it says it's changed on the >

Re: [EMAIL PROTECTED] URL Encoding

2008-08-07 Thread Erling Wegger Linde
Well, since Apache gets confused when itself decodes the URL - it won't even pass it on decoded.. That's the biggest issue. But furthermore as only one part of the URL is encoded.. e.g. projects/{encoded} how should I make this generic? E.g. if(wasEncoded) encode... I'm now using Base64 encoding

[EMAIL PROTECTED] Paul Hunter is out of the office.

2008-08-07 Thread Paul Hunter
I will be out of the office starting 08/08/2008 and will not return until 09/08/2008. This is an automated message. I am out of the office. I will respond to your message when i return. Please contact Keith Dumble if urgent. Paul

Re: [EMAIL PROTECTED] Apache Http sticky session problem.

2008-08-07 Thread amie.lahey
Hi ROb, Thanks a lot for replying. I am using mod_jk and there are just few parameters defined in httpd 1: workers.properties path 2: Jkmount 3: jkmanager/jkstatus Can you just specify what exactly quotes did you remove. Also, i was trying to load balance with mod_proxy first on the same serve

Re: [EMAIL PROTECTED] mod_dbd & mod_dbd_authn - mysql user authentication problems - apache 2.2.9

2008-08-07 Thread Tom Donovan
Steve Whitson wrote: I’m trying to use mod_dbd and mod_authn_dbd and replacements for mod_auth_mysql within an apache 2.2.9 server I built on solaris. AuthDBDUserPWQuery "select password from users where name = %s" ... When I start the server I get the following error: [error] (20014)Interna

Re: [EMAIL PROTECTED] mod_dbd & mod_dbd_authn - mysql user authentication problems - apache 2.2.9

2008-08-07 Thread Danie Qian
- Original Message - From: "Steve Whitson" <[EMAIL PROTECTED]> To: Sent: Thursday, August 07, 2008 3:53 PM Subject: [EMAIL PROTECTED] mod_dbd & mod_dbd_authn - mysql user authentication problems - apache 2.2.9 I�m trying to use mod_dbd and mod_authn_dbd and replacements for mod_au

[EMAIL PROTECTED] Apache as a proxy but no HTTP_X_FORWARDED_FOR header

2008-08-07 Thread Stephen(Tie) Hu
Hi, I am using apache http server as a SSL proxy. It's working quite well except it doesn't add HTTP_X_FORWARDED_FOR header. So I have no chance to know the real client IP. Does any one know how to force apache to add HTTP_X_FORWARDED_FOR header? 1000 thanks in ahead! Here is my apach

Re: [EMAIL PROTECTED] Re: suExec and UserDir module

2008-08-07 Thread William A. Rowe, Jr.
Juan Asensio Sánchez wrote: Does anyone know if this can be done? Any help? 2008/8/4 Juan Asensio Sánchez <[EMAIL PROTECTED] > Hi everybody I have just configured a LDAP based Samba Server. Now i want the users to publish their websites with the module Use

[EMAIL PROTECTED] Checking for httpd2: dead

2008-08-07 Thread Russell Martilla
I am finding this on one of my servers running Linux TWCWS 2.6.5-7.311-bigsmp #1 SMP Mon Mar 10 13:12:16 UTC 2008 i686 i686 i386 GNU/Linux.  Warning: found stale pidfile (unclean shutdown?) -bash: syntax error near unexpected token `(' My apache2 is dying pretty much everyday like this. I hav

[EMAIL PROTECTED] Chown -R saying it changed but didn't, effecting HTTP Apache

2008-08-07 Thread Car54
I have a software that is running on a Linux server and there was a glitch in the install script and I was told to change ownership on this subdirectory from root to "apache"... and for some reason it says it's changed on the subdirectory and everything below it, but as you can see below what I'm

[EMAIL PROTECTED] Re: suExec and UserDir module

2008-08-07 Thread Juan Asensio Sánchez
Does anyone know if this can be done? Any help? 2008/8/4 Juan Asensio Sánchez <[EMAIL PROTECTED]> > Hi everybody > > I have just configured a LDAP based Samba Server. Now i want the users to > publish their websites with the module UserDir. The problem is that user's > directories are chmoded 700

Re: [EMAIL PROTECTED] URL Encoding

2008-08-07 Thread André Warnier
Erling Wegger Linde wrote: However, Apache seem to decode this URL before it passes it forward to Tomcat. I believe that this is what it's supposed to do. Can't you just re- URL-encode the URL before you let it be forwarded further ?

Re: [EMAIL PROTECTED] Apache Http sticky session problem.

2008-08-07 Thread Rob Stewart
OK - I'm new to the list, but here's my two cents following my antics... 1. Check that the routes in the httpd side configuration files do NOT have quotes. (I had a lot of pain with that). 2. I'm using a reverse proxy using mod_proxy_balance and mod_proxy_ajp (NOT mod_proxy_http) and simpleTcpClu

[EMAIL PROTECTED] mod_dbd & mod_dbd_authn - mysql user authentication problems - apache 2.2.9

2008-08-07 Thread Steve Whitson
I’m trying to use mod_dbd and mod_authn_dbd and replacements for mod_auth_mysql within an apache 2.2.9 server I built on solaris. I configure up the database info as such: DBDriver mysql DBDParams "host=somehostname dbname=somedatabasename user=someuser pass=somepass" DBDMin 4 DBDKeep 8 DBDMa

[EMAIL PROTECTED] Apache Http sticky session problem.

2008-08-07 Thread amie.lahey
Hi All, I need a urgent help with apache tomcat load balancing: I have configured Apache 2.2 with multiple tomcat 6 service instances to achieve load balancing. But I am unable to maintain sticky session . The application that I am using has to maintain sessions. But this not happening .When I lo

Re: [EMAIL PROTECTED] MaxClients/ServerLimit & server-status

2008-08-07 Thread Eric Covener
On Thu, Aug 7, 2008 at 8:42 AM, Jordi Prats <[EMAIL PROTECTED]> wrote: >>> On the other hand, why on server status appears 1024 slots if I have >>> the MaxClients directive set to 512? >> >> Apache will create up to MaxClients (512) but has room to track 1024 >> of them -- this is what allows you t

Re: [EMAIL PROTECTED] mod_rails: Strange, strange problem

2008-08-07 Thread pszmidt
Hi, I'm having the same problem using mod_rails, when I switch to fastcgi, it's working good. Have you find a way to fix that? Pat "Kyrre Nygård" wrote: > > hello! > > lately, all randomly, i've been getting plain text instead of my actual > pages. a refresh usually takes care of the problem

[EMAIL PROTECTED] Apache 2.0.52 / mod_jk / firewall / jboss weirdness

2008-08-07 Thread pthyseba
Hello everyone (my previous message was sent prematurely...), I'm trying to figure out some weirdness in a fairly large web environment. We're running a web environment using RHEL 4, Apache 2.0.52 with Worker MPM, mod_jk 1.2.20 and jboss/tomcat application servers. There's a firewall between our

[EMAIL PROTECTED] TMPDIR variable cleared from environment

2008-08-07 Thread Matus UHLAR - fantomas
Hello, I configured my vhost to have TMPDIR variable set to particular directory. PHP scripts see this variable w/o problem, but not CGIs. I'm running suexec, and have patched it (yes, I know the risks) to pass this variable, but even when I replaced suexec binary by script that only prints envir

Re: [EMAIL PROTECTED] MaxClients/ServerLimit & server-status

2008-08-07 Thread Jordi Prats
>> On the other hand, why on server status appears 1024 slots if I have >> the MaxClients directive set to 512? > > Apache will create up to MaxClients (512) but has room to track 1024 > of them -- this is what allows you to scale MaxClients up during a > restart. This space is not resized during

Re: [EMAIL PROTECTED] MaxClients/ServerLimit & server-status

2008-08-07 Thread Eric Covener
On Thu, Aug 7, 2008 at 4:48 AM, Jordi Prats <[EMAIL PROTECTED]> wrote: > Hi, > I've a apache server configured with this parameters: > > ServerLimit 1024 > MaxClients 512 > > What I'm undestanding from apache's documentation > (http://httpd.apache.org/docs/2.0/en/mod/mpm_common.html) is: > > Server

[EMAIL PROTECTED] MaxClients/ServerLimit & server-status

2008-08-07 Thread Jordi Prats
Hi, I've a apache server configured with this parameters: ServerLimit 1024 MaxClients 512 What I'm undestanding from apache's documentation (http://httpd.apache.org/docs/2.0/en/mod/mpm_common.html) is: ServerLimit is the hard limit for MaxClients, so if I set MaxClients up to 1024 I can simply r

[EMAIL PROTECTED] Apache 2.0.52 / mod_jk / firewall / jboss : weird ?

2008-08-07 Thread pthyseba
Hello everyone, I'm trying to debug some weirdness in a fairly large web environment. Our setup is as follows: requests go through a load balancer to one of our SSL-enabled web servers, which are running on RHEL4 with apache 2.0.52 and mod_jk 1.2.20. jboss/tomcat mechanism to close connections

[EMAIL PROTECTED] Spell checking not working, sortof

2008-08-07 Thread Mike Brown
Output of -S: VirtualHost configuration: wildcard NameVirtualHosts and _default_ servers: *:80 is a NameVirtualHost default server www.vidiot.com (/usr/local/apache2/conf/httpd.conf:481) port 80 namevhost www.vidiot.com (/usr/local/apache2/conf/httpd.conf:481)