Re: [EMAIL PROTECTED] Re: mod dbd mysql

2007-05-08 Thread Nick Kew
On Wed, 09 May 2007 09:09:43 +1000 Quey <[EMAIL PROTECTED]> wrote: > > I saw a post a week ago on someone having trouble with getting MySQL > working with dbd in Virtualhosts with apache 2.2.4, look like you > and I have same problem, did you get it resolved? Can anyone help? > Apache tells me n

[EMAIL PROTECTED] Set-Cookie header when 304 response ( related to Bug 18388 )

2007-05-08 Thread 大場真紀
Hello. I'm Masanori Daiba in Japan. I have 3 questions related to "Bug 18388". Actually, I referred the archive of mails below but I did not understand what the result of the discussion was. "Bug 18388: Set-Cookie header not honored on 304 (Not modified) status" in http://mail-archives.apache.or

Re: [EMAIL PROTECTED] Re: mod dbd mysql

2007-05-08 Thread Puskás Zsolt ( Errotan )
Hi. I'm using libapache2-mod-auth-mysql ( debian "etch" package ) and the configuration is very different from yours. This is my'n: AuthName "Tiltott konyvtar !!" AuthType Basic AuthUserFile /dev/null AuthBasicAuthoritative

[EMAIL PROTECTED] utf8 charset question

2007-05-08 Thread Greg Lindahl
I have some webpages and a CGI script which are utf8. This is apache2 on Linux. With this .htaccess file: AddHandler cgi-script cgi #AddDefaultCharset UTF-8 #AddCharset utf-8 .cgi .html #AddType "text/html; charset=UTF-8" .cgi .html Options +ExecCGI With all 3 lines commented, both the webpages

Re: [EMAIL PROTECTED] Advanced Frontend for mod_status

2007-05-08 Thread Nick Weisser
Nick Weisser schrieb am 09.05.2007 02:28 GMT+2: Only problem: I can neither find apache's support directory on my debian file system nor any scripts ending in .pl :o) Just downloaded the latest version of apache 2.0 and found the file mentioned. It's called log_server_status.in, but it's not v

Re: [EMAIL PROTECTED] TIF image files

2007-05-08 Thread Morgan Gangwere
On 5/8/07, Mark A. Craig wrote: The Apple Quicktime plug-in will display TIFF files, but it's no guarantee that every visitor will have even that (some of us despise Quicktime and Apple's Jewish-mother nagging about it ;-). GIF, JPEG, and PNG are your viable choices. If you need a decent image

Re: [EMAIL PROTECTED] Advanced Frontend for mod_status

2007-05-08 Thread Nick Weisser
Nick Weisser wrote on 05.05.2007 00:19 GMT+2: Also, where can I get more information about how mod_status works in the background. Is there a data file or database where all the stuff gets stored? I just read the mod_status doc page for the second time and it seems I overlooked an important s

Re: [EMAIL PROTECTED] TIF image files

2007-05-08 Thread Mark A. Craig
The Apple Quicktime plug-in will display TIFF files, but it's no guarantee that every visitor will have even that (some of us despise Quicktime and Apple's Jewish-mother nagging about it ;-). GIF, JPEG, and PNG are your viable choices. If you need a decent image manager and converter, I might

Re: [EMAIL PROTECTED] TIF image files

2007-05-08 Thread Jaqui Greenlees
Mark and Pid are right, Targa's Tagged Image Format File [ .tif is aka .tiff ] is not supported in browsers. It is the second most densly packed with information image format. [ RAW being the highest data in the file ] You are far better off to use png, jpg or even gif instead, far smaller file siz

[EMAIL PROTECTED] Re: mod dbd mysql

2007-05-08 Thread Quey
I saw a post a week ago on someone having trouble with getting MySQL working with dbd in Virtualhosts with apache 2.2.4, look like you and I have same problem, did you get it resolved? Can anyone help? Apache tells me no authn configured but we do have it configured, we are needing this for us

Re: [EMAIL PROTECTED] TIF image files

2007-05-08 Thread Can Le
Hi, Try this: http://localhost/file.TIF”> Did you put image file in htdocs ? lecan.net "Vaughn, Terry" <[EMAIL PROTECTED]> wrote: I cannot get Apache to display the file.TIF with this simple .htm : Terry

Re: [EMAIL PROTECTED] Only getting part of pages

2007-05-08 Thread Chris Tankersley
Chris Tankersley wrote: Evan Platt wrote: At 11:54 AM 5/8/2007, Chris Tankersley wrote: I just set up a new server running OpenBSD 4.1-stable with Apache 1.3.29 installed. Got PHP, MySQL, all that set up, but now when I try to view any pages I only get part of it. For example, very small page

Re: [EMAIL PROTECTED] Only getting part of pages

2007-05-08 Thread Chris Tankersley
Evan Platt wrote: At 11:54 AM 5/8/2007, Chris Tankersley wrote: I just set up a new server running OpenBSD 4.1-stable with Apache 1.3.29 installed. Got PHP, MySQL, all that set up, but now when I try to view any pages I only get part of it. For example, very small pages come up just fine, but

Re: [EMAIL PROTECTED] Only getting part of pages

2007-05-08 Thread Evan Platt
At 11:54 AM 5/8/2007, Chris Tankersley wrote: I just set up a new server running OpenBSD 4.1-stable with Apache 1.3.29 installed. Got PHP, MySQL, all that set up, but now when I try to view any pages I only get part of it. For example, very small pages come up just fine, but anything with pictu

[EMAIL PROTECTED] Only getting part of pages

2007-05-08 Thread Chris Tankersley
I just set up a new server running OpenBSD 4.1-stable with Apache 1.3.29 installed. Got PHP, MySQL, all that set up, but now when I try to view any pages I only get part of it. For example, very small pages come up just fine, but anything with pictures (even as small as 15k) cause parts of the

Re: [EMAIL PROTECTED] TIF image files

2007-05-08 Thread Pid
What kind of application/browser are you using to display it? I suspect that your browser doesn't know how to display a TIFF rather than Apache not being able to send it. p Vaughn, Terry wrote: Hello all, I really need a nudge in the right direction. I have some TIF files that I

Re: [EMAIL PROTECTED] TIF image files

2007-05-08 Thread Mark A. Craig
Ummm, is there a browser out there that knows how to render a TIFF file? I don't think there is, in which case your problem isn't with Apache Mark Vaughn, Terry wrote: Hello all, I really need a nudge in the right direction. I have some TIF files that I transferred from a windows box to

[EMAIL PROTECTED] TIF image files

2007-05-08 Thread Vaughn, Terry
Hello all, I really need a nudge in the right direction. I have some TIF files that I transferred from a windows box to a linux box over a Samba connection. I cannot get Apache to display the file.TIF with this simple .htm : When I convert it to a PNG with Win Paint, and th

Re: [EMAIL PROTECTED] URL escaped in proxy mode in 1.3 ?

2007-05-08 Thread Joshua Slive
On 5/8/07, Bruno POMMEREL <[EMAIL PROTECTED]> wrote: All, Apache 1.3.24 is configured in std proxy mode: Sorry, can't help with your problem. If you want help from the developers, you're probably better off starting with a version of apache that is somewhat less than 5 years old. I suggest 2.

[EMAIL PROTECTED] URL escaped in proxy mode in 1.3 ?

2007-05-08 Thread Bruno POMMEREL
All, Apache 1.3.24 is configured in std proxy mode: ProxyRequests On NoCache all When receiving a request that contain escaped chars (e.g. %2C), apache unescapes it and forwards a modified request to the backend server (with a ',' here). This breaks the latter one, which expects %

Re: [EMAIL PROTECTED] mod_dbd and mysql

2007-05-08 Thread Nick Kew
On Tue, 8 May 2007 08:11:13 -0500 "Frank Jones" <[EMAIL PROTECTED]> wrote: > I'm using mod_dbd to access mysql. Since one of the queries I use is > executed on every request, I prepare it by using DBDPrepareSQL. > > However, I don't know what to do if apr_dbd_pvselect using the > prepared stateme

[EMAIL PROTECTED] mod_dbd and mysql

2007-05-08 Thread Frank Jones
I'm using mod_dbd to access mysql. Since one of the queries I use is executed on every request, I prepare it by using DBDPrepareSQL. However, I don't know what to do if apr_dbd_pvselect using the prepared statement returns 2013 (Lost connection). This happens when a long interval passes between q

Re: [EMAIL PROTECTED] Invalid method in request \x80=\x01\x03

2007-05-08 Thread Jens Schoenershoven
Hi, Don Don wrote: Hi all am getting the follow error when an https request is made to a server confugired with apache2 with SSL support. I am trying to understand what cuases this error has anyone come across this before ? You are trying to access your web server with HTTPS but it is config

Re: [EMAIL PROTECTED] Invalid method in request \x80=\x01\x03

2007-05-08 Thread Neil A. Hillard
Hi, Don Don wrote: > Hi all am getting the follow error when an https request is made to a > server confugired with apache2 with SSL support. I am trying to > understand what cuases this error has anyone come across this before ? You are trying to access your web server with HTTPS but it is con

[EMAIL PROTECTED] Invalid method in request \x80=\x01\x03

2007-05-08 Thread Don Don
Hi all am getting the follow error when an https request is made to a server confugired with apache2 with SSL support. I am trying to understand what cuases this error has anyone come across this before ? cheers - The fish are biting. Get more visitors on yo

Re: [EMAIL PROTECTED] Unwanted URL rewriting - apache replaces server name with ip in address bar

2007-05-08 Thread Krist van Besien
On 5/6/07, akhayyami <[EMAIL PROTECTED]> wrote: I have a problem with one of my servers; When I enter http://www.myserver.com in address bar (IE & Firefox), apache replaces the server name (e.g. www.myserver.com) with an ip address. I tried with & without virtual hosts but no chance. I also tr