Dear all,
In our environment, we are using 1 apache server and load balanced to 2
resin servers (all in different machines).
A snippet of our apache httpd.conf:
RewriteEngine on
RewriteCond %{SERVER_PORT} ^80$
RewriteCond %{HTTP_HOST} ^some\.domainname\.com$
RewriteRule ^/(.*)
Odd, the downloads page README states ""
"The -win32-x86-no_ssl.msi package does not include any encryption
software OpenSSL, mod_ssl, nor an https: enabled abs utility.
At this time, the process to follow for export notification has not been
finalized. Until that time, the -win32-x86-
> - Message from [EMAIL PROTECTED] -
> There may be a bug here. But exec has always been a dirty hack.
> Convert your executable into a CGI script and use include virtual
> instead.
Okay... I managed to hack togehter a perl script that runs the EXE that I want
run. The only issue *now
That was it. This is the first system that I have run that uses SELinux,
and I had not thought of this as being a problem. Thank you!
>>> "Joshua Slive" <[EMAIL PROTECTED]> 11/1/2006 11:44 AM >>>
On 11/1/06, ROGER DEBRY <[EMAIL PROTECTED]> wrote:
> Here is the message from the Apache error log:
>
On 11/1/06, Ralph Nelson <[EMAIL PROTECTED]> wrote:
I'm using the Win32 port (not my fault -- blame my employer) of Apache v2.2.3
I've added the lines:
AddType text/html .shtml
AddType text/html .stm
AddHandler server-parsed .shtml
AddHandler server-parsed .stm
to my httpd.conf as we
I'm using the Win32 port (not my fault -- blame my employer) of Apache v2.2.3
I've added the lines:
AddType text/html .shtml
AddType text/html .stm
AddHandler server-parsed .shtml
AddHandler server-parsed .stm
to my httpd.conf as well as adding
Options +Includes +ExecCGI
All of my
On 11/1/06, ROGER DEBRY <[EMAIL PROTECTED]> wrote:
Here is the message from the Apache error log:
[client 161.28.248.51] (13)Permission denied: access to
/phpBB2/docs/INSTALL.html denied
The Directory is defined in httpd.conf as
This is a unix filesystems permission problem. If other files
On 11/1/06, Liz Kim <[EMAIL PROTECTED]> wrote:
I have created a custmoized .html file for my 404 error page.
How do I set the actual HTTP stutus to 404 not found?
Currently, the 404.html page I have created returns 200 normal...
Thanks.
When using the ErrorDocument directive, be sure to use a U
Hi All,
On Linux platforms, what are the trade-offs(performance and memory issues), when hosting multiple web sites on a machine, between setting up a separate httpd.conf file for each site versus setting up multiple virtual hosts within a single
httpd.conf file?
By default, the former gives t
Here is the message from the Apache error log:
[client 161.28.248.51] (13)Permission denied: access to
/phpBB2/docs/INSTALL.html denied
The Directory is defined in httpd.conf as
>>> "Boyle Owen" <[EMAIL PROTECTED]> 11/1/2006 8:40 AM >>>
> -Original Message-
> From: ROGER DEBRY [mailt
I've just upgraded a debian box from 2.0.59 to 2.2.3... and I now have
trouble... It worked just fine before the upgrade... Any help is really
welcome... Thanks in advance!
Here is the error:
[warn] proxy: No protocol handler was valid for the URL /webmin. If you are
using a DSO version of mod_
I have created a custmoized .html file for my 404 error page.How do I set the actual HTTP stutus to 404 not found?Currently, the 404.html page I have created returns 200 normal...Thanks.
I was completely wrong, sorry. Here is the right configure command
that does what you want:
./configure --prefix=/usr/local/apache2 --enable-ldap
--enable-auth-ldap --with-ldap --enable-ssl --with-ssl
--enable-authnz-ldap
--with-ldap and --with-ssl are critical, without them correct LDAP
support
I'm not sure, but I think that there is a conflict between
apr-utl-devel rpm installed on your CentOS box and apr delivered with
Apache 2.2.3. APR in CentOS is from Apache 2.0.XX project and as far
as I know it's not compatible with 2.2.3. When you try to compile
Apache 2.2.3 linker find installed
On this page:
http://httpd.apache.org/docs/2.2/mod/mod_unique_id.html
it says, "The UNIQUE_ID environment variable is constructed by encoding
the 112-bit (32-bit IP address, 32 bit pid, 32 bit time stamp, 16 bit
counter) quadruple using the alphabet [EMAIL PROTECTED] in a manner similar
to MI
On Nov 1, 2006, at 7:43 AM, Rob Wilkerson wrote:
On 11/1/06, Spartanicus <[EMAIL PROTECTED]> wrote:
RTFM http://httpd.apache.org/docs/2.2/ssl/
I appreciate the sentiment, but I guess what I'm looking for is an
understanding of what "no_ssl" means in the binary name. Does it
simply mean th
On 11/1/06, Boyle Owen <[EMAIL PROTECTED]> wrote:
> A wiki for user-contributed documentation has recently been setup for
> the Apache web server at
> http://wiki.apache.org/httpd/
Er... Unfortunate choice of name for the page that's on the front of the
site. It makes it look like we're using F
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
> Joshua Slive
> Sent: Wednesday, November 01, 2006 4:16 PM
> To: Apache Users; docs@httpd.apache.org
> Subject: [EMAIL PROTECTED] Apache HTTP Server user-docs wiki
>
> A wiki for user-contributed docume
On 11/1/06, Spartanicus <[EMAIL PROTECTED]> wrote:
RTFM http://httpd.apache.org/docs/2.2/ssl/
I appreciate the sentiment, but I guess what I'm looking for is an
understanding of what "no_ssl" means in the binary name. Does it
simply mean that this module isn't enabled by default? I suppose
On 11/1/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote:
Simple question:
Do the Apache binaries (Windows or Linux) support SSL or no? I was
about to download 2.2 for Windows from httpd.apache.org and saw that
the file title indicates no_ssl. Does that mean that no SSL support
is compiled in or do
> -Original Message-
> From: ROGER DEBRY [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 01, 2006 4:21 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Strange problem with permissions
>
> I have just recently installed Apache 2.2.2. All seems to work just
> fine.
>
> H
On Nov 1, 2006, at 7:22 AM, Rob Wilkerson wrote:
I'm not sure I need it, but I'd like to be sure I know what I'm
getting when I get it. If there is no SSL support then is there
anywhere I can go to get binaries that *do* include SSL support?
I go to:
http://www.apachelounge.com/download/
S
On 11/1/06, ROGER DEBRY <[EMAIL PROTECTED]> wrote:
I have just recently installed Apache 2.2.2. All seems to work just
fine.
However, today I downloaded a package that requires a number of files
be installed in my web directory. When I try to access these files from
a browser, I get an error mes
"Rob Wilkerson" <[EMAIL PROTECTED]> wrote:
>Do the Apache binaries (Windows or Linux) support SSL or no? I was
>about to download 2.2 for Windows from httpd.apache.org and saw that
>the file title indicates no_ssl. Does that mean that no SSL support
>is compiled in or does it (however counter-in
Simple question:
Do the Apache binaries (Windows or Linux) support SSL or no? I was
about to download 2.2 for Windows from httpd.apache.org and saw that
the file title indicates no_ssl. Does that mean that no SSL support
is compiled in or does it (however counter-intuitively) mean something
els
I have just recently installed Apache 2.2.2. All seems to work just
fine.
However, today I downloaded a package that requires a number of files
be installed in my web directory. When I try to access these files from
a browser, I get an error message that I don't have permission to access
the files
A wiki for user-contributed documentation has recently been setup for
the Apache web server at
http://wiki.apache.org/httpd/
Feel free to contribute your tips and tricks. To edit pages you need
to create an account and login.
Please note that this wiki is experimental at the moment. It may
cha
Barret,
You need to use Apache 2.2 or above. See the new directives
SSLCADNRequestFile and SSLCADNRequestPath for details at
http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslcadnrequestfile
If you must use older versions of Apache, I did create a patch for mod_ssl
2.8.22 which is used by Apa
On 10/31/06, Neville Aga <[EMAIL PROTECTED]> wrote:
Try #2 - any takers out there? I am interested in upgrading my existing web
site to have a way for people to log in via forms and set a cookie, and have
a module that lets people sign up for accounts, email out a confirmation,
handle lost pass
Hello,
I've updated gcc to 4.1.1 and glibc to 2.5 then tried to recompile apache
2.0.58 or 2.0.59 without success! Compilation worked before update to gcc
4.1.1 and glibc 2.5, here a part of the error.
/usr/src/pc/BUILD/httpd-2.0.58/srclib/apr/libtool --silent --mode=link gcc
-pthread -Os -marc
> -Original Message-
> From: Meir Yanovich [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 01, 2006 12:04 PM
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] How to run single apache 1.3
> process with multiple threads on unix
>
> Hello and thanks for the reply
>
Hello and thanks for the reply
does apache 1.3.7 support it also?
-Original Message-
From: Boyle Owen [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 01, 2006 11:56 AM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] How to run single apache 1.3 process with
multiple th
Apache and OpenSSL version information:
Apache 2.2.3
OpenSSL 0.9.9-dev
Build Apache with OpenSSL:
perl Configure VC-WIN32 --prefix=D://Apache22/bin
ms\do_nasm
nmake -f ms\ntdll.mak
perl util\mkdef.pl
REmove /WX in ntdll.mak
Install OpenSSL
nmake -f ms\ntdll.mak install
Compile Apache22 using Vi
On my linux Yum shows:
Installed Packages
openldap.i3862.2.13-6.4E
installed
openldap-clients.i3862.2.13-6.4E
installed
openldap-devel.i386 2.2.13-6.4E
installed
All in /usr/lib and /usr/include as far as I c
> -Original Message-
> From: Meir Yanovich [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 01, 2006 10:04 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] How to run single apache 1.3 process
> with multiple threads on unix
>
> Hello all
>
> i need to run only one ap
Hello
all
i
need to run only one apache ( this is application demand) on unix ( solaris )
and
control on the amount of threads on this single process.
The
only way I managed to run single process is in debug mode –X
is
there way in the config to set one process with multiple threa
36 matches
Mail list logo