[EMAIL PROTECTED] Different users for different vhosts

2006-06-22 Thread Florian Lindner
Hello, is it possible to assign each vhost a own process (or a process pool) with a distinct user? So that a apache process can not abused (with PHP for example) for accessing other users data? If it is not possible with processes can it be achieved with threads? If not, why not? Thanks, flor

Re: [EMAIL PROTECTED] Different users for different vhosts

2006-06-22 Thread Florian Lindner
Am Donnerstag, 22. Juni 2006 22:56 schrieb Rainer Sokoll: > On Thu, Jun 22, 2006 at 10:26:45PM +0200, Florian Lindner wrote: > > Hello, > > is it possible to assign each vhost a own process (or a process pool) > > with a distinct user? So that a apache process can not abu

[EMAIL PROTECTED] Which user to run?

2008-04-12 Thread Florian Lindner
Hello, in the default configurations I know apache runs as a dedicated users (e.g. www). This user has no login shell set thus it is impossible to login as this user and it usually has no home dir set either. With my setup I have an (human) user hat has a login shell and homedir. This users

[EMAIL PROTECTED] mod_suPHP: set php_admin options

2008-04-15 Thread Florian Lindner
Hello, I'm using mod_suphp. When using just mod_php I can set options in the virtual host config like that: php_admin_value sendmail_path How can this be done when using mod_suphp? Thanks, Florian - The official User-To-Us

[EMAIL PROTECTED] SSL Proxy

2008-11-04 Thread Florian Lindner
Hello, I have an SSL certificate of www.example.org. Now I want to proxy another domain (which is a v-host on the same server) through the beforementioned SSL domain. My first try was: (in the doc root .htaccess) RewriteCond %{HTTP_HOST} ^.*ssl\.example\.org$ RewriteRule ^(.*)$ http://targ

Re: [us...@httpd] SSL Proxy

2008-11-05 Thread Florian Lindner
Am 05.11.2008 um 02:23 schrieb Eric Covener: On Tue, Nov 4, 2008 at 1:02 PM, Florian Lindner <[EMAIL PROTECTED]> wrote: RewriteRule ^(.*)$ http://target.com/$1 [P,L] There raises the problem that the application on target.com perfoms an redirection to /foo/bar/ (mind the first

[EMAIL PROTECTED] Templated config for vhost

2006-12-13 Thread Florian Lindner
Hello, is is possible to define a template for a vhost config entry and use this template in other entries. For example I have the template: ServerName $SERVER_NAME ServerAlias *.$SERVER_NAME $MORE_ALIASES DocumentRoot /home/$DIR/http/pub CustomLog /home/$DIR/htt

Re: [EMAIL PROTECTED] Templated config for vhost

2006-12-14 Thread Florian Lindner
Am Donnerstag, 14. Dezember 2006 19:22 schrieb Joshua Slive: > On 12/13/06, Florian Lindner <[EMAIL PROTECTED]> wrote: > > Hello, > > is is possible to define a template for a vhost config entry and use this > > template in other entries. > >

[EMAIL PROTECTED] Status of per-user MPMs

2007-01-29 Thread Florian Lindner
Hello, what is the status of MPMs that can assign each vhost a userID and execute request for this vhosts as this user? Are there any MPMs (from apache or 3rd party) available that are stable for (very low load) systems with PHP? (Apache 2) Thanks, Florian -

[users@httpd] SSL-Proxy

2005-05-20 Thread Florian Lindner
Hello, since only SSL on the default vhost is possible I want to create a proxy for the other vhosts: ServerName centershock.net SSLEngine On SSLCertificateFile /etc/apache2/conf/ssl/server.crt SSLCertificateKeyFile /etc/apache2/conf/ssl/server.key

[users@httpd] Re: SSL-Proxy

2005-05-22 Thread Florian Lindner
Am Sonntag, 22. Mai 2005 10:19 schrieb Joost de Heer: > > > > ServerName centershock.net > > > > SSLEngine On > > SSLCertificateFile /etc/apache2/conf/ssl/server.crt > > SSLCertificateKeyFile /etc/apache2/conf/ssl/server.key > > > > > > Orde

[users@httpd] Limit Traffic for specific files

2005-06-08 Thread Florian Lindner
Hello, how can I limit the traffic which certain files generate in a certain time. For example: I don't want downloading of the file xyz.iso to generate more traffic that 10 GB per month? I'm using Apache 2. Thanks, Florian -

[us...@httpd] Problem setting up SSL Proxy

2010-08-06 Thread Florian Lindner
Hello! I want to set up an local ssl proxy. I have an certificate for *.centershock.net and want domains like xgm.de to be accessible with SSL. System is Debian Lenny I added an rewrite entry to my SSL virtual host: RewriteEngine On RewriteLog /var/log/apache2/sslproxy.log

Re: [us...@httpd] Problem setting up SSL Proxy

2010-08-06 Thread Florian Lindner
Am Freitag 06 August 2010, 21:48:15 schrieb Joost de Heer: > On 08/06/2010 09:16 PM, Florian Lindner wrote: > > Hello! > > > > I want to set up an local ssl proxy. I have an certificate for > > *.centershock.net and want domains like xgm.de to be accessible with SSL. &g

[users@httpd] Make Apache react more graceful to SSL errors

2016-05-01 Thread Florian Lindner
Hello, in my server configuration users can place their own SSL certificate in predefined directories. A daily cron script detects them, updates the apache config and restarts the server. However, if there is a problem with the certificate or key file, the apache refused to work altogether. I

Re: [users@httpd] Make Apache react more graceful to SSL errors

2016-05-01 Thread Florian Lindner
ut is seems there is no other possibility and I need to implement some kind of rollback. Florian > I do have a forcestop which will stop an apache if the config is wrong - > as a last resort! > > James > > On 01/05/2016 14:27, Michael A. Peters wrote: > > On 05/01/2016

[users@httpd] How to proxy web server?

2017-05-15 Thread Florian Lindner
Hello, Apache 2.4 on Debian Testing, mpm_itk I have the Discourse web forum running in a docker container. The container's webserver is bount to localhost:2080. The forum should be reachable at either forum.csc-stuttgart.org or csc-stuttgart.org/forum. Possibility A: ServerName forum

[users@httpd] Re: How to proxy web server?

2017-05-16 Thread Florian Lindner
Am 15.05.2017 um 17:05 schrieb Florian Lindner: > Hello, > > Apache 2.4 on Debian Testing, mpm_itk > > I have the Discourse web forum running in a docker container. The container's > webserver is bount to localhost:2080. The > forum should be reachable at either