Re: [us...@httpd] SuExec

2010-02-03 Thread Nilesh Govindarajan
On 02/03/2010 01:09 PM, Thomas Antony wrote: On 02/03/2010 12:11 PM, Gary Smith wrote: They should not be able to use the default site's /files directory but /sites//files Any ideas ? According to suExec docs, target file must be owned by the user and group specified in SuExecUserGroup direc

Re: RE: RE: [us...@httpd] multipath proxy chaining (failover)

2010-02-03 Thread Romain De Rasse
Hi, about DNS, the problem is more about timeouts than about TTLs or caches because I don't use round robin but fixed rrsets. But still DNS is not the right solution. I'll definitely look more deeply at LVS and haproxy ; I firstly focused on Apache and DNS in order not to change the existing a

Re: [us...@httpd] SuExec

2010-02-03 Thread Nilesh Govindarajan
Okay, I have now a different setup. After a lot of researching on Google, I concluded that it is not possible to do what I wanted. Now I have a common drupal codebase located at /srv/htdocs/drupal I am using this kind of setup - http://drupal.org/node/124268 Only difference being all user dire

Re: [us...@httpd] SuExec

2010-02-03 Thread dinar qorbanof
i think you can do what you want. create several wrapper "php-cgi" scripts each in its own directory and for all of them it and that directory of it should be with both user and group = user of it (and wrapper script should be executable). drupal php files can be owned by any user and group. -

Re: [us...@httpd] MIME types

2010-02-03 Thread dinar qorbanof
use command like like AddType text/plain .php .html .info and see TypesConfig /etc/mime.types in /etc/apache2/mods-available/mime.conf and /etc/mime.types - The official User-To-User support forum of the Apache HTTP Server Project

Re: [us...@httpd] SuExec

2010-02-03 Thread Thomas Antony
Now I have a common drupal codebase located at /srv/htdocs/drupal I am using this kind of setup - http://drupal.org/node/124268 Only difference being all user directories are at /srv/htdocs as suexec docroot is /srv. Now the problem is FastCGI. FastCGISuexec has been configured. at /srv/

[us...@httpd] Add header question

2010-02-03 Thread antoine
Hello! How can I add an optional header (X-Foo) in each response processed by my module (it acts as a content generator)? Regards, - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.

Re: [us...@httpd] SuExec

2010-02-03 Thread Jonathan Zuckerman
On Wed, Feb 3, 2010 at 10:03 AM, Thomas Antony wrote: > > > >> Now I have a common drupal codebase located at /srv/htdocs/drupal >> >> I am using this kind of setup - http://drupal.org/node/124268 >> >> Only difference being all user directories are at /srv/htdocs as suexec >> docroot is /srv. >>

[us...@httpd] Page not updating after login

2010-02-03 Thread Ruiyuan Jiang
Hi, all We have a web server which uses Tomcat AJP. The setup is: Internet PCs --> Solaris 10, SPARC, Apache v2.2.14 reverse proxy server --> HPUX Apache server v.2.0.59, Tomcat AJP server v5.5.26 --> HPUX Oracle database. HPUX Apache (HP pre-compiled Apache) and Tomcat are installed on the s

[us...@httpd] Mod_JK connector configuration Error

2010-02-03 Thread daulat khan
Hi, i am hitting the following error while configuring mod_jk connector in solaris 10 machine. i am using sun studio tools for compiling. tomcat connector latest verson 1.2.28 apache latest verson 2.2.14 and tomcat latest version 6.0.20 configure: error: You must specify a valid --with-apxs path

[us...@httpd] How to collect host specif error log and how to see those from web interface ?

2010-02-03 Thread J. Bakshi
Dear list, I already have vlogger installed in my server which breaks the apache access log as per vhost and awstas is working well. Hope you all admit that the main requirement is obviously error log. vlogger does not break the error log as it does with access log. I have two specif questions her