> -Original Message-
> From: info.raa [mailto:[EMAIL PROTECTED]
> Sent: Dienstag, 24. Januar 2006 19:30
> To: Apache List
> Subject: [EMAIL PROTECTED] path
>
> Hi everyone!
>
> Is anybody know how i limit the path, shown in the browser, to always
> show the adress or ip of the server bu
Forgot the link: http://f-m-c.org/projects/apache/index.php
-Original Message-
From: Axel-Stéphane SMORGRAV
Sent: Wednesday, January 25, 2006 8:54 AM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] External Modules
http://httpd.apache.org/docs/2.0/developer/ is a good starting
http://httpd.apache.org/docs/2.0/developer/ is a good starting point.
There is also something called "The Apache Modeling Project" that has written a
pretty nice document about the Apache server design.
-ascs
-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of William
S
Annie,
You do not specify what version of Apache you are using.
My understanding is that there is a content server somewhere that also hosts
cgi-scripts, and you have put a reverse proxy in front of that server. You do
NOT want CGI scripts to be executed on the reverse proxy.
Have you tested
> A good suggestion. The httpd logs show correct delivery,
> including an exactly correct file length, despite failure.
> This suggested that the problem might be on the receiving
> end. The failure is seen two two boxes of different
> hardware, but with similar win2k systems. I did test it
> wit
Have you searched http://issues.apache.org/bugzilla ??
http://issues.apache.org/bugzilla/show_bug.cgi?id=37145
-ascs
From: Mark Jackson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 24, 2006 8:16 PM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] Large
Hi everybody,
One of our scientist has develop a website with cgi-script, on host with
a private adress.
He needs to be readable throught the internet next month.
Is it possible, throught a virtualHost and proxying to execute the cgi
scripts hosted on his machine ?
On our apache server we ha
Hi,
I have installed Apache 2.0.55 on AIX
5.3 OS. Starting & Stopping apache on this OS takes a long time. I had set
the Loglevel to DEBUG, the apache start & stop operations did not give
any error in error_log file.
I installed Apache 2.0.55 on AIX 5.1
OS. It works fine.
On AIX 5.3, A
Hi everybody,My system info: Win XP SP2.Previously, I have Apache2.0.4X installed. Due to the lost of Uninstaller file, I removed all Apache info from Registry in order to be able to install a newer version.After successfully removing previous version, I always get this alert "The system administra
Hi,
I am trying to use only TLS. I am using the openldap 2.2.28
libraries. Do I need to have ssl supported libraries even if I need only
TLS support.?
I am following through the document
http://info.ccone.at/INFO/Apache/mod/mod_auth_ldap.html#AuthLDAPStartTLS.
I have the
Hi
I am trying to create an external C++ module for input filtering with
Apache 2.0.55 and I have a few questions. 1st does the module have to
be a C module or can it be a C++ module, 2nd what are the esseintials
that my module must consist of to work with Appache and third is there
a stand
On 1/24/06, Jason Keltz <[EMAIL PROTECTED]> wrote:
>
> I would like to do that, but the problem is, I still need to leave the
> .htaccess functionality on the non-ssl side untouched. There are users
> using basic authentication on the non-ssl side, and doing many other
> things in their personal .
Joshua Slive wrote:
On 1/24/06, Jason Keltz <[EMAIL PROTECTED]> wrote:
On Tue, 24 Jan 2006, Joshua Slive wrote:
On 1/24/06, Jason Keltz <[EMAIL PROTECTED]> wrote:
You can use
AuthPAM_Enabled off
in the appropriate to override .htaccess.
Excellent. That does work. However, the aut
On 1/24/06, Jason Keltz <[EMAIL PROTECTED]> wrote:
> On Tue, 24 Jan 2006, Joshua Slive wrote:
>
> > On 1/24/06, Jason Keltz <[EMAIL PROTECTED]> wrote:
> >
> >>> You can use
> >>>
> >>>
> >>> AuthPAM_Enabled off
> >>>
> >>>
> >>> in the appropriate to override .htaccess.
> >>
> >> Excellent. Tha
NameVirtualHost *:80
ServerAdmin root
DocumentRoot /apache/htdocs
ServerName URL
2006/1/25, Joost de Heer <[EMAIL PROTECTED]>:
> > NameVirtualHost 217.114.218.63
>
> >
>
>
>
> >
>
>
>
> You vhost definitions should match the definition of NameVirtualHost.
>
>
On Tue, 24 Jan 2006, Joshua Slive wrote:
On 1/24/06, Jason Keltz <[EMAIL PROTECTED]> wrote:
You can use
AuthPAM_Enabled off
in the appropriate to override .htaccess.
Excellent. That does work. However, the authentication page still
comes up requesting a username/password when I attemp
At 10:50 AM 1/24/2006, Eric Covener wrote:
On 1/23/06, Marty Landman <[EMAIL PROTECTED]> wrote:
> Stymied here. Have the following VH configured:
>
>
>
> Options Indexes FollowSymLinks
> Options +Includes +ExecCGI
Is it kosher to have two Options line
Hi!
I am running
Apache/2.0.55 (FreeBSD) PHP/5.1.1
on FreeBSD 6.0-STABLE
Apache compiles with threads (worker MPM).
There i have a main config file (httpd.conf) with main error and main access log
like this:
User www
Group www
ServerAdmin [EMAIL PROTECTED]
ServerName 84.21.226.213:80
ErrorL
Keith, my problem is not that. I am not running out of physical memory.
But Apache sees it that way and logs an error "Out of Memory"
I have 4GB of RAM on each server and the available RAM is over 2.5GB on
each server. So what memory is Apache runing out of ?
regards
- - - - - - - - - - - - - -
On 1/24/06, Jason Keltz <[EMAIL PROTECTED]> wrote:
> >
> > You can use
> >
> >
> > AuthPAM_Enabled off
> >
> >
> > in the appropriate to override .htaccess.
>
> Excellent. That does work. However, the authentication page still
> comes up requesting a username/password when I attempt to visit
Joshua Slive wrote:
On 1/24/06, Jason Keltz <[EMAIL PROTECTED]> wrote:
Joshua Slive wrote:
On 1/24/06, Jason Keltz <[EMAIL PROTECTED]> wrote:
Hi.
I'm running Apache 1.3.34, and have a question that I was hoping someone
might be able to help me with.
I have two virtual hosts - one for sta
The bug is in my code. I was calling $r->rflush() before sending the
content.
Khai
From: Joshua Slive <[EMAIL PROTECTED]>
Reply-To: users@httpd.apache.org
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Transfer-Encoding: chunked
Date: Tue, 24 Jan 2006 15:29:35 -0500
On 1/24/06, K
On 1/24/06, Jason Keltz <[EMAIL PROTECTED]> wrote:
> Joshua Slive wrote:
> > On 1/24/06, Jason Keltz <[EMAIL PROTECTED]> wrote:
> >
> >>Hi.
> >>
> >>I'm running Apache 1.3.34, and have a question that I was hoping someone
> >>might be able to help me with.
> >>
> >>I have two virtual hosts - one fo
> NameVirtualHost 217.114.218.63
>
>
You vhost definitions should match the definition of NameVirtualHost.
Joost
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/u
Joshua Slive wrote:
On 1/24/06, Jason Keltz <[EMAIL PROTECTED]> wrote:
Hi.
I'm running Apache 1.3.34, and have a question that I was hoping someone
might be able to help me with.
I have two virtual hosts - one for standard HTTP, and the other for
HTTPS. All I want to be able to do is to enab
The bug is in my own code. I called $r->rflush() before
$r->headers_out->add("Content-Length",length($content)). This somehow also
seem to trigger the response header Transfer-Encoding: chunked
Khai
From: "Octavian Rasnita" <[EMAIL PROTECTED]>
Reply-To: users@httpd.apache.org
To:
Subject:
On 1/24/06, Khai Doan <[EMAIL PROTECTED]> wrote:
> Hello everyone,
>
> I am trying to tune my apache mod_perl server, and I notice that it is
> sending response header Tranfer-Encoding: chunked . What is this for? What
> module is sending this? Is there a way to prevent this ?
It is the core se
On 1/24/06, Jason Keltz <[EMAIL PROTECTED]> wrote:
> Hi.
>
> I'm running Apache 1.3.34, and have a question that I was hoping someone
> might be able to help me with.
>
> I have two virtual hosts - one for standard HTTP, and the other for
> HTTPS. All I want to be able to do is to enable one modul
Hello everyone,
I am trying to tune my apache mod_perl server, and I notice that it is
sending response header Tranfer-Encoding: chunked . What is this for? What
module is sending this? Is there a way to prevent this ?
Thank you.
-
Hi.
I'm running Apache 1.3.34, and have a question that I was hoping someone
might be able to help me with.
I have two virtual hosts - one for standard HTTP, and the other for
HTTPS. All I want to be able to do is to enable one module
(mod_auth_pam actually) in the https virtualhost, and NO
Hi there,
I have a server with serveral virthosts and ips.
All virthosts are working as I want.
But pellar.de is redirecting to first one. In the script
weddingdaycompny.de
I played something arround.
Is there a way to debug apache and show what it is doing?
Greetings
Michael
NameVirtualHost 217.
Title: Re: [EMAIL PROTECTED] Apache 2.0 on RedHat EL 4 - httpd process will not start
Deal...
On 1/24/06 10:31 AM, "Kermit Short" <[EMAIL PROTECTED]> wrote:
Gary-
I set the config file to disable SELinux entirely, rebooted the server, and the daemon now launches. If you’re ever i
I'm having trouble with Large SSL forms when I upgrade to Apache 2.0.55.
I have a Reverse Proxy setup that passes information along to a backend server. On Forms that are above a certain size, it seems to chop off the beginning of the request. This only happens with the form when it is proxie
On 1/24/06, info. raa <[EMAIL PROTECTED]> wrote:
> Thanks for the reply.
> It is really a security measure, since i'm developing an erp with mysql.
> Do you know how it is done? I dont want to bookmark any pages or so.
> Your last solution works right away. Thanks.
Why shouldn't they be able to bo
At 18:51 +0100 1/24/06, David Knecht wrote:
>My question: I would like to configure Apache 2.0.52 for Linux to read the
>file /xxx/yyy/zzz/file instead of /aaa/bbb/../ccc/file whenever
>/aaa/bbb/../ccc/file is read.
Does apache follow symbolic links? It surely follows hard links if the files
ar
Hi,
I was wondering if anyone can shed any light on performance limits with
web services. Apache is used as the HTTP server for a web service. The
web service is called by another server, so there is only one client for
this web service.
The HTTP 1.1 specification says that only 2 simultaneous c
Thanks for the reply.
It is really a security measure, since i'm developing an erp with mysql.
Do you know how it is done? I dont want to bookmark any pages or so.
Your last solution works right away. Thanks.
Can i ask some other thing?
Is there anyway to prevent the same user/password to be acce
On 1/24/06, info. raa <[EMAIL PROTECTED]> wrote:
> Hi everyone!
>
> Is anybody know how i limit the path, shown in the browser, to always
> show the adress or ip of the server but never the directory or files
> that was used to show the html?
That's a really bad idea. It destroys one of the most
Title: Re: [EMAIL PROTECTED] Apache 2.0 on RedHat EL 4 - httpd process will not
start
Gary-
I set the config file to
disable SELinux entirely, rebooted the server, and the daemon now launches. If
you’re ever in New Mexico,
look me up, I OWE YOU LUNCH!! Thanks a million!!
Hi everyone!
Is anybody know how i limit the path, shown in the browser, to always
show the adress or ip of the server but never the directory or files
that was used to show the html?
I'm using apache 2.0.52
Thanks a bunch!
kbl_Master
--
On 1/24/06, David Knecht <[EMAIL PROTECTED]> wrote:
> This is probably an easy one but I did not find a solution so far:
>
> A cgi script is trying to read the file /aaa/bbb/../ccc/file. As this
> file does not exist on the server, error_log reports this error message:
>
> [Tue Jan 24 18:44:52 2006
Title: Re: [EMAIL PROTECTED] Apache 2.0 on RedHat EL 4 - httpd process will not start
Kermit,
Unforuntately I don’t run selinux but we choose it once for a server build and nothing worked right. When we did disabled it then everything magically worked. I guess there are some settings for ser
On 1/24/06, Mario Ohnewald <[EMAIL PROTECTED]> wrote:
> When i tried to write a file to my homedir with php´s fwrite i got
> permission denied. So i guess its like you already told me.
> Php is not using the suexec yet.
>
> What documentation will i need next?
> (i found a few, but they are mostly
Title: Re: [EMAIL PROTECTED] Apache 2.0 on RedHat EL 4 - httpd process will not
start
Gary-
Wow!
Indeed, somehow SELinux was enabled. I’ve disabled it in the config
file, but knowing nothing about SELinux, I don’t know what else I need to
do…your input is gratefully welcomed!
This is probably an easy one but I did not find a solution so far:
A cgi script is trying to read the file /aaa/bbb/../ccc/file. As this
file does not exist on the server, error_log reports this error message:
[Tue Jan 24 18:44:52 2006] [error] [client 192.168.94.1] Can't access
file /aaa/bbb
Kermit,
Yes, that does clarify things quite a bit.
Thank you,
Brian.
-Original Message-
From: Kermit Short [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 24, 2006 9:30 AM
To: [EMAIL PROTECTED]; users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] Apache2 on Debian
Brian-
Wel
Brian-
Well, you're starting to get into sticky ground. When uploading to
the directory, you'll need it to be world Writeable as well as readable. In
this situation, I've usually created a group (I.E. wwwuser) and have the
directory tree and all subs owned by root:wwwuser. Add the apache
Hello Joshua,
On Tue, 2006-01-24 at 11:16 -0500, Joshua Slive wrote:
> On 1/24/06, Mario Ohnewald <[EMAIL PROTECTED]> wrote:
> > Hello List.
> >
> > I am running apache2 (2.0.54-5) on Sarge.
> >
> > Where can i go from here? How could i debug this problem a little
> > further?
>
> What's the prob
On 1/24/06, Mario Ohnewald <[EMAIL PROTECTED]> wrote:
> Hello List.
>
> I am running apache2 (2.0.54-5) on Sarge.
>
> Where can i go from here? How could i debug this problem a little
> further?
What's the problem exactly? You haven't told us exactly what you are
trying to do and how it is failin
Hello List.
I am running apache2 (2.0.54-5) on Sarge.
Where can i go from here? How could i debug this problem a little
further?
Error:
-
cat /var/log/apache2/suexec.log
[2006-01-24 16:55:55]: too few arguments
Configs and Logs:
---
Hello everyone.
I've looked for this question but can't find it in the mailing list
archive. So, if there is an answer in a old thread, point to me...
I'm using the httpd authentication (.htaccess and .htpasswd) for an
cgi-bin/test dir. What I'm trying to do is another cgi (in shell
script) that
> > 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 (th
On 1/23/06, Marty Landman <[EMAIL PROTECTED]> wrote:
> Stymied here. Have the following VH configured:
>
>
>
> Options Indexes FollowSymLinks
> Options +Includes +ExecCGI
Is it kosher to have two Options lines?
Is it kosher to mix +/- and non +/- Option
Kermit,
The reason I asked was that I seem to remember (been a long time since I
installed and configured apache) that it was suggested that the directory
that holds the web site (/var/www) be owned by someone other than root (such
as www-data:www-data) and the other directories were owned by root
Thank you for your reply.
Brian.
-Original Message-
From: Devraj Mukherjee [mailto:[EMAIL PROTECTED]
Sent: Monday, January 23, 2006 6:46 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Apache2 on Debian
Hi Brian,
I am not a debian user but I wouldn't think that it matters
Brian-
Your question depends on what you mean by "everything". If you're
talking strictly about the directories that hold static files, it's fine
that root owns it. Please note, however, that that it should be "world
readable" or else the www-data user/group won't be able to even read it,
Well, first things first... Did the module actually linked the ssl
libraries ? Which libraries did you tried to link it to ? iPlanet's
only support SSL...
Also, you need to tell apache where the certs are, ie
LDAPTrustedGlobalCert, LDAPTrustedClientCert and LDAPTrustedMode.
Read more http://ht
> -Original Message-
> From: Marty Landman [mailto:[EMAIL PROTECTED]
>
> Will look at it again this afternoon with a clearer head.
Look especially at the error_log - it will tell you *exactly* why the
request is failing...
(I did mention this earlier but you appear to have overlooked it.
At 03:17 AM 1/24/2006, Boyle Owen wrote:
> -Original Message-
> From: Marty Landman [mailto:[EMAIL PROTECTED]
> Sent: Dienstag, 24. Januar 2006 03:30
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] SSI won't run unless .htaccess in sub-dir
>
> Stymied here. Have the following VH
Hi,
Use the following method:
$r->set_content_length(length($content));
Upgrading mod_perl is also a good idea.
Teddy
- Original Message -
From: "Khai Doan" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, January 24, 2006 6:11 AM
Subject: [EMAIL PROTECTED] mod_perl not sending Content-Length
>From what I have been reading, if I understand it correctly,
apache will try to hang on to as much memory it has
allocated for processes from the OS, even when it is not to
busy anymore. This directive should limit the amount of
memory you allow apache to cling to, after a busy period.
Othe
Thankyou for correcting me on that Axel - point taken ;-)
Keith
In theory, theory and practice are the same;
In practice they are not.
On Tue, 24 Jan 2006, Axel-Stéphane SMORGRAV wrote:
> To: users@httpd.apache.org
> From: Axel-Stéphane SMORGRAV <[EMAIL PROTECTED]>
> Subject: RE: [EMAIL PRO
> -Original Message-
> From: Marty Landman [mailto:[EMAIL PROTECTED]
> Sent: Dienstag, 24. Januar 2006 03:30
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] SSI won't run unless .htaccess in sub-dir
>
> Stymied here. Have the following VH configured:
>
>
> ServerName
Since when did libexpat become a module??
The symbol XmlInitUnknownEncoding is defined in
srclib/apr-util/xml/expat/lib/xmltok.c which is part of libexpat. So its plain
impossible for XmlInitUnknownEncoding not to be defined.
Have you tried to do an "ldd -v libexpat.so.0" to see if there is any
64 matches
Mail list logo