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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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 %
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
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
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
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
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
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
26 matches
Mail list logo