Re: [EMAIL PROTECTED] Compiling Apache 1.3.37

2007-01-19 Thread Val
On Fri, 2007-01-19 at 09:36 -0800, Sander Temme wrote: > So, in your case, you'll have to add: > > --enable-module=vhost_alias \ > --enable-module=mime_magic > > etc. Thank you. That works. -- Val <[EMAIL PROTECTED]> __ Do You Yahoo!? Tired of

Re: [EMAIL PROTECTED] Client Certificate authentication not working

2007-01-19 Thread DEVAL SHAH
Hello Serge, I am using Apache 2.2.4 and IE 7. I imported the certificate in P12 format. Thanks Deval From: "Serge Dubrouski" <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Client Certificate authentication not working Date: Fri,

Re: [EMAIL PROTECTED] Client Certificate authentication not working

2007-01-19 Thread DEVAL SHAH
Hello Serge, I am using Apache 2.2.4 and IE 7. I imported the certificate in P12 format. Deval From: "Serge Dubrouski" <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Client Certificate authentication not working Date: Fri, 19 Jan

Re: [EMAIL PROTECTED] Client Certificate authentication not working

2007-01-19 Thread DEVAL SHAH
Hi Serge, I am using Apache 2.2.4. Thanks Deval From: "Serge Dubrouski" <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Client Certificate authentication not working Date: Fri, 19 Jan 2007 17:06:08 -0700 What version of Apache do

Re: [EMAIL PROTECTED] Client Certificate authentication not working

2007-01-19 Thread Serge Dubrouski
What version of Apache do you use? There is a well known problem for this in Apache 2.0.XX (there is an unofficial patch for it but I didn't try it) and the only way to fix it is to upgrade to Apache 2.2.XX. On 1/19/07, DEVAL SHAH <[EMAIL PROTECTED]> wrote: Hello, Please help me I have been tryi

[EMAIL PROTECTED] Client Certificate authentication not working

2007-01-19 Thread DEVAL SHAH
Hello, Please help me I have been trying to get this working for 2 weeks now. Here is the error: [debug] ssl_engine_kernel.c(426): Changed client verification type will force renegotiation [info] Requesting connection re-negotiation .. ... [debug] ssl_engine_kernel.c(1770): OpenSSL: Write:

Re: [EMAIL PROTECTED] CGI Windows XP

2007-01-19 Thread Can Le
Hi Steve, I have had "Allow from all" as below: AllowOverride None Options None ##Options Includes +ExecCGI MultiViews (tried) Order allow,deny Allow from all Can you show me why I unchecked Read Only in my Windows XP, but after 1 or 2 second it returned Chec

[EMAIL PROTECTED] mounted file system for DocumentRoot

2007-01-19 Thread Jim Austin
Hello, Sorry if I have overlooked the answer in the archives but: I've tried to use a mounted file system for my DocumentRoot to no avail. Is there a way to do this? Thanks for any feedback! - The official User-To-User support f

Re: [EMAIL PROTECTED] Reg rotatelog.exe in apache 2.2

2007-01-19 Thread SriGowri vatticuti
ErrorLog "| C:/PROGRA~1/APACHE~1/Apache2/bin/rotatelogs.exe C:/PROGRA~1/APACHE~1/Apache2/logs/error.log 300" This is creating errorlog file as error.log.1169239200, it is not piping the log file for every 5 min Do we have to turn on any flags in httpd.conf or vhost.conf to make this work

Re: [EMAIL PROTECTED] CGI Windows XP

2007-01-19 Thread Steve Swift
The default block for the CGI directory under Windows is: AllowOverride None Options None Order allow,deny Allow from all I don't see the "Allow from all" in your version. On 19/01/07, Can Le <[EMAIL PROTECTED]> wrote: Hi, Please help me debug or post a sample link for CGI prob

RE: [EMAIL PROTECTED] Forbidden web pages

2007-01-19 Thread Bashiro
I think start searching in your config file : "Order deny,allow" change this to allow from all. If it works then start adjusting your config file from there. I think that's why you cannot access the files Bashiro --- On Fri 01/19, Lowe, Grant < [EMAIL PROTECTED] > wrote: From: Lowe, Grant [m

RE: [EMAIL PROTECTED] Forbidden web pages

2007-01-19 Thread Lowe, Grant
Hi Steve. What you said I realized this morning. There are no symbolic links in either directory, so I don't know why it's confused. In the /var/www/mrtg, I have all the mrtg info page. The data I want is in the /var/www/html/mrtg page, which is within the document root.

[EMAIL PROTECTED] CGI Windows XP

2007-01-19 Thread Can Le
Hi, Please help me debug or post a sample link for CGI problem. Affter I re-installed Windows and Apache2.2, I could open localhost home page from htdocs/index.html but not CGI from index.cgi. I viewed old apache1.3 plus new apache2.2 helps: http://httpd.apache.org/docs/1.3/mis

Re: [EMAIL PROTECTED] Forbidden web pages

2007-01-19 Thread Jay Chandler
Lowe, Grant wrote: Hi All. I'm getting the error: Forbidden You don't have permission to access /mrtg on this server. I have searched through Google and looked at various web pages and numerous USENET news groups. I have checked the permissions on the mrtg and apache directories and files in

Re: [EMAIL PROTECTED] Forbidden web pages

2007-01-19 Thread Steve Swift
I don't have an answer. I'll add what I found and maybe someone else can see what's going on. From your httpd.conf you have set DocumentRool to /var/www/html So fetching a url such as http://servername/mrtg would try to fetch the file "mrtg" from directory /var/www/html - so it's looking for /v

Re: [EMAIL PROTECTED] Problem with Mod_Deflate & Virtual Hosts

2007-01-19 Thread Graeme Walker
I tried out your suggestions, thanks for those. Unfortunately its still not working. DEFLATE filter is working in the SSL virtual host, but not the others, as the Content-Encoding header is there in the response from Apache. This has me thinking if there is a bug, with regards to having SSL with D

[EMAIL PROTECTED] Re: Forbidden web pages

2007-01-19 Thread Andrew Hall
Hi Grant. I'm a bit of a newbie myself, so please don't take this as gospel, but I /think/ it may have something to do with the ServerName section... # ServerName gives the name and port that the server uses to identify itself. # This can often be determined automatically, but we recommend you s

RE: [EMAIL PROTECTED] Forbidden web pages

2007-01-19 Thread Lowe, Grant
Hi Steve. Thanks for such a quick reply. As you asked, here's the last few lines of the access_log: [EMAIL PROTECTED] logs]# tail access_log 132.239.157.144 - - [19/Jan/2007:09:58:44 -0800] "POST / HTTP/1.1" 200 10343 "http://132.239.73.52/"; "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-

Re: [EMAIL PROTECTED] Forbidden web pages

2007-01-19 Thread Jim Austin
Hello, Sorry if I have overlooked the answer in the archives but: I've tried to use a mounted file system for my DocumentRoot to no avail. Is there a way to do this? Thanks for any feedback! - The official User-To-User support

Re: [EMAIL PROTECTED] Forbidden web pages

2007-01-19 Thread Steve Swift
Also the entries from the error log would be useful. There are (at least) two distinct ways to get "Forbidden" - the httpd.conf doesn't say that apache can server pages from a particular {directory;URL;etc} or, the httpd.conf says that it *is* OK, but when apache gets to the file it wants to serve

RE: [EMAIL PROTECTED] Forbidden web pages

2007-01-19 Thread Rob Sterenborg
Lowe, Grant wrote: > Hi All. > > I'm getting the error: > > Forbidden > > You don't have permission to access /mrtg on this server. > > I have searched through Google and looked at various web pages and > numerous USENET news groups. I have checked the permissions >

Re: [EMAIL PROTECTED] Forbidden web pages

2007-01-19 Thread Aaron Wagner
On 1/19/07, Lowe, Grant <[EMAIL PROTECTED]> wrote: Hi All. I'm getting the error: Forbidden You don't have permission to access /mrtg on this server. I have searched through Google and looked at various web pages and numerous USENET news groups. I have checked the permissions on the mrtg an

[EMAIL PROTECTED] Forbidden web pages

2007-01-19 Thread Lowe, Grant
Hi All. I'm getting the error: Forbidden You don't have permission to access /mrtg on this server. I have searched through Google and looked at various web pages and numerous USENET news groups. I have checked the permissions on the mrtg and apache directories and files in question. I have tr

Re: [EMAIL PROTECTED] Compiling Apache 1.3.37

2007-01-19 Thread Sander Temme
On Jan 19, 2007, at 9:17 AM, Val wrote: After this executing 'make' succeeds, but only a small fraction of the DSOs I asked for are linked into .so files. More specifically, when I look in 'apache_1.3.37/src/modules/standard', these modules are missing: It's been a while since I have looked

[EMAIL PROTECTED] Compiling Apache 1.3.37

2007-01-19 Thread Val
Hi. I've been having a really difficult time compiling apache 1.3.37. It appears that I am doing something wrong, but I can't figure out what it is. I hope someone might be able to point me in the right direction. I tried this: ./configure --prefix=/usr --libexecdir=/usr/libexec/apache --sysconfd

[EMAIL PROTECTED] mod_proxy_balancer: trying to set a request timeout

2007-01-19 Thread Lucas Brasilino
Hi All: I'm doing some tests with Apache 2.2.4 + mod_proxy_balancer where I have already played with my 2 backend servers in the following fashion: both up, just one down, getting the down one up and everything is working just fine. But now I'm stucked in an issue: I've wrote a little code to acc

[EMAIL PROTECTED] Main host goes away

2007-01-19 Thread Bashiro
Main host goes away Hello Folks, I appologise for any stupid question. I only want to understand apache better. Accordding to http://httpd.apache.org/docs/2.0/vhosts/name-based.html ,Main host goes away: Does this mean whenever one configure any virtual host regardless of wheter it's https or

RE: [EMAIL PROTECTED] Changing ssl certificate NOW WORKING

2007-01-19 Thread Bashiro
Hello again, the solution was among the FAQ link you posted earlier. ie.http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#removepassphrase So this solved the problem. It was really about the passphrase. Hope this completes the thread. Once again thanks bashiro --- On Fri 01/19, Boyle Owen

RE: [EMAIL PROTECTED] Changing ssl certificate NOW WORKING

2007-01-19 Thread Boyle Owen
> -Original Message- > From: Bashiro [mailto:[EMAIL PROTECTED] > Sent: Friday, January 19, 2007 10:36 AM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Changing ssl certificate NOW WORKING > > > Owen Thanks a lot. Everything seems to be fine now. > Thank you very much f

RE: [EMAIL PROTECTED] Changing ssl certificate NOW WORKING

2007-01-19 Thread Bashiro
Owen Thanks a lot. Everything seems to be fine now. Thank you very much for all the help and support. and thanks to the mailing list administrators. Have a nice day! Bashiro --- On Fri 01/19, Boyle Owen < [EMAIL PROTECTED] > wrote: From: Boyle Owen [mailto: [EMAIL PROTECTED] To: users@httpd.apa

[EMAIL PROTECTED] compilation and accentued char

2007-01-19 Thread Jean-Philippe Battu
Hello I use a FC4 linux box where I would like to disable the apache server given by the distrib and to compile another version 1 / I disabled and stopped the original one 2 / I download the new one 3 / untar and launched ./configure --prefix result : it works well but the accentued characte

Re: [EMAIL PROTECTED] dynamic configuration

2007-01-19 Thread Krist van Besien
On 1/18/07, Jason Keltz <[EMAIL PROTECTED]> wrote: I'm wondering whether Apache allows me to have a dynamic Local directive where I could do something like this: . SVNParentPath /local/subversion/repos/$1 . AuthUserFile /local/suversion/auth/$1/svnpasswd . . . A