On 7/19/06, Edric <[EMAIL PROTECTED]> wrote:
Ok i got the httpd.conf and mime.types file from my systems person and the
conf file seems correct...
here's a snip of httpd.conf:
TypesConfig /etc/httpd/conf/mime.types
and in mime.types:
image/gifgif
Shouldn't this be all there
Ok i got the httpd.conf and mime.types file from my systems person and the conf file seems correct...here's a snip of httpd.conf: TypesConfig /etc/httpd/conf/mime.typesand in mime.types:image/gif gifShouldn't this be all there is to making the server send the correct content-type for
On 7/19/06, Apache User <[EMAIL PROTECTED]> wrote:
Hi,
I have an Apache 2.2.2 setup on a Redhat box. Mod_proxy(mod_proxy_ajp) is
being used to connect to tomcat on the same machine. Caching is implemented
using mod_cache(mod_mem_cache). This setup works fine and caching seems to
be working as ex
On 7/19/06, Edric <[EMAIL PROTECTED]> wrote:
Hi,
I did look at that earlier and I saw that the TypesConfig directive points
to a mime.types file with the following entry:
image/gifgif
one little quirk i just realized is that the web app/server I'm debugging
isn't the one that hosts
Hi,
I have an Apache 2.2.2 setup on a Redhat box. Mod_proxy(mod_proxy_ajp) is
being used to connect to tomcat on the same machine. Caching is implemented
using mod_cache(mod_mem_cache). This setup works fine and caching seems to
be working as expected.
The problem occurs when I try to optimi
Hi,I did look at that earlier and I saw that the TypesConfig directive points to a mime.types file with the following entry:image/gif gifone little quirk i just realized is that the web app/server I'm debugging isn't the one that hosts the dynamically generated gif file... i have no c
On 7/19/06, Edric <[EMAIL PROTECTED]> wrote:
Hi,
There's no content-type being set in the header... this is all i have in the
head:
thanks for your help
He means the HTTP response header, not the html header. Look at the
mime.types file configured by the TypesConfig directive or
alternati
Hi,There's no content-type being set in the header... this is all i have in the head:head>thanks for your helpDavid Salisbury <[EMAIL PROTECTED]> wrote: Well I think that last part means your mime stuff ( the types file ) is then co
Hello,
I installed
Apache2.2.2 several weeks ago on my Ubuntu Linux machine (which is
similar to Debian), and also on my Windows XP machine.
I went to my
/etc/apache2/mods-available/ directory looking for the mod_authnz_ldap
package which (according to http://httpd.apache.org/docs/2.2/mod/)
Well I think that last part means your mime stuff ( the types file ) is then
completely ignored
by apache.
I'd guess IE reads the file as it's coming in, and figures out it's content
type.
Is your script sending a Content-type: in the header? I'm betting it's being
defaulted
to text/plain by
also the link returns a dynamically generated gif file so there's no gif extensionEdric <[EMAIL PROTECTED]> wrote: he i'm trying to load this gif that has its src set to our apache serveranyhow when i load in firefox, i get strange binary data that is shown as text, while in ie it shows the image p
and also here's an example of the gibberish i see:GIF89a*
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min.
he i'm trying to load this gif that has its src set to our apache serveranyhow when i load in firefox, i get strange binary data that is shown as text, while in ie it shows the image perfectly fine.is this an apache configuration problem or is it something else? i looked at the mime magic file that
I did some googling but did not find any solutions so
I am hoping you guys may have some pointers.
I have some JSP pages that are being handled thru a
Application Server via an apache plugin. Basically,
when a request comes in for the .jsp, Apache hands it
off to the plugin, who sends it on to the
Greetings Michael!
What should work is the following:
deny from all
allow from 10.0.0.72
AuthName "MailSource UK Intranet Zone, authentication required"
AuthType Basic
AuthMySQLHost localhost
AuthMySQLEnable on
AuthMySQLUser xxx
AuthMySQLPassword xxx
AuthMySQLDB auth
AuthMySQLUserTabl
Well, for example, I would like to be able to input either of the
following into my browser:
http://cfdev.cota.csulb.edu/cota
or
http://cfdev.cota.csulb.edu/cota/
and the web page will be displayed while the application server handling
the requests all see localhost as the originating addres
On 7/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi all,
How much of the main server's configuration would a virtual host inherit?
Everything is inherited unless overriden in the vhost.
I didn't read all the details, but you can probably fix your problem
by scoping your Redirect in a
Hi,I've been trying to configure Apache's balancer proxy, but have not had any luck. I've been trying to configure a load balancing proxy that forwards requests to 2 web servers. I want both http and https requests to be forwarded.
I started with the following configuration in /etc/apache/httpd.con
That's why I was saying you'd probably have to write something a little
complicated.
Its really hard if you don't already have a naming convention in mind.
That way you could just force it to rewrite without the ending slash if
you wanted.
I think its adding the trailing slash because it assu
Hey Pid,
I gave this a try:
RewriteRule /(.*)(/)?$ http://localhost:81/$1$2 [P]
and it's still converting:
http://cfdev.cota.csulb.edu/cota
to
http://localhost:81/cota/
instead of:
http://cfdev.cota.csulb.edu/cota/
Any ideas?
thanks,
Mike
Pid wrote:
RewriteRule /(.*)(/)?$ http://localho
Anyone know of any issues with Joomla on Apache 2.2 ?
I've managed to get the windows 2003 server up and working, and apache
is serving up pages just fine. I thought it wasn't working at first
until I realised that all the joomla oriented pages are just bringing up
either a blank page or a "page
On 7/19/06, John Morrissey <[EMAIL PROTECTED]> wrote:
On Tue, Jul 18, 2006 at 08:53:51PM -0400, Joshua Slive wrote:
> On 7/14/06, John Morrissey <[EMAIL PROTECTED]> wrote:
> >On Tue, Jun 06, 2006 at 11:12:17AM -0400, Joshua Slive wrote:
> > > On 6/6/06, John Morrissey <[EMAIL PROTECTED]> wrote:
>
On Tue, Jul 18, 2006 at 08:53:51PM -0400, Joshua Slive wrote:
> On 7/14/06, John Morrissey <[EMAIL PROTECTED]> wrote:
> >On Tue, Jun 06, 2006 at 11:12:17AM -0400, Joshua Slive wrote:
> > > On 6/6/06, John Morrissey <[EMAIL PROTECTED]> wrote:
> > > > I'm having a problem with Apache 2.0.54 (we're ru
Hi all,
How much of the main server's configuration would a virtual host inherit? The
reason I am asking is because I have a Redirect directive in the main server
config that points "/pwd" at
https://xxx.yyy.zzz.com:85[]TARGET=https://xxx.yyy.zzz.com:444/pwd/password_change.htm
(the ports
Hi Elaine,
Many
thanks for the help, I’ve now got:
AuthName "MailSource UK Intranet Zone, authentication required"
AuthType Basic
AuthMySQLHost
localhost
AuthMySQLEnable on
AuthMySQLUser
xx
Thanks for the quick reply Owen, but I found the cause of this problem not long
after I posted to the list (isn't that always the way?)
Turned out GCC was using /usr/ccs/bin/ld which was a symlink to GNU ld.
Removing the symlink and copying the Sun ld binary (which I have previously
backed up)
Dan Trainor wrote:
> Bryan Hansen wrote:
>> I am trying to find a solution to the 4GB file limit that exists in
>> Apache 1.3. Most resources that discuss this issue offer solutions to
>> patch apache which only seem to work with apache 2.0+. (ie
>> http://people.apache.org/~jorton/ap_splitlfs.diff
> -Original Message-
> From: Dan Richardson [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 19, 2006 3:37 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Possible bug? Httpd Make error on Solaris 10
>
> Hello,
>
> I am compiling httpd-2.2.2 on Solaris 10 (Sparc), using gcc
Hello,
I am compiling httpd-2.2.2 on Solaris 10 (Sparc), using gcc 3.3.2 and GNU make
3.80 and I'm hitting some problems.
./configure --prefix=/www/httpd/test-vr --enable-so --enable-rewrite
--enable-headers --enable-shared=max
seems to run fine, then I run Make and it bails out with this err
Michael,
Try to use the "allow" and "satisfy" directives.
This is an example, that we use to protect our intranet access :
(Note that the IP's and server name were modified, and we use the deny
directive
to refuse connections from reception kiosk.)
# Allow access o
Neil A. Hillard wrote:
** Resent as the original never made it due to my new e-mail address **
Hi,
David f. wrote:
David f. wrote:
Hi,
How can I turn ProxyPreserveHost on for for some RewriteRules then off
again for some ProxyPass lines in the same vhost?
Putting ProxyPreserveHost O
** Resent as the original never made it due to my new e-mail address **
Hi,
David f. wrote:
> David f. wrote:
>> Hi,
>>
>>
>> How can I turn ProxyPreserveHost on for for some RewriteRules then off
>> again for some ProxyPass lines in the same vhost?
>> Putting ProxyPreserveHost On before the Rewr
Hello all,
I get mod_proxy running in my dmz to forward http traffic from internet to
my trusted area. This is working fine except that I have to implement a
new type of config for a special host.
I would like to forward traffic from (dmz) http://people.domain/~username
to (lan) http://username.
thanks Owen
Boyle, Its working :-), thanks a lot.
Best Regards: Ashutosh Mohanty SynaptiCAD Inc.
Visit us at:: www.syncad.com
=This Communication is for the exclusive use of the intended
recipient (s) and shall not attach any liability on the originator or S
> -Original Message-
> From: Pavel Stratil [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 19, 2006 12:24 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Sharing log files
>
> Hi all!
>
> suppose I would be running two HTTPDs on one machine, each
> listening on
> a diffe
> -Original Message-
> From: Ashutosh Mohanty [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 19, 2006 8:43 AM
> To: Apache Group
> Subject: [EMAIL PROTECTED] problem due to html files,
> >
> In IE browser, whenever I am trying to open page from my
> internal site like http://abc.mydom
> -Original Message-
> From: Matus UHLAR - fantomas [mailto:[EMAIL PROTECTED]
>
> > You can also look at AddHandler
> > (http://httpd.apache.org/docs/2.2/mod/mod_mime.html#addhandler) to
> > extend CGI to all .cgi files.
>
> I wonder why didn't you start with this ;)
And I wonder why you
Hi All,
I’ve
got mod_auth_mysql working nicely but I would like the users on my internal
network not to have to enter a username and password, just people accessing from
outside.
I’ve tried various solutions using Order deny,allow;
allow from and so forth but with no lu