Re: [users@httpd] RewriteRule question: forward requests from one Apache server to another

2005-07-07 Thread Cameron Beattie
Thanks for the tip. I prefer that way. The final config is: Server 1 NameVirtualHost *:80 ServerName server.mydomain.com ProxyPreserveHost On RewriteEngine On RewriteRule ^/(.*) http://60.234.nnn.nn:8008/$1 [L,P] ServerName otherserver.mydomain.com Pro

Re: [users@httpd] Apache 2.2

2005-07-07 Thread Nick Kew
DiRico, Nick wrote: > Hello, > > I've checked on the httpd.apache.org site for information on when the > stable Apache 2.2 release will be made public but did not find an actual > date. Does anyone know when Apache 2.2 will be made public? When it's ready. We don't do silly deadlines. That me

Re: [users@httpd] configure PHP on Linux

2005-07-07 Thread Joseph Lee
Thank you, Ivan, for your quick response. I went to http://dev.mysql.com/downloads/mysql/5.0.html, but I could not find -devel file. So I downloaded mysql-5.0.7-beta.tar.gz, and did configure, make, and make install. Then I tried # ./configure --with-mysql=~/mysql/mysql-5.0.7-beta --with-apxs2=/

Re: [users@httpd] configure PHP on Linux

2005-07-07 Thread Ivan Barrera A.
Joseph Lee wrote: > I think the problem I had was because I installed > MySQL-server-5.0.7-0.i386.rpm and > MySQL-client-5.0.7-0.i386.rpm, > which are binary installations. > > I'll do source installation > MySQL-5.0.7-0.glibc23.src.rpm now to see if it solves > the problem. > Just install the

Re: [users@httpd] configure PHP on Linux

2005-07-07 Thread Joseph Lee
I think the problem I had was because I installed MySQL-server-5.0.7-0.i386.rpm and MySQL-client-5.0.7-0.i386.rpm, which are binary installations. I'll do source installation MySQL-5.0.7-0.glibc23.src.rpm now to see if it solves the problem. Thanks, Joe --- Joseph Lee <[EMAIL PROTECTED]> wrote:

Re: [users@httpd] configure PHP on Linux

2005-07-07 Thread Joseph Lee
I installed libxml2-2.6.19, and the problem about libxml when I configured php is gone. Thanks for your help. However, when I did # ./configure --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs --with-libxml-dir=~/xml/libxml2-2.6.19 .. checking for MySQL support... yes checking for specifi

[users@httpd] Apache 2.2

2005-07-07 Thread DiRico, Nick
Hello,   I’ve checked on the httpd.apache.org site for information on when the stable Apache 2.2 release will be made public but did not find an actual date.  Does anyone know when Apache 2.2 will be made public?   If this is not the appropriate alias for this kind of question please le

Re: [users@httpd] Re: Help on Rewriting Rule

2005-07-07 Thread Chris Hall
My apologies, I didn't see that you want to do mass virtual hosts. On 7/7/05, Chris Hall <[EMAIL PROTECTED]> wrote: > Sounds like a candidate for VirtualHost > > assuming all the domain names point to the same IP address, add > something like this to your httpd.conf file: > > # x.x.x.x is the se

[users@httpd] Re: mod_proxy performance tips needed

2005-07-07 Thread Jason Joines
Jason Joines wrote: I'm attempting to use mod_proxy under Apache 2.0.52 with the prefork MPM on SuSE Linux 8.1 to reverse proxy connections to the File Manager module of a Usermin 1.140 server running on SuSE Linux 9.2. The Apache server and the Usermin server are both using SSL. The A

Re: [users@httpd] Re: Help on Rewriting Rule

2005-07-07 Thread Chris Hall
Sounds like a candidate for VirtualHost assuming all the domain names point to the same IP address, add something like this to your httpd.conf file: # x.x.x.x is the server's IP address NameVirtualHost x.x.x.x:80 # virtual host for www.enmail.com and enmail.com ServerName www.enmail.com

Re: [users@httpd] Large File Support in Apache 1.3.33

2005-07-07 Thread Patrick Boutilier
Dan Goodes wrote: Hi Folks I remember reading somewhere that Apache 1.3.33 supposedly supports large files >2G on 32-bit systems. However I'm not having much success. I've compiled using the following (based on a tip I saw some time ago): CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

[users@httpd] Apache not catching DNS

2005-07-07 Thread David Rickard
System: Solaris SunOS 5.9 Apache: 2.0.52 Tomcat: 4.1.31 Mod JK: 1.2.6 We have a Java webapp which we are moving to a new server.  For initial testing on the new machine, we configured Apache and Tomcat to use the machine name, i.e. the ServerName directive in httpd.conf is: ServerName se

Re: [users@httpd] file size error? But I don't have a file this big...

2005-07-07 Thread Jason Czerak
On Thu, 2005-07-07 at 10:16 -0500, Jason Czerak wrote: SOLVED. Stupid weblogic /tmp/wlproxy.log was up to 2gig. that was killing my processes. I switch things to only log error's to that file, not everything. Fixing this indirectly solved a random file upload timeout problem too. Because the pr

[EMAIL PROTECTED] Re: Apache1.3.33 with mod_ssl compilation error

2005-07-07 Thread Joost de Heer
> Error: Cannot find SSL binaries under /usr/local/ssl Apparently you don't have the SSL libraries in /usr/local/ssl/lib. Joost - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apach

Re: [users@httpd] Error message

2005-07-07 Thread Miguel
You're probably using any suexec or suphp and your script or the directory containing it has the file mode 'w' enabled for group and others. Something like this happened to me once. You may use `chmod go-w $file` on it. If I am wrong, reply with more info. Andre Miguel. Krist van Besien wrote

RE: [users@httpd] Error message

2005-07-07 Thread Boyle Owen
> -Original Message- > From: Krist van Besien [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 7. Juli 2005 16:50 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Error message > > > On 7/7/05, Boyle Owen <[EMAIL PROTECTED]> wrote: > > > -Original Message- > > > From: Kr

Re: [users@httpd] file size error? But I don't have a file this big...

2005-07-07 Thread Jason Czerak
On Thu, 2005-07-07 at 16:10 +0100, Joe Orton wrote: > On Wed, Jul 06, 2005 at 02:58:22PM -0700, Dan Trainor wrote: > > Jason Czerak wrote: > > > Wed Jul 06 16:25:18 2005] [notice] child pid 24242 exit signal File size > > > limit exceeded (25) > > > [Wed Jul 06 16:27:00 2005] [notice] child pid 243

Re: [users@httpd] file size error? But I don't have a file this big...

2005-07-07 Thread Joe Orton
On Wed, Jul 06, 2005 at 02:58:22PM -0700, Dan Trainor wrote: > Jason Czerak wrote: > > Wed Jul 06 16:25:18 2005] [notice] child pid 24242 exit signal File size > > limit exceeded (25) > > [Wed Jul 06 16:27:00 2005] [notice] child pid 24368 exit signal File > > size limit exceeded (25) > > [Wed Jul

Re: [users@httpd] Large File Support in Apache 1.3.33

2005-07-07 Thread Joe Orton
On Thu, Jul 07, 2005 at 08:10:42AM +1000, Dan Goodes wrote: > Hi Folks > > I remember reading somewhere that Apache 1.3.33 supposedly supports large > files >2G on 32-bit systems. However I'm not having much success. No, this won't work in 1.3 since 1.3 uses "long" to represent file sizes. This

RE: [users@httpd] Error message

2005-07-07 Thread Ed Elliott
According to google there are people getting this with IIS as well, there was someone who had it with JSP pages so maybe it's coming from tomcat?? -Original Message- From: Krist van Besien [mailto:[EMAIL PROTECTED] Sent: 07 July 2005 15:50 To: users@httpd.apache.org Subject: Re: [EMAIL P

Re: [users@httpd] Error message

2005-07-07 Thread Krist van Besien
On 7/7/05, Boyle Owen <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Krist van Besien [mailto:[EMAIL PROTECTED] > > Sent: Donnerstag, 7. Juli 2005 12:53 > > To: users@httpd.apache.org > > Subject: [EMAIL PROTECTED] Error message > > > > > > Hello, > > > > does someone know what

[users@httpd] Re: Help on Rewriting Rule

2005-07-07 Thread Rajkumar s
Dear sir, I had gone through the document about mass defined virtualhosts, i had enabled the module mod_vhost_alias. I want the Webserver to fetch the pages for each request from an directory structure as /home/domains/"domainname"/Webdir if the request is for either http://www.enmail.c

Re: [users@httpd] file size error? But I don't have a file this big...

2005-07-07 Thread Jason Czerak
On Wed, 2005-07-06 at 14:58 -0700, Dan Trainor wrote: > Jason Czerak wrote: > > Wed Jul 06 16:25:18 2005] [notice] child pid 24242 exit signal File size > > limit exceeded (25) > > [Wed Jul 06 16:27:00 2005] [notice] child pid 24368 exit signal File > > size limit exceeded (25) > > [Wed Jul 06 16:2

RE: [users@httpd] Error message

2005-07-07 Thread Boyle Owen
> -Original Message- > From: Krist van Besien [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 7. Juli 2005 12:53 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Error message > > > Hello, > > does someone know what this means: > > [Wed Jul 06 15:23:18 2005] [error] [client 127.0

Re: [users@httpd] Error accessing some pages

2005-07-07 Thread Ivan Barrera A.
It sounds like a mod_security feature. Apache Apache wrote: > Sme of my users got the error "Due to the presence of characters known > to be used in cross site scripting attacks, access is forbidden. This > web site does not allow Urls which might include embedded HTML tags" > when accessing one o

Re: [users@httpd] Error accessing some pages

2005-07-07 Thread Davide Bianchi
Apache Apache wrote: > when accessing one of the Intranet applications. Kindly advise is this > error from apache and how can it be resolved. Thank you No. Is not from apache, is probably sent by your application. Fix the application or tell your users to use different browser. Davide --

[users@httpd] Error accessing some pages

2005-07-07 Thread Apache Apache
Sme of my users got the error "Due to the presence of characters known to be used in cross site scripting attacks, access is forbidden. This web site does not allow Urls which might include embedded HTML tags" when accessing one of the Intranet applications. Kindly advise is this error from apac

[users@httpd] Error message

2005-07-07 Thread Krist van Besien
Hello, does someone know what this means: [Wed Jul 06 15:23:18 2005] [error] [client 127.0.0.1] request failed: error reading the headers, referer: http://xxx.yyy.ch:7100/Portal?cmd=CCI&xmla Krist -- [EMAIL PROTECTED] Solothurn, Switzerland -

RE: [EMAIL PROTECTED] Apache 2.0.54 - Can't get it to run on Solaris 5.8

2005-07-07 Thread Axel-Stéphane SMORGRAV
Could you post the contents of your /etc/nsswitch.conf and /etc/resolv.conf ? (You may anonymise the IP addresses) -ascs -Original Message- From: Nash, Marty [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 06, 2005 9:34 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Apach

Re: [users@httpd] Apache 2.0.54 won't compile with OpenSSL 0.9.8

2005-07-07 Thread Carsten Gaebler
On 07/06/2005 05:27 PM, Ed Elliott wrote: #ifndef PEM_F_DEF_CALLBACK + #ifdef PEM_F_PEM_DEF_CALLBACK + /* In OpenSSL 0.9.8 PEM_F_DEF_CALLBACK was renamed */ + #define PEM_F_DEF_CALLBACK PEM_F_PEM_DEF_CALLBACK + #endif + #endif Thanks a lot. That solved the problem. Much quicker and neater b