Hi
The following is a message I sent to the php-install mailing list. I am
trying to cover all the bases by sending it to this list;
Thanks in advance
I am coming over here from the general questions list with this
situation.
I am using FreeBSD v 6.2.
I have installed Apache v1.3.37
with:
./con
I had the same problem about one and a half year ago. There it was the
loadbalancer in front of our webservers that produced the error.
Pedro
> Tomas Larsson wrote:
> > Dear group.
> > It seems that for some reason the APACHE server is terminating file-
> uploads
> > randomly.
> > I'm getting v
On Mar 20, 2007, at 9:04 PM, Andre-John Mas wrote:
Hi,
I have just downloaded Apache 2.2.4, compiled it, installed it
and the tried running it. What I get when I call:
./apachectl start
is:
./apachectl: line 102: 12799 Segmentation fault $HTTPD -k $ARGV
and if I call:
./httpd
direct
Hi,
I have just downloaded Apache 2.2.4, compiled it, installed it
and the tried running it. What I get when I call:
./apachectl start
is:
./apachectl: line 102: 12799 Segmentation fault $HTTPD -k $ARGV
and if I call:
./httpd
directly, then I get:
Bus Error
The instructions I used ar
I'm affraid you are mixing up 2 different things: control of user
access to the site and control type of access to your site.
SSLRequireSSL can't control what users can get access to the
particular directory but it can control that access to that directory
will be provided through SSL enabled conn
Hi Sander,
Thanks for your help and your explanations.
>> When I try and start Apache it fails and refuses to start with
>> nothing in the log files.
ST> Look in the Applications section in the Windows Event Viewer. That is
ST> where Apache logs before it opens its own log files.
There is
On Mar 20, 2007, at 7:39 PM, Richard Luckhurst wrote:
When I try and start Apache it fails and refuses to start with
nothing in the log files.
Look in the Applications section in the Windows Event Viewer. That is
where Apache logs before it opens its own log files.
[Wed Mar 21 13:09:54
Apache 2.2.4 with mod_ssl
Can someone please confirm that the following is impossible
using only certificates and SSLRequire.
/Directory: only user 1 has access
/Subdirectory to Directory: only user 2 has access
The problem is that, one can either:
b. give access to /D
Hi
I have installed xampp on a windows 2003 box with no problems at all. I have the
security set so that there is now a .htaccess for the htdocs and I am challenged
for the username and password I set up when running the security step of the
xampp installation.
I am now trying to set up a virtua
Hello;
The following is a message I sent to the php-install mailing list. I am
trying to cover all the bases by sending it to this list;
Thanks in advance
I am coming over here from the general questions list with this
situation.
I am using FreeBSD v 6.2.
I have installed Apache v1.3.37
with:
.
On 3/20/07, Charles Michener <[EMAIL PROTECTED]> wrote:
RewriteRule ^([^/]+).htm$ index.php?SKU=$1 [R]
Inside httpd.conf, rewriterules are / based, so you need
RewriteRule ^/([^/]+). /index.php
Also, you'll need to either use RewriteOptions Inherit inside the
, or explicitly put the
On 3/20/07, Charles Michener <[EMAIL PROTECTED]> wrote:
Hi - I'm trying to create a mod_rewrite solution to the following problem:
I want to enter http://www.myvirtualdomain.com/1234abc.htm
and have mod_rewrite translate that URL to
http://www.myvirtualdomain.com/index.php?SKU=1234abc
Also,
Hi - I'm trying to create a mod_rewrite solution to the following problem:
I want to enter http://www.myvirtualdomain.com/1234abc.htm
and have mod_rewrite translate that URL to
http://www.myvirtualdomain.com/index.php?SKU=1234abc
Also, I want the solution to reside within my main Apache 2.
Well, I'm on Servage, and they are running clustered Apache 2 something
This happens regardless of browser I think.
Me myself is running IE6, but I think that others might be running other
stuff with the same problem.
With best regards
Tomas Larsson
Sweden
http://www.tlec.se
http://www.ebaman.com
Im trying to get svn compiled with the mod_dav_svn for httpd 2.2.4. what
is odd is that svn expects APR higher than the latest version of httpd
ships with. Anyone tried this before?
corona /usr/local/src/svn/1.4.3 !# ./configure
--with-apache=/usr/local/src/httpd/2.2.4/
configure: Configuri
Hi josh,
thanks for your reply. I agree with your synopsis that it will be best to
specify the static content directories explicitly and then just proxy
everything. It just means that if they add any more static content directories
then i'll have to add them to the exceptions list.
cheers for
On 3/20/07, Foster, Stephen (ASPIRE) <[EMAIL PROTECTED]> wrote:
I am happy with the ability to setup mod_proxy but i don't want to maintain a
list of URI's to be proxied in my apache configuration, likewise i don't want
to have to re-configure apache if the developers add new directories or co
Ulf Pietruschka wrote:
You need a proxy (mod_proxy).
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html
Ulf
ETANOIL schrieb:
In my httpd.conf it's stated
"
#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, bu
On 3/20/07, Ulf Pietruschka <[EMAIL PROTECTED]> wrote:
Thank you very much for the hint! It solved my problem!
As far as I understand, the first VirtualHost entry is used as default,
even if it contains an explicit server name (or even none), which
differs from the requested server name or IP - s
You can use mod_proxy. Look at
http://httpd.apache.org/docs/2.0/mod/mod_proxy.html
ETANOIL wrote:
> In my httpd.conf it's stated
> "
> #
> # DocumentRoot: The directory out of which you will serve your
> # documents. By default, all requests are taken from this directory, but
> # symbolic links a
You need a proxy (mod_proxy).
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html
Ulf
ETANOIL schrieb:
In my httpd.conf it's stated
"
#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and a
In my httpd.conf it's stated
"
#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "/var/www/html"
"
How do I include my stand
Thank you very much for the hint! It solved my problem!
As far as I understand, the first VirtualHost entry is used as default,
even if it contains an explicit server name (or even none), which
differs from the requested server name or IP - somewhat confusing to me ...
Ulf
Joshua Slive schrie
Hi Gaël,
I'm a bit of an LDAP noob from the administrative side, I've only connected
and queried information from Java Applications. I've installed OpenLDAP on
CentOS 4.3, I'm connecting to LDAP from a Fedora 6 box with Apache 2.2. I
have it partially working thanks to your response! I missed t
Hi there,
I am implementing mod_proxy in order to send all requests to a proxy server but
i want to be able to be able to serve some static content (mostly gifs, jpg's
and CSS files) locally without proxying the requests to the proxy server.
I am happy with the ability to setup mod_proxy but i d
- Original Message -
From: "Andrew E. White" <[EMAIL PROTECTED]>
To:
Sent: Monday, March 19, 2007 3:48 PM
Subject: [EMAIL PROTECTED] Multiple Apache servers advice
> Due to a set of requirements, I am having to setup apache to run with
multiple instances. For the most part we want the
On 3/20/07, Ulf Pietruschka <[EMAIL PROTECTED]> wrote:
I know, this seems to be a known issue, but the already discussed
problems do not seem to solve the issue. I do have a reverse proxy
configuration, but with ProxyRequests disabled (i.e. omitted, default is
"Off") and the virtual host definit
On 3/20/07, Graham Frank <[EMAIL PROTECTED]> wrote:
Hello all,
OS: CentOS 4.4 x86_64
CPU: Dual Intel Xeon E5335 (quad-core)
Kernel: 2.6.20
I've been watching "top" after compiling Apache and in both the worker
and prefork MPM, I've noticed that Apache likes to use the same CPU
core a lot more t
Hi,
I have a problem with the following annoying entries in my server log
(Apache 2.0.59, SuSE Linux 2.6.8-24.24-smp).
...
66.90.101.145 - - [20/Mar/2007:10:33:20 +0100] http://62.4.81.226:25/ HTTP/1.1> 200 491 "-" "-" "-" 62.4.81.226
66.90.101.14 - - [20/Mar/2007:10:36:10 +0100] http://62.93.
Hi there,
I think this might be what your looking for
Setup Apache2 with OpenLDAP Authentication
http://www.opensourcehowto.org/how-to/apache/setup-apache2-with-openldap-authentication.html
there is a heap of other information about apache on my website if you
want to have a look
http://www.op
What browser and server versions are you using? There's recently been
some noise about a bug with recent builds of firefox and Apache 1.3
using apreq (which I'm not sure if PHP uses or not). You can take a
look at https://bugzilla.mozilla.org/show_bug.cgi?id=356470
Issac
Tomas Larsson wrote:
>
On 3/20/07, Todd Nine <[EMAIL PROTECTED]> wrote:
Hi all,
I'm having a bit of trouble getting mod_authz_ldap to work. I have my OU
layout and my posix groups layout included. I'm simply trying to
authenticate the user "tnine" against the group
cn=development,ou=Groups,dc=arocksoftware,dc=com
32 matches
Mail list logo