Re: [EMAIL PROTECTED] The Apache user

2007-07-25 Thread Victor Trac
There's no need to send out two emails to the wrong mailing list asking the same thing. While one of us may know the answer, it's more likely that you'll get a positive response when asking xfce folks. Perhaps one of these lists will help: http://www.xfce.org/community/lists --Victor On 7/26/

Re: [EMAIL PROTECTED] How in the name of LINUX do u set apache2.2 to run as user www-data

2007-07-25 Thread Demetri T.
Demetri T. wrote: I have googled for information in configuring apache to run as www-data user a couple of days and all i find are tid bits and they are very general. I tried changing permissions for the directories, the www-data user and group were added by the installation of xubuntu I have

Re: [EMAIL PROTECTED] Re: Apache2 and Upload Progress in mod_jk

2007-07-25 Thread Constantin Moisei
On 25/07/07, Constantin Moisei <[EMAIL PROTECTED]> wrote: On 25/07/07, Ricardo Stella <[EMAIL PROTECTED]> wrote: > > > Constantin Moisei wrote: > > No one experienced this problem by now ? > > > > On 24/07/07, *Constantin Moisei* <[EMAIL PROTECTED] > > > wrote: > > > > Any ideas ? > > >

Re: [EMAIL PROTECTED] problems with the bandwidth and apache

2007-07-25 Thread Tony Stevenson
Roberto Tortolero wrote: The apache installed on Linux fedora is taking the half of the bandwidth of the company were a work for. The apache have configure three virtual host redirecting to other server through proxy directives, so, it possible to know why the apache server is consuming so

Re: [EMAIL PROTECTED] Re: Apache2 and Upload Progress in mod_jk

2007-07-25 Thread Constantin Moisei
On 25/07/07, Ricardo Stella <[EMAIL PROTECTED]> wrote: Constantin Moisei wrote: > No one experienced this problem by now ? > > On 24/07/07, *Constantin Moisei* <[EMAIL PROTECTED] > > wrote: > > Any ideas ? > > > On 24/07/07, *Constantin Moisei* <[EMAIL PROTEC

Re: [EMAIL PROTECTED] Re: Apache2 and Upload Progress in mod_jk

2007-07-25 Thread Ricardo Stella
Constantin Moisei wrote: > No one experienced this problem by now ? > > On 24/07/07, *Constantin Moisei* <[EMAIL PROTECTED] > > wrote: > > Any ideas ? > > > On 24/07/07, *Constantin Moisei* <[EMAIL PROTECTED] > > wrote: > >

[EMAIL PROTECTED] Re: Apache2 and Upload Progress in mod_jk

2007-07-25 Thread Constantin Moisei
No one experienced this problem by now ? On 24/07/07, Constantin Moisei <[EMAIL PROTECTED]> wrote: Any ideas ? On 24/07/07, Constantin Moisei <[EMAIL PROTECTED]> wrote: > > Hi, > > I have this Java application that runs in tomcat and is fronted by a > Apache2 in mod_jk. > My problem is that wh

Re: [EMAIL PROTECTED] mod_rewrite, mod_proxy and content-length

2007-07-25 Thread Daniel JavaDev
Nick, works out the header was actually being added by protocol.c (in ap_set_content_length) I've fixed it for what I needed by simply commenting out the body of that method. This keeps the EAIF MMSC happy and this httpd instance will only be used for this purpose anyway. Not sure what the best

Re: [EMAIL PROTECTED] How in the name of LINUX do u set apache2.2 to run as user www-data

2007-07-25 Thread Demetri T.
Joshua Slive wrote: On 7/25/07, Demetri T. <[EMAIL PROTECTED]> wrote: thats already set by default when i installed apache(which is www-data). I think i am having an issue either with file/directory permissions and/or on how Apache is starting up; it just stays running as root instead switchin

RE: [EMAIL PROTECTED] Force to Push data from a reverse proxy

2007-07-25 Thread Jean-Baptiste Mayer
I solved my problem by installing and configuring squid which does not seem to bufferize data. Jean-Baptiste. -Message d'origine- De : Jean-Baptiste Mayer [mailto:[EMAIL PROTECTED] Envoyé : mercredi, 25. juillet 2007 08:14 À : users@httpd.apache.org Objet : RE: [EMAIL PROTECTED] Force to

Re: [EMAIL PROTECTED] How in the name of LINUX do u set apache2.2 to run as user www-data

2007-07-25 Thread Dragon
Joshua Slive wrote: On 7/25/07, Dragon <[EMAIL PROTECTED]> wrote: I am sure somebody will correct me if I am wrong but IIRC, invoking httpd directly results in it continuing to run as the user that invoked it. Consider yourself corrected ;-) httpd always switches users for child processes w

[EMAIL PROTECTED] problems with the bandwidth and apache

2007-07-25 Thread Roberto Tortolero
The apache installed on Linux fedora is taking the half of the bandwidth of the company were a work for. The apache have configure three virtual host redirecting to other server through proxy directives, so, it possible to know why the apache server is consuming so many bandwidth. thank you.

RE: [EMAIL PROTECTED] Authorization - require question

2007-07-25 Thread Luis Moreira (ESI-GSQP)
"Require user XXX" should work on its own. For me it does, at least. Just add the directive, edit the users and if you access that directory the users will be validated against the PWD file. I don't use AuthzSVNAccessFile, but if you search the web you find info on it, that may help you. Using bot

Re: [EMAIL PROTECTED] How in the name of LINUX do u set apache2.2 to run as user www-data

2007-07-25 Thread Joshua Slive
On 7/25/07, Dragon <[EMAIL PROTECTED]> wrote: I am sure somebody will correct me if I am wrong but IIRC, invoking httpd directly results in it continuing to run as the user that invoked it. Consider yourself corrected ;-) httpd always switches users for child processes when started as root.

Re: [EMAIL PROTECTED] How in the name of LINUX do u set apache2.2 to run as user www-data

2007-07-25 Thread Dragon
Demetri T. wrote: thats already set by default when i installed apache(which is www-data). I think i am having an issue either with file/directory permissions and/or on how Apache is starting up; it just stays running as root instead switching over to www-data (the user/group set when instal

Re: [EMAIL PROTECTED] Authorization - require question

2007-07-25 Thread Manuel Vacelet
Thanks for the quick reply. I do use because of subversion and there is no global permissions set at a upper level. What seems strange to me is that "Require user XXX" works w/o having another authorization level (w/o AuthzSVNAccessFile) but as soon as I add this statement the Require user seems

Re: [EMAIL PROTECTED] How in the name of LINUX do u set apache2.2 to run as user www-data

2007-07-25 Thread Joshua Slive
On 7/25/07, Demetri T. <[EMAIL PROTECTED]> wrote: thats already set by default when i installed apache(which is www-data). I think i am having an issue either with file/directory permissions and/or on how Apache is starting up; it just stays running as root instead switching over to www-data (t

Re: [EMAIL PROTECTED] How in the name of LINUX do u set apache2.2 to run as user www-data

2007-07-25 Thread Demetri T.
Dmitri Colebatch wrote: Hi Demetri, Change the User parameter in httpd.conf. Here's what I have in mine: # If you wish httpd to run as a different user or group, you must run # httpd as root initially and it will switch. # # User/Group: The name (or #number) of the user/group to run httpd as.

Re: [EMAIL PROTECTED] (solved) help with XML refresh and cache control

2007-07-25 Thread Jim Owens
Thanks, Joshua, for the tip. What worked in the end was: Header set Cache-Control no-cache Note that this references the XSLT file, not the script. Also for some reason this didn't seem to work until I put the section after the section for cgi-bin. Joshua Slive wrote: On 7/24/07, Jim O

RE: [EMAIL PROTECTED] Authorization - require question

2007-07-25 Thread Luis Moreira (ESI-GSQP)
First, the directive "require user" fits not only a single user, but a list, too Doing just Require user Manuel Vacelet Admin Power Will validate 4 users, Manuel, Vacelet, Admin and Power HOWEVER, 1) Location applies to contents outside the file system 2) Otherwise you can use Directory direc

[EMAIL PROTECTED] Authorization - require question

2007-07-25 Thread Manuel Vacelet
Hello all, I'm facing some problems trying to understand how Require actually works. Here is my objectives: - I want to authenticate user against a file. - I want to restrict a list of users to access to a Location. - I have 3rd party authorization (AuthzSvnAccessFile) that may restrict again the

Re: [EMAIL PROTECTED] mod_rewrite, mod_proxy and content-length

2007-07-25 Thread Nick Kew
On Wed, 25 Jul 2007 10:59:33 +0100 "Daniel JavaDev" <[EMAIL PROTECTED]> wrote: > Unfortunately it's not my client, but Nokia's EAIF MMSC (emulator in > this case). > > Like I said, I've coded my application to the protocol (EAIF) and it > works. I only need to add apache httpd in between in order

Re: [EMAIL PROTECTED] mod_rewrite, mod_proxy and content-length

2007-07-25 Thread Vincent Bray
On 25/07/07, Daniel JavaDev <[EMAIL PROTECTED]> wrote: Unfortunately it's not my client, but Nokia's EAIF MMSC (emulator in this case). Like I said, I've coded my application to the protocol (EAIF) and it works. I only need to add apache httpd in between in order to restrict access to the applic

Re: [EMAIL PROTECTED] How in the name of LINUX do u set apache2.2 to run as user www-data

2007-07-25 Thread Dmitri Colebatch
Hi Demetri, Change the User parameter in httpd.conf. Here's what I have in mine: # If you wish httpd to run as a different user or group, you must run # httpd as root initially and it will switch. # # User/Group: The name (or #number) of the user/group to run httpd as. # . On SCO (ODT 3) use "

Re: [EMAIL PROTECTED] mod_rewrite, mod_proxy and content-length

2007-07-25 Thread Daniel JavaDev
Unfortunately it's not my client, but Nokia's EAIF MMSC (emulator in this case). Like I said, I've coded my application to the protocol (EAIF) and it works. I only need to add apache httpd in between in order to restrict access to the application (by IP address range). The response headers witho