Uhu.
The one thing that slipped past all of us is that you are using Apache as a
forward proxy. In that case the browser will not establish an SSL connection to
the proxy, but will use the CONNECT method as opposed to GET/PUT/POST/HEAD. It
is the proxy that will establish an SSL connection wit
I believe that Apache just reports the contents of the User-Agent HTTP header.
Whatever UA information you find in the logs is what IE sent.
-ascs
-Original Message-
From: Fink, Mike [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 19, 2006 8:52 PM
To: users@httpd.apache.org
Subject: [E
In your httpd.conf or ssl.conf, there probably is a directive called
SSLCipherSuite. If you add "-SSLv2" to the end of your CipherSuite string, and
restart Apache, you will have disabled SSLv2.
You can check the exact ciphersuites corresponding to a particular string with
the "openssl ciphers"
Hello *,
I got some problems getting mod_authnz_ldap authenticating against my
MS Active Directory Server.
I configured the httpd with the following settings:
AuthType Basic
AuthName "Please Login"
AuthBasicProvider ldap
AuthLDAPURL
"ldap://10.1.1.10/dc=ads,dc=mydomain,dc=com?sAMAccountName
Bernd Muent wrote:
Hi together,
I'd like the following for a CMS:
URL http://localhost/module/News/article/56/show/1.html
will be rewrited to
http://localhost/index.php?module=News&article=56&show=1
From the PHP site, it's easy to explode the querystring and prepare the
right link.
When I cl
I'm reaching my wits end here. I have Sol10 fully installed,
and automounts are working (this is where the home dirs are).
So if I do any of the following:
"cd /home/user"
"ls /home/user"
"su - user"
The home dir gets automagically mounted. That works great.
Here's where my setup gets a littl
On Wed, 19 Apr 2006 14:02:28 -0500, William A. Rowe, Jr. wrote:
Hi William
> It's a puzzle inside a riddle. Ron, you might want to jump over to
Good! I was hoping it would be trivial compared to getting MS to stop crippling
my harware :-)).
> [EMAIL PROTECTED] where there's ongoing discussion
On 19/04/06, Paulo J. Matos <[EMAIL PROTECTED]> wrote:
> Here's my config file in case someone might want to take a look:
>
> #
> # Based upon the NCSA server configuration files originally by Rob McCool.
> #
> # This is the main Apache server configuration file. It contains the
> # configuration
Here's my config file in case someone might want to take a look:
#
# Based upon the NCSA server configuration files originally by Rob McCool.
#
# This is the main Apache server configuration file. It contains the
# configuration directives that give the server its instructions.
# See http://httpd
OK, I've been working on this all day and I have some more observations. The
workstation browsers (hereinafter 'browsers') have their LAN proxy settings
configured to the Apache server's IP and port 80.
Now, the Apache server is only listening on 80. So, when the browsers
want to CONNECT
Ron Savage wrote:
Hi Folks
In the archives I see a discussion back in 2002 about this. Did anything come of
it?
A makefile acceptable to dmake and MinGW would be ideal.
It's a puzzle inside a riddle. Ron, you might want to jump over to [EMAIL
PROTECTED]
where there's ongoing discussion an
We have been running the Apache web server to run our 'autoproxy'
(automatic proxy configuration) on a global basis for 4+ years using 4
regional Solaris engines. Currently running Apache version 2.0.35 but
have 'checked' the problem described below on the 2.2 version with the
same negative result
Hi!
The only real changes that I know of that need to be made are for IIS.
IIS 4 and greater have to be configured to disable socket pooling,
because if not they listen on all available IP addresses, even if there
is no website configured to use a particular IP.
Search the web for "disable s
Don Thaler wrote:
This maybe a duplicate post, but I'd rather be safe than sorryDoes anyone
now what if any changes have to be made to get iis and apache to co-exist on
the same server. I've been told that a particular web application won't run
because i have apache and iis on the same ser
you will have to edit the ssl.conf file
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Wednesday, April 19, 2006 11:43 PM
Subject: [EMAIL PROTECTED] apache help
Hi Gurus
I am a newbie to apache and would like to ask for your help
I have apache 1.3.33 installed and would l
check out http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#sslciphersuite
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Wednesday, April 19, 2006 11:43 PM
Subject: [EMAIL PROTECTED] apache help
Hi Gurus
I am a newbie to apache and would like to ask for your help
I have
This maybe a duplicate post, but I'd rather be safe than sorryDoes anyone
now what if any changes have to be made to get iis and apache to co-exist on
the same server. I've been told that a particular web application won't run
because i have apache and iis on the same server.
Don Thaler
Hi Gurus
I am a newbie to apache and would like to ask for your help
I have apache 1.3.33 installed and would like to disable ssl2.0 and enable
ssl3.0... is it as simple as edittin the httpd.conf ??? also, how do i test
if ssl3.0 is enabled or working ???
any help is much appreciated...
On 4/19/06, DeVelvis, Ralph (US SSA) <[EMAIL PROTECTED]> wrote:
> It says file permissions deny execution.
No, that's not an exact quote. When you paraphrase error messages,
you make things much more difficult.
>
> I haven't done:
>
> su - nobody
> cd /full/path/to/cgi-bin
> ./cgi-script
>
> I d
It says file permissions deny execution.
I haven't done:
su - nobody
cd /full/path/to/cgi-bin
./cgi-script
I did do this:
su - nobody -c /full/path/to/cgi-bin/cgi-script
and the script runs.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua
Slive
On 4/19/06, DeVelvis, Ralph (US SSA) <[EMAIL PROTECTED]> wrote:
>
>
>
> I am trying to understand why Apache gives me file permissions deny
> execution error on a cgi script for the following configuration.
>
>
>
> Apache v1.3.26
>
> Solaris 8
>
> nobody user is the user process running Apache
>
>
I am trying to understand why Apache gives me file
permissions deny execution error on a cgi script for the following configuration.
Apache v1.3.26
Solaris 8
nobody user is the user process running Apache
nobody belongs to the group which has read/execute privileges
on the directory
On 4/16/06, Wang, Sherwin X. <[EMAIL PROTECTED]> wrote:
>
>
> I am using mod_deflate to compress output contents. I'd tried to compress
> everything except PDF etc. using SetOutputFilter. But the configuration
> based on file extension in URI, SetEnvIfNoCase, will not work because the
> PDF is gene
Order allow,deny
Deny from all
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the dig
On 4/17/06, Covington, Chris <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Is is possible to define multiple authentication methods based on client
> IP address / network?
>
> For instance:
>
> Client from 10.40.18.0, use AuthNTLM. Client from anywhere else, use
> AuthLDAP.
>
> If not directly possible
On 4/19/06, David Wolever <[EMAIL PROTECTED]> wrote:
> Hey,
> I'm using mod_proxy to give people outside my LAN access to an
> internal web page. The problem is, the web server being used to serve
> that page (Xitami) makes poor use of redirect headers. When a
> directory is requested with out a
Hey,
I'm using mod_proxy to give people outside my LAN access to an
internal web page. The problem is, the web server being used to serve
that page (Xitami) makes poor use of redirect headers. When a
directory is requested with out a trailing slash (eg /foo instead of
/foo/), a 302 is sent back b
This is correct:
> if (HTTP)
> if (mirrored)
> serve from cache
> else
> fetch from web
> else if (HTTPS)
> fetch from web
I took out the main server and tried this:
> # HTTPS
>
> ProxyRequests on
>
>
> #HTTP
>
> ... mod_rewrite stu
On 4/19/06, Sebastian Prochnow <[EMAIL PROTECTED]> wrote:
I see you have:
SSLProxyEngine On
But you also need:
SSLProxyCACertificatePath /path/to/cacerts
see: http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#sslproxycacertificatepath
Krist
--
[EMAIL PROTECTED]
Solothurn, Switzerland
-
I run on Solaris 8 and have not had any problems.
-Original Message-
From: Tony Guadagno [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 19, 2006 10:02 AM
To: Florian Yanez; users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] Log rotate for Apache 2.0
Have you had any issues with eith
Have you had any issues with either cronolog or rotatelogs not exiting properly
when apache is shut down? I am on a windows2003 server and I cannot get the
logger processes to shut down right. Apache exits ok, but the loggers are left
hanging.
***
T
I have been using cronolog 1.6.2 since 2002, first with Apache 1.3 and for the
past two years with Apache 2.0. I have never had any problems with it.
-Original Message-
From: Rony [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 18, 2006 10:22 PM
To: users@httpd.apache.org
Subject: [EMAIL
I have had pretty good luck with cronolog. I would say it is stable.
***
Tony Guadagno
Guadagno Consulting
[EMAIL PROTECTED]
585.703.6700
***
>>> [EMAIL PROTECTED] 4/18/2006 11:22 pm >>>
Hi,
>From this link
--- Nick Kew <[EMAIL PROTECTED]> wrote:
> Erm, can't tell from that whether you're on a fools
> errand.
> A sample conf per module would be exactly that.
I know, but it helps with what I'm wanting to do.
> We have discussed various possible updates for
> modules.apache.org.
now why didn't I
Hi Folks
In the archives I see a discussion back in 2002 about this. Did anything come of
it?
A makefile acceptable to dmake and MinGW would be ideal.
I can't see anything appropriate in the (Windows) sources, the FAQ or by
Googling.
I have MinGW and MSYS installed, and used them to compile Per
On Wednesday 19 April 2006 07:55, Jaqui Greenlees wrote:
> Does anyone have a list of all the modules available
> for apache2.x?
> and where to get a sample .conf for each one?
>
> I'm working on creating a configuration guide and
> finding all the modules is a slow process.
Erm, can't tell from t
Hi all!
I've tried getting RPC over HTTP working via apache 2.2.0-5.1.2 running =
on a Fedora Core 5 box onto my SBS 2003, as I do not want to expose the =
complete IIS server to the internet.
OWA works fine, but I can't get the RPC part working at all (Outlook =
tries to connect and times out aft
37 matches
Mail list logo