Re: [users@httpd] configure PHP on Linux

2005-07-06 Thread Ivan Barrera A.
Aman Raheja wrote: > I have noticed this with some other software on redhat/fedora linux. > try using the exact version and see if that works. You might otherwise > want to look into the script itself and do some tweaking for it to > accept what you are providing. > on the other note you are on the

Re: [users@httpd] configure PHP on Linux

2005-07-06 Thread Aman Raheja
I have noticed this with some other software on redhat/fedora linux. try using the exact version and see if that works. You might otherwise want to look into the script itself and do some tweaking for it to accept what you are providing. on the other note you are on the wrong mailing list - this

[users@httpd] configure PHP on Linux

2005-07-06 Thread Joseph Lee
Hi, I have installed Apache and MySQL on my Linux machine. Now I am trying to install PHP5. I did # configure --with-mysql --with-apxs2=usr/local/apache2/bin/apxs --with-libxml-dir=/usr/src/redhat/RPMS/i386 but it complained about configuring extensions checking whether to enable LIBXML suppor

[users@httpd] Large File Support in Apache 1.3.33

2005-07-06 Thread Dan Goodes
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" \ ./configure

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

2005-07-06 Thread Dan Trainor
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:27:02 2005] [notice] child pid 24523 exit signal File > size limit

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

2005-07-06 Thread Jason Czerak
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:27:02 2005] [notice] child pid 24523 exit signal File size limit exceeded (25) [Wed Jul 06 16:30:

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

2005-07-06 Thread Davide Bianchi
Nash, Marty wrote: > ksh: ./httpd: cannot execute You must be root to run it, if still doesn't work maybe that's not the executable for your platform. Davide - The official User-To-User support forum of the Apache HTTP Server Pr

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

2005-07-06 Thread Nash, Marty
Davide, Here's the output from the httpd -S ksh -x ./httpd -S + + /bin/pwd + 2> /dev/null PWD=/usr/local/apache2/bin ksh: ./httpd: cannot execute Here are the file permissions: ls -ld httpd -rwxr-x--- 1 root other 615413 Jun 23 15:13 httpd As for httpd.conf, this is the only

Re: [users@httpd] Help on Rewriting Rule

2005-07-06 Thread Davide Bianchi
Rajkumar s wrote: > It's a very tedious to set VirtualHost for each and every domain > because there is about 200 domains, so instead can i have a rule to > fetch the pages from particulardomain/webdir/ Sure you can. Read the documentation on apache's web site about mass-defined virtual host. Da

[users@httpd] Help on Rewriting Rule

2005-07-06 Thread Rajkumar s
Dear sir, I have a long list of subdomains like "anything.enmail.com" ie., *.enmail.com It's a very tedious to set VirtualHost for each and every domain because there is about 200 domains, so instead can i have a rule to fetch the pages from particulardomain/webdir/ If the domains say

Re: [users@httpd] Apache 2.0.54 - Can't get it to run on Solaris 5.8

2005-07-06 Thread Davide Bianchi
Nash, Marty wrote: > SSL/vhost, have no idea, how can I verify? httpd -S or just check in the httpd.conf file. Davide - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/users

RE: [users@httpd] Apache 2.0.54 - Can't get it to run on Solaris 5.8

2005-07-06 Thread Nash, Marty
SSL/vhost, have no idea, how can I verify? I did download openssl 0.9.7 from the Freeware site as well. Again, I just ran the pkgadd command to install. Thanks... -Original Message- From: Davide Bianchi [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 06, 2005 2:51 PM To: users@httpd.a

Re: [users@httpd] Apache 2.0.54 - Can't get it to run on Solaris 5.8

2005-07-06 Thread Davide Bianchi
Nash, Marty wrote: > I downloaded Apache 2.0.54 from Sun Freeware site, ran the pkgadd > Any thoughts? Are you using SSL/vhosts by any chance? There was a bug in the apr library distributed with Solaris that prevented Apache to start when using SSL/VHosts with the _default_ flag on machines witho

Re: [EMAIL PROTECTED] Patch for Apache 2.0.54 Request Smuggling Vulnerability

2005-07-06 Thread Aman Raheja
I was looking the other day - I think 2 days back and did not see it either. Moreover this changelog talks about apache 2.0.55, with some security fix and some more stuff, but 2.0.55 is not yet released, though it does not list to be addressing the security issues Lucas has pointed out. http://

[users@httpd] Apache 2.0.54 - Can't get it to run on Solaris 5.8

2005-07-06 Thread Nash, Marty
Title: Apache 2.0.54 - Can't get it to run on Solaris 5.8 I downloaded Apache 2.0.54 from Sun Freeware site, ran the pkgadd command, it installed into  /usr/local/apache2 directory. When I attempt to start it, I get the following error message: ksh -x ./apachectl start + + /bin/pwd

[EMAIL PROTECTED] Patch for Apache 2.0.54 Request Smuggling Vulnerability

2005-07-06 Thread Lucas Brasilino
Hi! I've been looking around to find the patch to apache 2.0.54 which corrects the vulnerability pointed out by SecurityFocus at: http://www.securityfocus.com/bid/14106 It says that this patch is available at SVN repository... but I didn't find it. Where can I get it? Thanks in advance. -- []

[EMAIL PROTECTED] Apache1.3.33 with mod_ssl compilation error

2005-07-06 Thread ziwei ds
Hi,   I have compile the Apache1.3.33 with mod_ssl-2.8.23 with the following without success.    $ cd /usr/local/mod_ssl_2.8.23  $ ./configure --with-apache=/usr/local/src/apache_1.3.33  $ cd /usr/local/src/apache_1.3.33 $ SSL_BASE=/usr/bin  $ ./configure --enable-module=ssl --prefix=/var/apache1 -

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

2005-07-06 Thread Ed Elliott
A patch was submitted for this yesterday: http://mail-archives.apache.org/mod_mbox/httpd-dev/200507.mbox/%3c2005070512 [EMAIL PROTECTED] #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

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

2005-07-06 Thread Lyndon Tiu
On Wed, 06 Jul 2005 17:04:02 0200 users@httpd.apache.org wrote: > On 07/06/2005 04:33 PM, Lyndon Tiu wrote: > > I would suggest try using gcc 3.x if available. Gcc 2.x is very old. > > Same problem with gcc 3.3.5 and glibc 2.3.2. > OK. I would suggest finding a Linux user's group. You'd find

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

2005-07-06 Thread Carsten Gaebler
On 07/06/2005 04:33 PM, Lyndon Tiu wrote: I would suggest try using gcc 3.x if available. Gcc 2.x is very old. Same problem with gcc 3.3.5 and glibc 2.3.2. cg. - The official User-To-User support forum of the Apache HTTP Serv

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

2005-07-06 Thread Lyndon Tiu
Hello, I would suggest try using gcc 3.x if available. Gcc 2.x is very old. On Wed, 06 Jul 2005 16:27:45 0200 users@httpd.apache.org wrote: > On 07/06/2005 04:20 PM, Lyndon Tiu wrote: > > What Debian version? > > Woody. > > > What's your glibc version? > > 2.2.5. > > > What gcc version? > >

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

2005-07-06 Thread Carsten Gaebler
On 07/06/2005 04:20 PM, Lyndon Tiu wrote: What Debian version? Woody. What's your glibc version? 2.2.5. What gcc version? 2.95.4 cg. - The official User-To-User support forum of the Apache HTTP Server Project. See htt

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

2005-07-06 Thread Lyndon Tiu
Hello, What Debian version? What's your glibc version? What gcc version? On Wed, 06 Jul 2005 11:30:43 0200 users@httpd.apache.org wrote: > Hi, > > I've just tried to compile Apache 2.0.54 with OpenSSL 0.9.8 on Debian > Linux and I got the following error message: > > -- Lyndon Tiu

[EMAIL PROTECTED] strange problem when SSI including jsp

2005-07-06 Thread Chris Hall
I've recently setup apache 2.0.49 (SuSE Enterprise Linux 9 rpm package) and Tomcat 5.5.9 (downloaded from jakarta site). Everything appears to be working great. First some information: moving apps from Websphere/IBM HTTP server to Tomcat/Apache web document root: /srv/www/websiteX/htdocs websit

[EMAIL PROTECTED] Apache 2.0.54 won't compile with OpenSSL 0.9.8

2005-07-06 Thread Carsten Gaebler
Hi, I've just tried to compile Apache 2.0.54 with OpenSSL 0.9.8 on Debian Linux and I got the following error message: /usr/src/httpd-2.0.54/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOUR