[EMAIL PROTECTED] Re: Compiling Apache 2.2.3 - SuSe 10.1 64 bits

2006-11-04 Thread Rodolfo
Hi Sander! 1 - Follows the make output line immediately preceding the error: /opt/instalacao/apache/httpd-2.2.3/srclib/apr/include-version-info 2:7:2 -o libaprutil-1.la -rpath /opt/apache2/lib buckets/apr_buckets_pipe.lo buckets/apr_buckets_flush.lo buckets/apr_buckets_alloc.lo buckets/ap

[EMAIL PROTECTED] Re: upgrade to 2.2.3 breaks .htaccess: "require directives present and no Authoritative handler"

2006-11-04 Thread Count László de Almásy
I found the problem, and just to follow-up in case someone else is bit by this -- The problem was that the 'mod_authz_user' module wasn't loaded. On Debian, I had to: "ln -s ../mods-available/authz_user.load" from the mod-enabled directory and restart apache, then things worked fine. Why the D

Re: [EMAIL PROTECTED] i am getting html source code display instead of Page.

2006-11-04 Thread Todd Hivnor
See http://www.bugzilla.org/docs/2.22/html/configuration.html#httpTodd Hivnor <[EMAIL PROTECTED]> wrote: You need to enable CGI. I have codes like:  AddHandler cgi-script .cgi  Options +Indexes +ExecCGIAtul Mishra <[EMAIL PROTECTED]> wrote: Hi I have installed apache http server. i am trying to acc

Re: [EMAIL PROTECTED] i am getting html source code display instead of Page.

2006-11-04 Thread Todd Hivnor
You need to enable CGI. I have codes like:  AddHandler cgi-script .cgi  Options +Indexes +ExecCGIAtul Mishra <[EMAIL PROTECTED]> wrote: Hi I have installed apache http server. i am trying to access bugzillaindex.cgi page. but i am getting the html source code for that page .can some body help me?--

[EMAIL PROTECTED] Apache forbidden error

2006-11-04 Thread John Meyer
Hi, I am getting an Access Forbidden Error 403 on my files, even though I have the directories (and subdirectories) set to drwxr-xr-x. I am cross posting this in the hopes that somebody will know how I can fix this on one of these lists. --

[EMAIL PROTECTED] Forbidden

2006-11-04 Thread Peter Winch
Any ideas how I can track this?  I found: client denied by server configuration in my error.log   Can anyone help?   I am trying apache 2.2 on an xp machine, and doing virutal hosting.. I also have inherited .htaccess files w/ the site I am trying to bring up. Everyone is raving about the a

[EMAIL PROTECTED] i am getting html source code display instead of Page.

2006-11-04 Thread Atul Mishra
Hi I have installed apache http server. i am trying to access bugzilla index.cgi page. but i am getting the html source code for that page . can some body help me? -- -Atul Mishra - The official User-To-User support forum of the

[EMAIL PROTECTED] ReversProxy Problem

2006-11-04 Thread Mathias Adler
Hi experts, I'm runnig Apache 2.2.3 on CentOS 4.4 with the following proxy settings: #ProxyReverse Settings ProxyRequests off ProxyPass / http://172.22.1.15:8080/ ProxyPassReverse / http://172.22.1.15:8080/ The problem is that I get the following error for maybe 10% of the connections. "P

[EMAIL PROTECTED] upgrade to 2.2.3 breaks .htaccess: "require directives present and no Authoritative handler"

2006-11-04 Thread Count László de Almásy
Greetings, The following .htaccess file has been working for years under apache 2.0.x to password protect a directory: -- AuthType Basic AuthName "Password Required" AuthUserFile /www/faith.info/authfile -- Where th

[EMAIL PROTECTED] i am getting html source code display instead of Page.

2006-11-04 Thread Atul Mishra
Hi I have installed apache http server. i am trying to access bugzilla index.cgi page. but i am getting the html source code for that page . can some body help me? -- -Atul Mishra - The official User-To-User support forum of th

Re: [EMAIL PROTECTED] RE: RE: Apache/2.0.55 (Win32) PHP/5.1.1 problem

2006-11-04 Thread William A. Rowe, Jr.
5.2.0 released last week. Use it. clb wrote: > Okay, I know I took this out of context, but I was casually reading along and > gulped hard when I read this part about PHP > 5.1.1 and Apache 2.2.x. Is this limited to Win32? I ask because I have Apache > 2.2.3 with PHP 5.1.6 and MySQL 4.1.13 runn

Re: [EMAIL PROTECTED] Compiling Apache 2.2.3 - SuSe 10.1 64 bits

2006-11-04 Thread Anders Norrbring
You could try to use the source RPM, or even the ready compiled RPMs from ftp://ftp.norrbring.com/pub/linux/inst-source/ Anders Norrbring Norrbring Consulting Rodolfo skrev: Does anyone know how to solve it ? I receive the following message after I comand the make ./configure --prefix=/opt/

Re: [EMAIL PROTECTED] RE: RE: Apache/2.0.55 (Win32) PHP/5.1.1 problem

2006-11-04 Thread clb
Okay, I know I took this out of context, but I was casually reading along and gulped hard when I read this part about PHP 5.1.1 and Apache 2.2.x. Is this limited to Win32? I ask because I have Apache 2.2.3 with PHP 5.1.6 and MySQL 4.1.13 running under Linux and it seems to be doing fine but I am

Re: [EMAIL PROTECTED] Compiling Apache 2.2.3 - SuSe 10.1 64 bits

2006-11-04 Thread Sander Temme
Hi Rodolfo, On Nov 4, 2006, at 7:56 AM, Rodolfo wrote: /usr/lib/libexpat.so: could not read symbols: File in wrong format collect2: ld returned 1 exit status Could you please run $ file /usr/lib/libexpat.so and send us the output? Also, could you paste us the make output line immediately

[EMAIL PROTECTED] Compiling Apache 2.2.3 - SuSe 10.1 64 bits

2006-11-04 Thread Rodolfo
Does anyone know how to solve it ? I receive the following message after I comand the make ./configure --prefix=/opt/apache2 make clean make Error: /usr/lib/libexpat.so: could not read symbols: File in wrong format collect2: ld returned 1 exit status make[3]: *** [libaprutil-1.la] Error 1

Re: [EMAIL PROTECTED] step by step instructions for compiling Apache under Windows

2006-11-04 Thread Nick Kew
On Fri, 3 Nov 2006 14:43:24 -0800 "toadie D" <[EMAIL PROTECTED]> wrote: > [chop] Please learn to post on a mailinglist. In this case, that means not leaving 10Kb of quoted text just to write four lines of your own. The previous poster in the thread was almost as bad. If you do need to quote fr