Re: [users@httpd] chroot and php5 on Ubuntu 11.04 wired error

2011-09-06 Thread Frank Gingras
On 06/09/2011 3:17 PM, Balogh Péter wrote: Hi, I've tried searching the archives (the FAQ is 404 at the moment), but couldn't find any tread regarding my issue. I have an Ubuntu 11.04 server running 2.6.38-10-server I've a stock apache2 and php5 installed from apt. Nothing fancy, no extensions

[users@httpd] force chunked response - Apache 2.2.20

2011-09-06 Thread deet
Hello. I'm currently working on a project to migrate some websites from Apache 1.3.33 to Apache 2.2.20. For the most part the migration is going smoothly. However we have 1 application which is failing when running transactions against the updated Apache 2.2.20 instance. This particular ap

Re: [users@httpd] httpd-vhosts.conf using include

2011-09-06 Thread Norman Fournier
On 2011-09-06, at 1:30 PM, Steve Swift wrote: > You can arrange them any way that you like. The include statement includes > the referenced file(s) at the point where it is encountered. You could expand > all of this out, and create a single httpd.conf file, and it would work > exactly the same

Re: [users@httpd] How to check for REMOTE_USER using mod_auth_mysql

2011-09-06 Thread Bart Jansen
Frank, thanks for your help. I will look into mod_authn_dbd. Regards, Bart PS. my first mail was a bit blunt (my name wasn't even there), but the mail got accidentally send before it was finished but I did not want to spam the list again. On 06-09-11 16:12, Frank Gingras wrote: On 09/06/2

Re: [users@httpd] httpd-vhosts.conf using include

2011-09-06 Thread Steve Swift
You can arrange them any way that you like. The include statement includes the referenced file(s) at the point where it is encountered. You could expand all of this out, and create a single httpd.conf file, and it would work exactly the same. Or you could have an include statement for every line in

[users@httpd] Reverse proxy with non-local virtualhosts

2011-09-06 Thread Terry Carmen
I'm trying to setup a reverse proxy that would route HTTP requests to the appropriate machines on different IP addresses Unfortunately, but all the mod_proxy config information I've seen refers to local paths on the machine running the proxy. All the sites would have a DNS that points to the s

[users@httpd] chroot and php5 on Ubuntu 11.04 wired error

2011-09-06 Thread Balogh Péter
Hi, I've tried searching the archives (the FAQ is 404 at the moment), but couldn't find any tread regarding my issue. I have an Ubuntu 11.04 server running 2.6.38-10-server I've a stock apache2 and php5 installed from apt. Nothing fancy, no extensions or patches. I've chrooted the apache to a

[users@httpd] httpd-vhosts.conf using include

2011-09-06 Thread Norman Fournier
Hello, I am working on rebuilding a web server after a crash. In my previous httpd.conf file, include was used to point to virtual host .conf files. In this httpd.conf file it points to httpd-vhosts.conf for virtual hosting. My question is should I include my vitual hosts in the httpd-vhosts.co

Re: [users@httpd] How to check for REMOTE_USER using mod_auth_mysql

2011-09-06 Thread Frank Gingras
On 09/06/2011 07:32 AM, Bart Jansen wrote: Hi, I am having some problems with my apache VirtualHost configuration and hopefully somebody can help me out. System: - Apache/2.2.9 (Debian) - We use mod_auth_mysql for user authentication. - most requests are passed to Zope application framework -

Re: [users@httpd] only one worker process

2011-09-06 Thread Prasanna Ram Venkatachalam
> > I'd like to make a multithreaded test and start only one worker process. > Can anybody help me with the proper configuration? > The MPM for above model should be worker MPM. Refer to this link http://httpd.apache.org/docs/2.0/mod/worker.html > >StartServers 1 >MinSp

[users@httpd] only one worker process

2011-09-06 Thread Jan Vávra
Hello, I'm developing a php module and I'd like to test if the module doesn't consume memory and doesn't make a seg fault. I'd like to make a multithreaded test and start only one worker process. Can anybody help me with the proper configuration? I have SLES11, 32bit. The server-tuning.conf I

[users@httpd] How to check for REMOTE_USER using mod_auth_mysql

2011-09-06 Thread Bart Jansen
Hi, I am having some problems with my apache VirtualHost configuration and hopefully somebody can help me out. System: - Apache/2.2.9 (Debian) - We use mod_auth_mysql for user authentication. - most requests are passed to Zope application framework - requests to /docs/ are mapped to the file s