> But how about the sticky session? Will I lost all the web sessions from
> the primary httpd? I use the Apache webserver to load balance a set of
> tomcats.
>
Never had a set-up like this, Googling should give you some intereting
links (seems that sessions should be stored on a backend database
> -Original Message-
> From: Marty Landman [mailto:[EMAIL PROTECTED]
> Sent: Montag, 23. Januar 2006 04:01
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] samba artifact on error log?
>
> I've been annoyed by entries like this
>
> [Sun Jan 22 19:22:04 2006] [error] [client 192.
hi all, i have axis c++ 1.5 windows binary version installed on apache2, in the manual it was mentioned 2 ways to create webservice and explained the method that starts from wsdl. But 1st method was not explained.( NOTE: wcg.exe in frozen state) Do any one have idea about how to generate wsdl from
I have the following configuration.
DirectoryIndex index.html index.htm index.php index.php3
ServerName suexec2.ambra.ro
SuexecUserGroup suexec2 suexec2
DocumentRoot /var/www/suexec2.ambra.ro
Action application/x-httpd-php /cgi-bin/suexec2.ambra.ro/php-cgi
ScriptAlias /suexec2c
Hi,
I've been bashing my head against the wall with this problem for a
while now and apart from a headache haven't really got anywhere.
I currently have Apache (2.0.54 but I've tried 2.0.55), built from
source, running as an accelerator to several backends. Without getting
too deep into h
Hi ,
We have lot of intranet server http://products ,
http://sales
,http://market. I want to access the intranet server from internet
through my gateway server http://gatewaryserver. I have installed
apache on gateway server. I would like to redirect all the request to
appropriate intranet serv
Also when I start the apache I receive the following warning: "Warning:
SuexecUserGroup directive requires SUEXEC wrapper.";
Suexec binary is in /usr/sbin
And apache is compiled with the option "SUEXEC_BIN="/usr/sbin/suexec".
The command "httpd -V |grep -i suexec" prints " -D
SUEXEC_BIN="/usr
Neil A. Hillard wrote:
Hi,
I've been bashing my head against the wall with this problem for a
while now and apart from a headache haven't really got anywhere.
I currently have Apache (2.0.54 but I've tried 2.0.55), built from
source, running as an accelerator to several backends. Wi
It seems it is a
bug(http://www.mailarchives.org/list/apache-httpd-bugs/msg/2005/02170).
But I can't find no patch, and information if this problem was solved or
not.
Is the latest version (2.2.0) fixed?
Sterpu Victor wrote:
Also when I start the apache I receive the following warning:
"War
has your /usr/sbin/suexes the appropriate rights with the sticky bit set.
Like this
-r-sr-xr-x 1 root root 31703 Dec 12 11:27 suexec
If not, than you will get this with these commands
chmod 4555 /usr/sbin/suexec
chown root:root /usr/sbin/suexec
bye
Oliver
___
Yes, it has the propper rights.
[EMAIL PROTECTED] wrote:
has your /usr/sbin/suexes the appropriate rights with the sticky bit set.
Like this
-r-sr-xr-x 1 root root 31703 Dec 12 11:27 suexec
If not, than you will get this with these commands
chmod 4555 /usr/sbin/suexec
chown root:
Hi,
I am trying, without any success, to use gnu httptunnel
(http://www.nocrew.org/software/httptunnel.html).
The client as well as the server (htc and hts) starts to dialog and then
hang waiting for datas, as if httpd is waiting for more data before
sending.
Reading an old thread "reverseproxy u
I installed apache 2.2.0 and I have exactly the same problem.
It would be useful if someoune could confirm that apache 2 does not work
with suexec, so I could try a apache 1.3.
Or if someoane could say that apache 2 and suexec were tested an working.
[EMAIL PROTECTED] wrote:
has your /usr/sbi
Hi,
Robert Ionescu wrote:
Neil A. Hillard wrote:
Hi,
I've been bashing my head against the wall with this problem for a
while now and apart from a headache haven't really got anywhere.
I currently have Apache (2.0.54 but I've tried 2.0.55), built from
source, running as an accelera
I compiled Apache/1.3.34 with suexec.
This version is working.
Sterpu Victor wrote:
I installed apache 2.2.0 and I have exactly the same problem.
It would be useful if someoune could confirm that apache 2 does not
work with suexec, so I could try a apache 1.3.
Or if someoane could say that ap
Hallo,
I'm trying to compile httpd 2.2.0 on solaris 8 and enabling shared libs
via using the configuration:
./configure --prefix=/home/www/httpd-serv_2.2.0/ --enable-so
The configuration, make and make install steps seem to run without
problems. But when I try to start the server processe
As for the original problem you're trying to solve, if you turn
ProxyPreserveHost Off and you add hostname.example.com (the DNS name of the
reverse proxy host itself) with IP 10.11.12.13 (the IP of the Exchange server)
to your /etc/hosts on the reverse proxy, you won't need to bother with
mod_p
Hi,
I'm in the process of moving an existing website from a shared host to
a dedicated server. The dedicated server is running CentOS 4, Apache
2.0.52 and PHP 4.3.9.
The site is PHP based and a few forms on the site upload files.
The uploaded file is stored in the /tmp directory and then moved t
David Wolever wrote:
I have noticed that mod_autoindex ignores the IndexIgnore
directive if there is more than one slash after the
domain name.
I reopened bug 16013, I can confirm this behavior, too.
--
Robert
-
The official
Hi,
I searched the web, apache documentation and mailing lists about this issue.
Either nobody mentioned this before or i missed a simple point somewhere.
Whatever, here is the deal:
I used .htaccess file in order to protect a directory using basic
authentication. Authentication works well but m
> -Original Message-
> From: M. Emrah Parlakay [mailto:[EMAIL PROTECTED]
>
> I used .htaccess file in order to protect a directory using basic
> authentication. Authentication works well but my problem is
> that i can not
> see my protected directory in the parent directory's
> director
It may be that Apache does not like the lib/libexpat.so
module. Try commenting it out in httpd.conf. See if Apache
will start then. If so, then that is obviously where the
problem is.
Keith
In theory, theory and practice are the same;
In practice they are not.
On Mon, 23 Jan 2006, Harald Fa
Hey gang. I've got a problem that's been giving me fits for the past several
days and I just can't figure out what's wrong. Here's the situation:
I've got an Apple Xserve, with a standard install of Apache 2.0.55 with mod_ssl.
The server has 2 IP addresses assigned to it, lets call them foo.d
Woops, that's www.umich.edu/~malth/gaptuning/apache.
-Original Message-
From: Covington, Chris [mailto:[EMAIL PROTECTED]
Sent: Mon Jan 23 08:54:36 2006
To: users@httpd.apache.org
Subject:RE: [EMAIL PROTECTED] mod_proxy_html doesn't rewrite as
commanded
As for the origin
On 1/23/06, java_nutt wrote:
> Greetings to all! My name is James and I am new to this list.
> I'm working on learning Apache, HTTP, and all that jazz. I have
> an Apple Powerbook running OS X 10.4.4, and I would like to
> know if it is safe and/or possible to uninstall Apache.
James--
Have you
It will work. never mind removing the instalation of apache that comes
with the osx.
On 23 de Jan de 2006, at 2:52 PM, Eliah Kagan wrote:
On 1/23/06, java_nutt wrote:
Greetings to all! My name is James and I am new to this list.
I'm working on learning Apache, HTTP, and all that jazz. I hav
The location of web docs on Mac are /Library/Webserver/DocumentsYou can check this by looking in /etc/httpd/ht tpd.conf for line that says: DocumentRootApache 2 can be installed over apache 1.3.xOn Jan 23, 2006, at 1:10 AM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote:Reason being, I learn best by
Hi,
I've URLs of the form:
http://wampum.wabanaki.net/vault/2006/01/002284.html
...
I'd like to redirect these to the base URL
http://wampum.wabanaki.net
or to yet another URL
http://wampum.wabanaki.net/vault/koufax/koufax05/
Suggestions please?
Eric
is /tmp world writable?On 1/23/06, Niall Mullally <[EMAIL PROTECTED]> wrote:
Hi,I'm in the process of moving an existing website from a shared host toa dedicated server. The dedicated server is running CentOS 4, Apache2.0.52 and PHP 4.3.9.The site is PHP based and a few forms on the site upload fil
On 1/23/06, Gerry Danen <[EMAIL PROTECTED]> wrote:
is /tmp world writable?I guess, I'm asking to make sure. I had a similar problem and it turned out that when I double-checked, /tmp was not world writable...Gerry
I use apache 2.0.52. I found a message in the archive and learned that the
easiest solution is to upgrade to 2.2 and use the ShowForbidden IndexOption.
thanks for the response
-Original Message-
From: Boyle Owen [mailto:[EMAIL PROTECTED]
Sent: Monday, January 23, 2006 5:39 PM
To: users
I’m having trouble getting the HTTPD process to kick
off. I receive an error message when trying to start the daemon SYSV style
(using the init.d startup script): httpd: bad user name apache.
I have searched and searched, can’t find a thing. I’ve
re-installed the RPMs from the origina
I had a similar problem on SuSE Linux 8.2 pro.
Initially, for testing I changed the permissions of /tmp to
the same perms as apache, and it worked.
I now have the following permissions on tmp:
drwxrwxrwtroot root 12288 Jan 23 20:15 tmp
Seems to be working OK for me.
Keith
In t
What about creating a unique user account and group for
apache to run under. Then setting httpd.conf for apache to
use that user and group?
Keith
In theory, theory and practice are the same;
In practice they are not.
On Mon, 23 Jan 2006, Kermit Short wrote:
> To: users@httpd.apache.org From
On 1/23/06, or in Portland Maine Eric Brunner-Williams at a VSAT
somewhere <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've URLs of the form:
> http://wampum.wabanaki.net/vault/2006/01/002284.html
> ...
>
> I'd like to redirect these to the base URL
> http://wampum.wabanaki.net
> o
I've tried creating a different user called www-data (group of same name,
group populated with that user) and still received the same error message.
I've set the web daemon's username to my username, (NIS not local) and it
launched successfully. I believe the only difference is that my account may
In this line you sould put the certificate of your rootCA which has signed your
certificate.
SSLCACertificatePath /usr/local/apache2/conf/ssl.crt/.crt
"VerifyDepth 5" seems to be to high because than you need certificates in chain
up to 5
like (e.g.cert1 + cert2 +cert3 +cert4 +rootCA) but you o
Just thought I would let you all know that this does work perfectly. My
problem was that I had the server certificate and not the CA certificate.
Thanks,
Grant
> -Original Message-
> From: Sturgis, Grant
> Sent: Friday, January 20, 2006 10:40 AM
> To: 'users@httpd.apache.org'
> Subj
Robert Ionescu wrote:
> David Wolever wrote:
>> I have noticed that mod_autoindex ignores the IndexIgnore
>> directive if there is more than one slash after the
>> domain name.
Dirty fix (untested):
RewriteCond %{REQUEST_URI} (.*)/{2,}(.*)
RewriteRule (.*)/{2,}(.*) $1/$2 [N]
Joost
> Listen 129.170.xxx.yyy:443
> SSLEngine on
Use SSLEngine in the SSL vhost, not in the general configuration part.
Joost
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/u
Kermit,
I think you missed the point. In order to run Apache under the user apache
and group apache they must have a group and a user with that same name.
By default RHEL 4 creates the user/group apache as follows:
passwd: apache:x:48:48:Apache:/var/www:/sbin/nologin
group: apache:x:48:
If th
Thanks to Gary and Keith for their input! Indeed, RHEL 4
did create the apache accounts. In an attempt to verify that the accounts were
not created improperly, I manually created another non-administrative account
and attempted to launch the daemon under that identity. Both attempts fail
Hello everyone,
I'm interested in whether or not people running Apache2 on Debian 3.1 create
a separate user for the web directory (/var/www/xxx).
The default install has root owning everything, but starting the web server
as www-data.
Thank you,
Brian.
Hello all,
We recently migrated from a very stable Solaris 8 /Apache2.0.48/Siteminder
Web Agent platform to SLES 9.1 on IBM Blade (Intel) servers running
Apache 2.0.54 with 4 GB of RAM.
We have 3 load balanced servers and each are running 3 instance of
Apache2.0.54.
Almost on a daily basis w
Title: Re: [EMAIL PROTECTED] Apache 2.0 on RedHat EL 4 - httpd process will not start
Kermit,
You don’t lunch it under the non-privileged account. You luanch it under root and then Apache will change the thread to run under the user your specify under the configuration file. As mentioned bef
Title: Re: [EMAIL PROTECTED] Apache 2.0 on RedHat EL 4 - httpd process will not
start
Gary-
I understand. I’m not
logging in as these users. What I meant by saying that I attempted to run
apache as the users “apache” and “www-data”, was that I
specified those usernames in the
Is this of any relevance Jignesh?
MaxMemFree Directive
Description:
Maximum amount of memory that the main allocator is allowed
to hold without calling free()
Syntax:
MaxMemFree KBytes
Default:
MaxMemFree 0
Context:
server config
Status:
MPM
Module:
beos, leader, mpm_netware, prefork, thr
Thanks Kieth, well I learned something new, but no I do not have the
parameter set anywhere in my conf. So MaxMemFree should be unlimited,
right ?
regards
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
Jignesh Badani
Intranet/Extranet Technical Services
[EMAI
Using Fedora Core 2.6.14-1.1653_FC4 and apache httpd-2.0.54-10.3
I have a web site in which there are soft links from directories
containing http files to directories containing jpg files. These
links are all constructed using a simple installation script, and
there are many such links.
They all
Stymied here. Have the following VH configured:
ServerName bening1
Userdad
Group dad
DocumentRoot/mnt/web/guide/bening1/www
DirectoryIndex index.html index.htm index.shtml index.shtm index.cgi
Options
Hi Brian,
I am not a debian user but I wouldn't think that it matters who owns the
script unless the apache process has to write back to the files/directories.
For example if you are running a CMS then it would matter or an
application that uploaded pictures etc.
Devraj
Brian Street wrote:
Title: Re: [EMAIL PROTECTED] Apache 2.0 on RedHat EL 4 - httpd process will not
start
Kermit,
I know that it runs
fine out of the box as we have multiple RHEL 4 servers. Did you enable selinux
by chance as part of the configuration? I recall this being a problem some
time ago for som
Hello everyone,
I have Fedora Core 2 which has Apache/2.0.51 and mod_perl-1.99_12-2.1 . I am using mod_perl to generate dynamic content, and I always know the length of the content I will be sending to the browser. So I have Keep-Alive On. In my code, I call:
$r->headers_out->add("Content-Le
This topic is something that WAS JUST covered on the list.
Try the link below. Also you can Google (YOUR friend) and
that will help also.
http://www.google.com/search?hl=en&q=cron&btnG=Google+Search
has a listing (TOP) that is for someone new to cron. Yes, and also
ask the question on the lis
Hi,
I want to configure proxypass values dynamically per request.
Depends upon the url request , I will configure the proxypass value
dynamically. Once the request process is over , the corresponding
proxypass configuration values should be deleted from server
configuration.
Is it posssible to c
> The appropriate directories all have SymLinksIfOwnerMatch (and all
> owners match). In my debugging effort I tried FollowSymLinks.
>
> In case "the last link" made might be the problem, changed the order
> by changing the first letter of the directory in question to upper
> case (they are usual
56 matches
Mail list logo