Thanks for the quick reply.
btw there is a group call apache in /etc/group and also user apache in
/etc/password file
could u pls let me know
appreciate
Regards
Simon
> On 6/4/06, simon dcunha <[EMAIL PROTECTED]> wrote:
>>
>> Dear All
>>
>> i had been using apache web server for more than
Dear All,
I try to use Apache 2.2.2 with mod_dbd and PostgreSQL driver
(apr_dbd_pgsql.so). If connection to database at Apache's startup was
successfull. then httpd gives a lot of error messages at shutdown like
follows:
*** glibc detected *** corrupted double-linked list: 0x081cbef8 ***
These m
--- Rob Tanner <[EMAIL PROTECTED]> wrote:
> I am in the process of building a new server running
> SAMBA for personal
> storage.
>
> We are getting away from shell accounts (no logins)
> and name space
> management will be handled by Active Directory. The
> user will not have
> local account
apachectl should not change significantly, why not just leave it alone
between minor subversion bumps?
Peter N Lewis wrote:
On my server, I run the httpd daemon twice, using almost identical
httpd.conf files, one on the main port (the live server) and one on a
high numbered port (my working dra
On my server, I run the httpd daemon twice, using almost identical
httpd.conf files, one on the main port (the live server) and one on a
high numbered port (my working draft). Then I edit the
files/configuration of the working draft server, restarting it as
necessary. When all changes are in
On 6/6/06, Arthur Stephens <[EMAIL PROTECTED]> wrote:
Quoting...
E. Configuration Question
Why can't I run more than virtual hosts?
Typical values for that we've seen are in the neighborhood of 128 or
250
Mine has stopped at 36 virtual hosts. Well short of 128. Any help?
Apache version
Quoting...
E. Configuration Question
Why can't I run more than virtual hosts?
Typical values for that we've seen are in the
neighborhood of 128 or 250
Mine has stopped at 36 virtual hosts. Well short of 128. Any help?
Apache version 2.0.52
Fedora 3
--
Arthur Stephens
Senior Sal
I am in the process of building a new server running SAMBA for personal
storage.
We are getting away from shell accounts (no logins) and name space
management will be handled by Active Directory. The user will not have
local account and therefore no entries in the password file (it's all
bei
Just recently Apache started truncating it's output. I have a bunch of
database driven sites running on LAMP.
RH Linux 9
Apache 2.0
PHP 4.2.2
MySQL 4.0.17
Recently pages started to not complete. In Firefox the page just partially
loads. Where it truncates seems to be pretty random, but it just app
Eric Lemes wrote:
The problem here is that after the myrepos path, there mustn't be any
changes in the case.
So you need to fine tune the RegEx,
RewriteRule ^/svn/([^/]+)/(.*) /svn/${lower:$1}/$2 [PT]
--
Robert
-
The offici
Thank you Jushua.
T.Okamoto
Joshua Slive wrote:
On 6/6/06, Okamoto Toshiaki <[EMAIL PROTECTED]> wrote:
Hi All:
I would like to know how to flush piped error_log with rotatelogs.
I use Apache 2.0.55.
What do you mean by "flush"?
I mean flush the file stream for error_log.
Situation:
In my post
Thanks Robert.
The problem here is that after the myrepos path, there mustn't be any changes in the case.
Thanks anyway.
[]'s
Eric LemesOn 6/6/06, Robert Ionescu <[EMAIL PROTECTED]> wrote:
Eric Lemes wrote:> I need to rewrite a url, translating to lowercase only the repository dir,> in the exa
Thanks for the tip, but I don't think that's my problem. I just noticed
that Tomcat is getting the request and generating the html from the jsp.
However, by the time it gets back to my browser the content type is
text/plain not text/html like it should be. I'm not sure where the
problem is. My c
Eric Lemes wrote:
I need to rewrite a url, translating to lowercase only the repository dir,
in the example:
http://myserver/svn/MyRepos/AnyDirWithAnyCase
This should be translated to
http://myserver/svn/myrepos/AnyDirWithAnyCase.
I tried RewriteRule (\/.*\/.*) ${lowercase:{$1}} [L], but it d
Ryan McDonald wrote:
> sounds like a firewall issue, is port 443 accessible through your
> firewall?
nmap -P0 -sT -p443 www.bc.furb.br
Starting nmap 3.75 ( http://www.insecure.org/nmap/ ) at 2006-06-06 23:03
CEST
Interesting ports on bc-03.bc.furb.br (200.135.33.8):
PORTSTATESERVICE
44
Hello there,
I'm using apache 2.0.58 to setup a Subversion server.
It's running in Windows 2003 server (against my will), and I having
troubles with SVN + case insensitive file system in some issues that I
think I can solve with mod_rewrite.
I read the manual and tutorials with mod_rewrite and
sounds like a firewall issue, is port 443 accessible through your
firewall?
On 6-Jun-06, at 1:29 PM, Marcos R. Cardoso wrote:
Ok, guys, I've found out the problem and solved it. I was really
calling twice the ssl.conf from inside the httpd.conf (how couldn't
I notice that?), so I'm impo
On 6/6/06, Chappidi, Sudhakar <[EMAIL PROTECTED]> wrote:
I am using Apache 2.0.55 on HP-UX
Can any one know the configuration in httpd.conf to restrict the number of
child processes to ONE like on Windows .I used
-X Switch option but that doesn't help because it spawns a debug-single
child-sin
On 6/6/06, Okamoto Toshiaki <[EMAIL PROTECTED]> wrote:
Hi All:
I would like to know how to flush piped error_log with rotatelogs.
I use Apache 2.0.55.
What do you mean by "flush"?
Joshua.
-
The official User-To-User support f
I'm having a hard time tracking down random core dumps on a large
production site at work. It appears to be a memory corruption problem
somewhere. Checking the core files with gdb I find crc32() and bndm()
called with pointers to invalid memory locations.
I've followed the steps in the debugging
You can ignore this message because you are building with apxs and not an
apache source tree. There is a message displayed wich indicates the apache
binary tree is found through apxs.
On Mon, 5 Jun 2006, johnny page wrote:
> Install apache 2.0.58, tomcat 5.0.28 with no problems, and attempting to
Ok, guys, I've found out the problem and solved it. I was really calling
twice the ssl.conf from inside the httpd.conf (how couldn't I notice
that?), so I'm imposing myself a severe punishment for that (I'm gonna
eat liver for a whole week, eee). Sorry about this unnecessary
brainburning.
Fenlason, Josh wrote:
I think
it's probably something to do with my mod_rewrite configuration,
If you're using a SSL , be sure to either inherit the rules
from the main server config section with the RewriteOptions directive or
repeat the rules in that virtual host.
--
Robert
-
Axel-Stéphane SMORGRAV wrote:
Could you give some explanations wrt. your RewriteCond ? I have never seen
this kind of expressions before.
Yes. \1 is a regEx internal back reference containing everything matched
in the first group (/test/.+)
So assuming a request of /test/index.html (=value o
Bill,Can't send you a sample of my working config files but I'll try and give you a little help. Have you tried to put multiple Listen directives into your single conf file? I still have seperate conf files using httpd.conf and ssl.conf. I have a Listen directive in each.Something like this shou
On 6/6/06, John Morrissey <[EMAIL PROTECTED]> wrote:
I'm having a problem with Apache 2.0.54 (we're running the Debian packages
for 2.0.54-5). Periodically, a single Apache child will rapidly consume all
available memory on the machine - once the memory consumption starts, it
only takes five or t
I'm having a problem with Apache 2.0.54 (we're running the Debian packages
for 2.0.54-5). Periodically, a single Apache child will rapidly consume all
available memory on the machine - once the memory consumption starts, it
only takes five or ten minutes (at most) for it to exhaust available memory
Ryan this is great news!
When working with this, I got rid of the include
files by putting together a single config file which included all the desired
portions. I tried placing the "listen 443" directive everywhere I could think of
that made sense. No matter where it showed up I got an er
Thanks for that bug and the elaborate explanation. Without ever patching
source code before, I was able to patch, compile and test it all
successfully!
- Original Message -
From: Mika Borner <[EMAIL PROTECTED]>
Date: Tuesday, June 6, 2006 1:31 am
Subject: Re: RE: [EMAIL PROTECTED] [solved
On 6/6/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
But when switching the page, for a few minutes (5 minutes or more) I still
received the content of the old page but with the tags of the new one !!
Apache is 2.0.47 (and can't be updated quickly, production system).
Well, it could
On 6/6/06, Matthew Claridge <[EMAIL PROTECTED]> wrote:
on 06/06/2006 15:16 Joshua Slive said the following:
> On 6/6/06, Matthew Claridge <[EMAIL PROTECTED]> wrote:
>
>> Apache does send a Cache-control header of "max-age=0", which if I'm
>> right means it isn't updatiing the expiry time?
>
>
Title: Weird behaviour when updating error page
Hello all !
Here's the scenario :
I have an error page error.htm, currently associated with most error codes (such as 404, through httpd.conf and 'ErrorDocument').
There is also two pages, default.htm and maintenance.htm.
When I run a scr
on 06/06/2006 15:16 Joshua Slive said the following:
On 6/6/06, Matthew Claridge <[EMAIL PROTECTED]> wrote:
Apache does send a Cache-control header of "max-age=0", which if I'm
right means it isn't updatiing the expiry time?
It means the content is marked as expired. What mod_expires con
1st, regarding an earlier comment in this thread... it matters what your platform is: In a windows environment (as far as I could tell after 2-days worth of messing around with configs... ), you cannot actually have name-based v-hosting on port 80, as well as a single SSL v-host on 443, unless you
On 6/6/06, Matthew Claridge <[EMAIL PROTECTED]> wrote:
Apache does send a Cache-control header of "max-age=0", which if I'm
right means it isn't updatiing the expiry time?
It means the content is marked as expired. What mod_expires config
are you using?
Joshua.
-
on 06/06/2006 14:50 Joshua Slive said the following:
On 6/6/06, Matthew Claridge <[EMAIL PROTECTED]> wrote:
on 06/06/2006 14:30 Joshua Slive said the following:
> On 6/6/06, Matthew Claridge <[EMAIL PROTECTED]> wrote:
>> We've looked into mod_expiry, but this doesn't really work,
beca
Dear Marcos:
1st, regarding an earlier comment in this thread...
it matters what your platform is: In a
windows environment (as far as I could tell after 2-days worth of messing around with configs... ), you cannot actually
have name-based v-hosting on port 80, as well as a single SSL v-ho
On 6/6/06, Matthew Claridge <[EMAIL PROTECTED]> wrote:
on 06/06/2006 14:30 Joshua Slive said the following:
> On 6/6/06, Matthew Claridge <[EMAIL PROTECTED]> wrote:
>> We've looked into mod_expiry, but this doesn't really work, because as
>> soon as the expiry time is reached the browser st
on 06/06/2006 14:30 Joshua Slive said the following:
On 6/6/06, Matthew Claridge <[EMAIL PROTECTED]> wrote:
Hi all,
I'm not sure if this is possible, because to me sending 304s is just
"how it all works"!...however, my boss is looking for ways to
prevent a browser continually requesting
>
> Let's clarify what's happening: all that I'm trying is only
> to set the
> Web Server to work with SSL. And, as far as the documentation is
> concerned, it's necessary to configure a VirtualHost to
> listen on Port
> 443, so you can establish a secure connection. But using the
> VirtualH
On 6/6/06, Matthew Claridge <[EMAIL PROTECTED]> wrote:
Hi all,
I'm not sure if this is possible, because to me sending 304s is just
"how it all works"!...however, my boss is looking for ways to
prevent a browser continually requesting images from our apache server -
these requests inevitably
Bill,
I appreciate your suggestions and will use them. My
initial problem was even having phpinfo denied. I
realized that the problem is with changes in apache
2.2.2 httpd.conf. I found a note on that about the
security change. I modified that and now phpinfo
works in the cgi. My next step is
on 06/06/2006 13:50 Marcos R. Cardoso said the following:
Boyle Owen escreveu:
There is no problem for a single instance of apache to have any
number of name-based HTTP VHs on port 80 *and* exactly one HTTPS VH
on port 443. What you can't have is name-based HTTPS VHs.
Regarding the origin
Boyle Owen escreveu:
There is no problem for a single instance of apache to have any number of
name-based HTTP VHs on port 80 *and* exactly one HTTPS VH on port 443. What you
can't have is name-based HTTPS VHs.
Regarding the original post:
But if I use the NameVirtualHost direct
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 06, 2006 12:00 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] apache fylesystem consistency
>
> Hi,
> can anyone explain to me why is not a good idea to have a cgi
> (or perl) scr
Hi,
can anyone explain to me why is not a good idea to have a cgi (or perl) script
that write file on the filesystem using apache web server?
I friend of mine says that is better to use an application server because
using a web server can cause filesystem inconsistency...but i don't know
why!
T
Hi All:
I would like to know how to flush piped error_log with rotatelogs.
I use Apache 2.0.55.
Many thanks.
T. Okamoto
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/user
> -Original Message-
> From: Bill Angus [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 05, 2006 9:54 PM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] VirtualHost
>
> Even with the latest version of Apache SSL service (i.e. on
> port 443) and name-based-virtual-hosting, do
Hi all,
I'm not sure if this is possible, because to me sending 304s is just
"how it all works"!...however, my boss is looking for ways to
prevent a browser continually requesting images from our apache server -
these requests inevitably receive a 304 response and the thinking behind
this
On Tuesday 06 June 2006 01:20, J T wrote:
> This is what I am trying to access (including the IP)
> http://192.168.1.100/mantis
This is a local area ip, it means you are behind NAT (Network Address
Translation). You have a different public ip outside your router/firewall,
see http://whatismyip.c
Hello All,
I am porting my application from Tru64 Unix to HPUX
(Itanium). Now porting is complete and we are doing functionality testing.
While doing functionality testing we have seen some strange runtime problems as
described below.
I am using g++(gcc version 4.0.2 ) on HP-UX 11.1
51 matches
Mail list logo