Hi,
When I try the access using "http://localhost:23456"; I get a web page display
"It works".
Is there a way of telling the browser or apache to use this port by default?
Regards
Steve
>-Original Message-
>From: Iñigo Medina García [mailto:imed...@grosshat.com]
>Sent: Tuesday, 3 No
Hi,
I have just installed apache httpd-2.2.14 on a linux machine running
SLES10. I am running the web server as non-root, so I have set the
listening port to "23456" in my httpd.conf file. It appears to start
correctly:
netstat -an | grep LISTEN | grep 234
tcp0 0 :::23456
Hi,
I have just installed apache httpd-2.2.14 on a linux machine running
SLES10. I am running the web server as non-root, so I have set the
listening port to "23456" in my httpd.conf file. It appears to start
correctly:
> netstat -an | grep LISTEN | grep 234
tcp0 0 :::23456
I have files foo.html, bar.html, and bar/index.html
I want the URLs,
* http://example.com/.../foo to respond with foo.html,
* http://example.com/.../bar to respond with bar.html,
* http://example.com/.../bar/ to respond with bar/index.html
I configured, "Options +MultiViews", and sure enough,
ht
b k wrote:
Thanks for the immediate reply Andre!! I just installed HTTPFox and ran the
test again. You were right.
Content-Type on the working server is application/pdf
Content-Type on the non-working server is text/html
May I know why this is happening?
Unfortunately, about that I don't have
Thanks for the immediate reply Andre!! I just installed HTTPFox and ran the
test again. You were right.
Content-Type on the working server is application/pdf
Content-Type on the non-working server is text/html
May I know why this is happening?
On Mon, Nov 2, 2009 at 9:59 AM, André Warnier wrote:
Eric Covener wrote:
On Mon, Nov 2, 2009 at 10:14 AM, Sandro Tosi wrote:
Apache builds fine this time, but the info doesn't seems much more verbose
than before (with debug level on):
Did you set the directive mentioned in the HTML and check your main
server errorlog?
Yeah, sorry I d
On Mon, Nov 2, 2009 at 10:14 AM, Sandro Tosi wrote:
> Apache builds fine this time, but the info doesn't seems much more verbose
> than before (with debug level on):
Did you set the directive mentioned in the HTML and check your main
server errorlog?
--
Eric Covener
cove...@gmail.com
Eric Covener wrote:
On Mon, Nov 2, 2009 at 9:20 AM, Eric Covener wrote:
util_ldap.c:1891: error: 'util_ldap_state_t' has no member named
'debug_level'
I probably missed a file in the 2.2.x diff, will followup here when
patch is updated.
updated at http://people.apache.org/~c
b k wrote:
Hi all,
The web application which I am currently supporting incorporates reports
generating functionality using Java Reporting Component which worked fine on
WebSphere App server and also Apache 2.2 before turning on the mod security
configuration. The app used to generate reports in a
Hi all,
The web application which I am currently supporting incorporates reports
generating functionality using Java Reporting Component which worked fine on
WebSphere App server and also Apache 2.2 before turning on the mod security
configuration. The app used to generate reports in a PDF format o
On Mon, Nov 2, 2009 at 9:20 AM, Eric Covener wrote:
>> util_ldap.c:1891: error: 'util_ldap_state_t' has no member named
>> 'debug_level'
>
> I probably missed a file in the 2.2.x diff, will followup here when
> patch is updated.
updated at http://people.apache.org/~covener/ldap_debug/2.2.x-ldap
> util_ldap.c:1891: error: 'util_ldap_state_t' has no member named
> 'debug_level'
I probably missed a file in the 2.2.x diff, will followup here when
patch is updated.
--
Eric Covener
cove...@gmail.com
-
The official User-To-
Eric Covener wrote:
I think there's something related to SSL and how recent apache (it seems
from 2.2.12?) handle it: in fact, we had to move SSLCertificateFile into
httpd.conf and set explicitly "SSLEngine On" where needed (while before it
was a bit implicitly).
This version is where SNI
> I think there's something related to SSL and how recent apache (it seems
> from 2.2.12?) handle it: in fact, we had to move SSLCertificateFile into
> httpd.conf and set explicitly "SSLEngine On" where needed (while before it
> was a bit implicitly).
This version is where SNI came in, but I have
I don't think that how mod_ssl was built has anything to do with your ldaps
problems, but as you could see in
https://issues.apache.org/bugzilla/show_bug.cgi?id=41041 , the error you
mentioned could clearly be due to different libs used at compile time and at
run time. Maybe you could try to
> -Message d'origine-
> De : Sandro Tosi [mailto:sandro.t...@register.it]
> Envoyé : lundi 2 novembre 2009 12:01
> À : users@httpd.apache.org
> Objet : Re: [us...@httpd] LDAP: ldap_set_option failed. Could not set
> LDAP_OPT_X_TLS to LDAP_OPT_X_TLS_HARD
>
> Emmanuel Bailleul wrote:
> > H
Emmanuel Bailleul wrote:
Hi,
Did you try your LDAPS connection with ldapsearch first ? (sth like ldapsearch -H -x ...).
Sorry I didn't mentioned: yes, I have tested, and with ldapsearch it
works fine (using the name address and not the IP address)
An important thing : when calling your ld
Yes .Probably not worth all the trouble if its going around catching my left
ear with the right hand.
On Mon, Nov 2, 2009 at 1:02 AM, Mark Watts wrote:
> On Sun, 2009-11-01 at 17:30 -0800, sieger...@gmail.com wrote:
> > Hi Folks
> > * I am a squat on advanced Apache work. I would get a ba
> -Message d'origine-
> De : Sandro Tosi [mailto:sandro.t...@register.it]
> Envoyé : lundi 2 novembre 2009 11:17
> À : users@httpd.apache.org
> Objet : [us...@httpd] LDAP: ldap_set_option failed. Could not set
> LDAP_OPT_X_TLS to LDAP_OPT_X_TLS_HARD
>
> Hello,
> we are enabling LDAP auth o
I was told this param can be found in mod_jk.conf. But I can't fin d this
file. Maybe it's in another file?
--
View this message in context:
http://old.nabble.com/Where-to-set-Apache-httpd-environment-variable-JK_REPLY_TIMEOUT--tp26156658p26156658.html
Sent from the Apache HTTP Server - Users ma
Hello,
we are enabling LDAP auth on our apache stack. Starting from
apache/2.2.9+php/5.2.8 we are upgrading to apache/2.2.14+php/5.2.11 .
The configure line we used for apache is:
$ ./configure --prefix=/usr/local/apache --mandir=/path/to/man
--with-ssl=/path/to/openssl-0.9.8g-16052008 --enab
-Original Message-
From: Damian Traverso [mailto:damian.trave...@vostu.com]
Sent: Sunday, November 01, 2009 4:59 PM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] mod_proxy_ajp (2.2.13) + Tomcat 6.0.20 - APR does
not understand this error code: proxy: read response failed
Hi, fir
On Sun, 2009-11-01 at 17:30 -0800, sieger...@gmail.com wrote:
> Hi Folks
> * I am a squat on advanced Apache work. I would get a basic SSL
> functionality to work.
> So https://foobar.com works fine and gets me all the login windows I
> designed. however currently all the images and
Hi Folks
Thanks a lot
Can someone please point me to some examples of mod_rewrite where
images, pdf' and other non html files get re-directed to http instead of
https
I tried this :
more /etc/httpd/.htaccess
RewriteEngine on
RewriteCond %{SERVER_PORT} 443
RewriteRule .*.(gif|GIF|jpg|JPG|JPEG|jp
sieger...@gmail.com wrote:
Hi Folks
- I am a squat on advanced Apache work. I would get a basic SSL
functionality to work.
So https://foobar.com works fine and gets me all the login windows I
designed. however currently all the images and other extensions like .pdf
are also using the http
I am sorry, I looked only at "Using Environment Variables", "URL Rewriting", as
I needed to read it (use it), and not to set it :) So a suggestion would be to
move the info to that paragraph (eventually to put link to "Some Caveats" ?)
ANYWAY, I would expect this info also in the mod_rewrite, R
27 matches
Mail list logo