[EMAIL PROTECTED] Request for Input: ApacheCon SSL Training

2007-03-18 Thread Sander Temme
Dear list, As I prepare my training session title "Practical SSL Implementation with Apache" for the upcoming ApacheCon EU conference, I would like to take a moment and request your feedback. http://www.eu.apachecon.com/program/talk/120 If you were to attend a half day training session on

Re: [EMAIL PROTECTED] Default APR sizes of size_t and ssize_t when cross compiling

2007-03-18 Thread William A. Rowe, Jr.
Cross compilation generally won't work because of autoconf AP_RUN_ macros which test features dynamically. dev@apr.apache.org is a good list to discuss working around these limitations. Aizer Danny-BDA023 wrote: > Hello, > > > > Is this not the right mailing list for my > cross-compilation/c

[EMAIL PROTECTED] Apache 2.2.3 prefork mpm mod_proxy_ajp

2007-03-18 Thread c .
Hello, I'm having a problem with mod_proxy_ajp, I am receiving the following error messages: [Fri Mar 16 11:37:37 2007] [error] ajp_check_msg_header() got bad signature 420 [Fri Mar 16 11:37:37 2007] [error] ajp_ilink_receive() received bad header [Fri Mar 16 11:37:37 2007] [error] ajp_read_head

[EMAIL PROTECTED] Re: Apache Tomcat Connector Fail - Self Resolved

2007-03-18 Thread Lisa Tan
Original message >Date: Sat, 17 Mar 2007 20:20:16 -0400 (EDT) >From: Lisa Tan <[EMAIL PROTECTED]> >Subject: Re: Apache Tomcat Connector Fail >To: users@httpd.apache.org > >I have tried to configure Apache and Tomcat through mod_jk and received the >page can't be found when I access

RE: [EMAIL PROTECTED] Default APR sizes of size_t and ssize_t when cross compiling

2007-03-18 Thread Aizer Danny-BDA023
Hello, Is this not the right mailing list for my cross-compilation/configuration of Apache Httpd question below? If so, can anyone please point me at the right Apache Httpd mailing list for this? I really need to understand this before attempting to modify this behaviour of the configure script

Re: [EMAIL PROTECTED] building without epoll

2007-03-18 Thread Matus UHLAR - fantomas
On 16.03.07 12:30, Torsten Foertsch wrote: > what is the best way to build httpd without epoll support? wrong. Either the best, or without epoll. What problem do you (expect to) have? -- Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail adve

Re: [EMAIL PROTECTED] Vista Ultimate - 403 Forbidden by Options directive

2007-03-18 Thread Sander Temme
On Mar 18, 2007, at 8:57 AM, Shane Arnold wrote: Options FollowSymLinks <..> [Sun Mar 18 23:53:15 2007] [error] [client 203.59.68.203] Directory index forbidden by Options directive: C:/www/docs/ftp/ You need to add the Indexes option to Options and restart your service. Every singl

Re: [EMAIL PROTECTED] apache 2.2 reverse proxy ftp

2007-03-18 Thread Matus UHLAR - fantomas
On 14.03.07 18:16, Sylvain Bolay wrote: > May I use mod_proxy with mod_proxy_ftp for reverse proxying to a lan proftpd > server? no. FTP protocol can not be proxied, so the only usage of FTP with proxy is telling FTP client to use proxy, so it will talk to the proxy using HTTP protocol. -- Matus

Re: [EMAIL PROTECTED] Vista Ultimate - 403 Forbidden by Options directive

2007-03-18 Thread Shane Arnold
Oh, and just to clarify, I have since changed; Options FollowSymLinks AllowOverride None Order deny,allow Allow from all to Options FollowSymLinks AllowOverride None Order allow,deny Allow from all And included a trailing slash to no success :( Shane Arnold wrote: Hi Guys

[EMAIL PROTECTED] Vista Ultimate - 403 Forbidden by Options directive

2007-03-18 Thread Shane Arnold
Hi Guys, Just experimenting with Vista + Apache 2.2 (works fine in debian, oh the irony) Anyway, httpd is fine, virtualhosts is fine, I just seem to be stuck with some random problem regarding permissions. I can list the "It Works!" file using the default apache configuration. Great! A sam