[EMAIL PROTECTED] How to disable suexec

2007-09-06 Thread Poohba
I upgraded from fc5 to fedora 7 and I just want to copy my httpd.conf over and get it running but I get this error # service httpd start Starting httpd: /bin/bash: line 1: 19811 Segmentation fault (core dumped) /usr/sbin/httpd [FAILED

[EMAIL PROTECTED] Apache 2.0.59 / ssl memory leak

2007-09-06 Thread Swapan Gupta
Hi, We have setup an Apache 2.0.59 along with mod_ssl and are executing a load run for Apache resources over https. We are seeing continuous memory growth in Apache process during the course of the load run. I we do a similar load run using Apache 2.0.59 over http (non-ssl), we do not see any

Re: [EMAIL PROTECTED] http error log

2007-09-06 Thread Joshua Slive
On 9/6/07, Satya <[EMAIL PROTECTED]> wrote: > hi, > we are using the Apache httpd for development. One issue we are facing > is that the http server writes out an error_log that only root can > read. Our developers need to be able to read this file to figure out > their CGI bugs. > > We currently m

RE: [EMAIL PROTECTED] http error log

2007-09-06 Thread Jeff Beard
Howdy, In the past when I've had shared development environments, I've set environment up so that each developer has their own custom httpd.conf that listens on a non-privileged port like 8080 and logs to their home directory. We'd all use the same binary but would run our own instances. This was

[EMAIL PROTECTED] ApacheCon early bird registration deadline

2007-09-06 Thread Rich Bowen
ApacheCon US 2007 • Atlanta GA To support everyone in the community attending this conference we are extending the Early Bird Registration to September 22, 2007. Register now and save money PLUS your registration supports the Open Source Community. And PLEASE get this message out to your frie

[EMAIL PROTECTED] auth_digest_module - causes httpd to hang on start up

2007-09-06 Thread Don Harden
Hello, I am setting up a new web server: Intel Xeon X3220 Kentsfield quad core Fedora 7 (fairly minimal install) kernel 2.6.22.1-41.fc7 apache 2.2.4 compiled with the following: ./configure --prefix=/usr/local/apache-2.2.4 --with-mpm=prefork -

[EMAIL PROTECTED] http error log

2007-09-06 Thread Satya
hi, we are using the Apache httpd for development. One issue we are facing is that the http server writes out an error_log that only root can read. Our developers need to be able to read this file to figure out their CGI bugs. We currently manage this by manually setting the permissions (chmod), b

Re: [EMAIL PROTECTED] modules directory is empty

2007-09-06 Thread Karl Hennig
Thanks for the help. I now have the three required .so module files in /usr/local/apache2/modules. When I try to start apache with the modules enabled, I get the following error: /usr/local/apache2/bin/apachectl start Syntax error on line 234 of /usr/local/apache2/conf/httpd.conf: Cannot load /

[EMAIL PROTECTED] URL Redirection Question

2007-09-06 Thread Jim Bierlein
Hello, I have looked through the FAQ's and still cannot find the answer to what has to be a simple question. I want to setup our instance of Apache (Gentoo-based) to take all requests that come in on the URL http://our.domain.com:10080 and redirect it to http://another.machine.com:8080. I have l

RE: [EMAIL PROTECTED] Apache and mod_ssl

2007-09-06 Thread Aaron Smith
I fixed my compile error but I'm back to this original problem. I've got it set up to listen with regular HTTP on port 8040 and HTTPS via 8045. Connectinos to 8040 work find, connections 8045 exhibit the problem of child processes piling up and hanging around for ever. Does ANYONE have an ide

[EMAIL PROTECTED] unexpected/bogus behavior of RedirectMatch/mod_rewrite

2007-09-06 Thread James Ralston
Consider the following httpd.conf file: ServerName localhost:80 Listen 127.0.0.1:80 DocumentRoot "/var/www/html" DirectoryIndex index.html There's a /var/www/html/index.html file that contains a simple test message. Now, say that (for whatever reason) we want to redirect all requ

[EMAIL PROTECTED] Problem with mime types in Apache Http Server

2007-09-06 Thread DreamEfforts
Hi Everyone, I just need your help, I did configured Apache Http server as proxy server and blocked the some mime types in configuration file (removed them from mime.types), but apache server is not restricting those mime types when any request is sent through it. I'm sending the those blocked

Re: [EMAIL PROTECTED] Apache 2 and SSL

2007-09-06 Thread Bob Cohen
On Sep 5, 2007, at 9:48 AM, Krist van Besien wrote: On 9/5/07, Bob Cohen <[EMAIL PROTECTED]> wrote: Can someone point me to some good resources for setting up Apache 2 with SSL? http://httpd.apache.org/docs/2.0/ssl/ is all I ever needed... Thanks Krist. That's not quite enough for me. D

Re: [EMAIL PROTECTED] mod_rewrite: LoadModule order is important?

2007-09-06 Thread Rainer Traut
Joshua Slive schrieb: On 9/4/07, Rainer Traut <[EMAIL PROTECTED]> wrote: Hi, am running Redhat EL4 U5 with redhat's Apache/2.0.52. I noticed the order of loading the modules is important? Part of httpd.conf: LoadModule rewrite_module modules/mod_rewrite.so LoadModule proxy_module modules/mod

[EMAIL PROTECTED] problem compiling mod_deflate with SLES10 default zlib.

2007-09-06 Thread Foster, Stephen \(ASPIRE\)
Hi there, i have an issue are the moment compiling apache2.2.4 with mod_deflate as a shared module. I have the following configured: configure.sh: - has --with-z configure with the path to the zlib.h set as /usr , as the configure process wants to add /include to this path but won't

Re: [EMAIL PROTECTED] RE: Removing the 'Referer' header on redirects / rewrites

2007-09-06 Thread Nick Kew
On Thu, 6 Sep 2007 08:14:23 +0200 Axel-Stéphane SMORGRAV <[EMAIL PROTECTED]> wrote: > Why don't you try > Header unset Referer You misspelt RequestHeader > Looks like the mod_header filter is executed pretty late in the > request processing, so that might do the trick. Well it would do, if th

Re: [EMAIL PROTECTED] reverse proxy (mod_proxy_html?) screws up js within body tag.......

2007-09-06 Thread Nick Kew
On Wed, 5 Sep 2007 14:00:28 -0700 "Jeff" <[EMAIL PROTECTED]> wrote: > I am running apache2 as a reverse proxy with the usual modules. I > have an problem on some pages where the js within the body tag gets > misplaced when the page is rewritten, I’m presuming during the > mod_proxy_html re-write