Re: [EMAIL PROTECTED] Confused about LimitRequestBody

2006-10-16 Thread Joshua Slive
On 10/16/06, Ed Sawicki <[EMAIL PROTECTED]> wrote: I'm trying to understand the LimitRequestBody directive. I'm working with the latest versions of Apache 2.0 and 2.3. I added this line to my httpd.conf file in the main (server) section - not in a container or any other container: LimitRequestB

[EMAIL PROTECTED] Some users from some locations can't access resources past a certain directory depth?

2006-10-16 Thread Ian Dale
This is a very strange issue, and I haven't had any luck finding anything in any documentation or web search that even comes close to what I've been seeing. The basic issue is that a couple of the people trying to access my site can't seem to access resources that are past a certain point in my dir

[EMAIL PROTECTED] Confused about LimitRequestBody

2006-10-16 Thread Ed Sawicki
I'm trying to understand the LimitRequestBody directive. I'm working with the latest versions of Apache 2.0 and 2.3. I added this line to my httpd.conf file in the main (server) section - not in a container or any other container: LimitRequestBody 10 I'm using none of the other Limit direc

RE: [EMAIL PROTECTED] Help in startup.

2006-10-16 Thread Kris Da San Martino
Yes, I have been. But I’ll give a another try today.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Wagner Sent: Monday, October 16, 2006 7:57 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Help in startup.   If the path is not set you can

Re: [EMAIL PROTECTED] Help in startup.

2006-10-16 Thread Aaron Wagner
If the path is not set you can also to to the Apache/bin dir and look for the apache.exe executable.  cd to the dir and run the apache -k start.On 10/16/06, Kris Da San Martino <[EMAIL PROTECTED]> wrote: Thanks for the tip. I'm having some issues getting the syntax correcthowever. Here's the forma

RE: [EMAIL PROTECTED] Help in startup.

2006-10-16 Thread Kris Da San Martino
Thanks for the tip. I'm having some issues getting the syntax correct however. Here's the format that I'm using. >apahe2 -k start Kris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: Friday, October 13, 2006 10:34 AM To: users@httpd.apa

[EMAIL PROTECTED] library libgcc_s_pthread not found

2006-10-16 Thread Neal Daskal
Plain vanilla 2.0.59 (not in list box) install on AIX 5.1.0 ./configure runs clean make fails - failing step appears to be: /bin/sh /httpd-2.0.59/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthrea d -DHAVE_CONFIG_H -U__STR__ -D_THREAD_SAFE -D_USE_IRS -I./include -I../include - version-inf

Re: [EMAIL PROTECTED] rewrite issues with reverse proxy

2006-10-16 Thread Neil A. Hillard
Jeff, Jeff DeFord wrote: > All: > > I have Apache 2.0.59 running as a reverse proxy with mod_proxy_html. I > was able to get the proxy server to work and also the URLs all appear > to originate from the proxy server. > > There is, however, a small issue where the index page is not getting > rewr

Re: [EMAIL PROTECTED] Trouble Compiline httpd-2.2.3

2006-10-16 Thread Kenneth Svee
[ Richard Luckhurst ] > Hi Kenneth, > > Thanks for the information. Just for my own knowledge can I ask you > what is considered to be the "normal" location for the pgsql > includes and libraries? Default paths may vary between different OSes, and I'm not certain in pgsqls case. See the docs[1] f

Re: [EMAIL PROTECTED] Directory listing empty

2006-10-16 Thread Tremal Naik
2006/10/13, Joshua Slive <[EMAIL PROTECTED]>: If you need that, then you likely have another block somewhere that is denying access. You might want to check into that. yes, you're right. I forgot to check the file /etc/apache2/sites-enabled/000-default there I've found the following definit

Re[2]: [EMAIL PROTECTED] Trouble Compiline httpd-2.2.3

2006-10-16 Thread Richard Luckhurst
Hi Kenneth, Thanks for the information. Just for my own knowledge can I ask you what is considered to be the "normal" location for the pgsql includes and libraries? Regards Richard >> KS> [ Richard Luckhurst ] Hi I am trying to complie httpd-2.2.3 on a Fedora 5 Linix box and I a