Re: [EMAIL PROTECTED] http problem

2006-06-06 Thread simon dcunha
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

[EMAIL PROTECTED] Error at stopping Apache 2.2.2 with mod_dbd+pgsql driver

2006-06-06 Thread Evgeny Shirykalov
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

Re: [EMAIL PROTECTED] How do I setup personal webpages in non-standard place?

2006-06-06 Thread Jaqui Greenlees
--- 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

Re: [EMAIL PROTECTED] Running multiple httpd daemons

2006-06-06 Thread William A. Rowe, Jr.
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

[EMAIL PROTECTED] Running multiple httpd daemons

2006-06-06 Thread Peter N Lewis
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

Re: [EMAIL PROTECTED] Apache 2.0.52 - Virtual Hosting stopping well short of 128

2006-06-06 Thread Joshua Slive
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

[EMAIL PROTECTED] Apache 2.0.52 - Virtual Hosting stopping well short of 128

2006-06-06 Thread Arthur Stephens
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

[EMAIL PROTECTED] How do I setup personal webpages in non-standard place?

2006-06-06 Thread Rob Tanner
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

[EMAIL PROTECTED] Apache partial page output

2006-06-06 Thread Roger Harrell
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

Re: [EMAIL PROTECTED] Help with mod_rewrite

2006-06-06 Thread Robert Ionescu
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

[EMAIL PROTECTED] Re: [apachemlen] Re: [EMAIL PROTECTED] [Question]How to flush piped error_log?

2006-06-06 Thread Okamoto Toshiaki
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

Re: [EMAIL PROTECTED] Help with mod_rewrite

2006-06-06 Thread Eric Lemes
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

RE: [EMAIL PROTECTED] mod_proxy_ajp (mod_rewrite) with ssl

2006-06-06 Thread Fenlason, Josh
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

Re: [EMAIL PROTECTED] Help with mod_rewrite

2006-06-06 Thread Robert Ionescu
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

Re: [EMAIL PROTECTED] VirtualHost

2006-06-06 Thread Rainer Sokoll
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

[EMAIL PROTECTED] Help with mod_rewrite

2006-06-06 Thread Eric Lemes
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

Re: [EMAIL PROTECTED] VirtualHost

2006-06-06 Thread Ryan McDonald
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

Re: [EMAIL PROTECTED] Single child process

2006-06-06 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] [Question]How to flush piped error_log?

2006-06-06 Thread Joshua Slive
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

[EMAIL PROTECTED] Apache 2.2.2 random core dumps -- best way to proceed?

2006-06-06 Thread Paul Lindner
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

Re: [EMAIL PROTECTED] no apache given during mod_jk configure for tomcat connector 1.2.15

2006-06-06 Thread John P. Dodge
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

Re: [EMAIL PROTECTED] VirtualHost

2006-06-06 Thread Marcos R. Cardoso
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.

Re: [EMAIL PROTECTED] mod_proxy_ajp (mod_rewrite) with ssl

2006-06-06 Thread Robert Ionescu
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 -

Re: [EMAIL PROTECTED] rewrite rule

2006-06-06 Thread Robert Ionescu
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

Re: [EMAIL PROTECTED] VirtualHost

2006-06-06 Thread Ryan McDonald
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

Re: [EMAIL PROTECTED] Excessive memory consumption

2006-06-06 Thread Joshua Slive
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

[EMAIL PROTECTED] Excessive memory consumption

2006-06-06 Thread John Morrissey
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

Re: [EMAIL PROTECTED] VirtualHost

2006-06-06 Thread Bill Angus
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

Re: RE: [EMAIL PROTECTED] [solved] Authentication Troubles

2006-06-06 Thread kckepple
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

Re: [EMAIL PROTECTED] Weird behaviour when updating error page

2006-06-06 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] Image caching / Expiry times / 304s

2006-06-06 Thread Joshua Slive
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? > >

[EMAIL PROTECTED] Weird behaviour when updating error page

2006-06-06 Thread mathieu.vanbelle
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

Re: [EMAIL PROTECTED] Image caching / Expiry times / 304s

2006-06-06 Thread Matthew Claridge
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

Re: [EMAIL PROTECTED] VirtualHost

2006-06-06 Thread Ryan McDonald
 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

Re: [EMAIL PROTECTED] Image caching / Expiry times / 304s

2006-06-06 Thread Joshua Slive
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. -

Re: [EMAIL PROTECTED] Image caching / Expiry times / 304s

2006-06-06 Thread Matthew Claridge
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

Re: [EMAIL PROTECTED] VirtualHost

2006-06-06 Thread Bill Angus
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

Re: [EMAIL PROTECTED] Image caching / Expiry times / 304s

2006-06-06 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] Image caching / Expiry times / 304s

2006-06-06 Thread Matthew Claridge
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

RE: [EMAIL PROTECTED] VirtualHost

2006-06-06 Thread Boyle Owen
> > 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

Re: [EMAIL PROTECTED] Image caching / Expiry times / 304s

2006-06-06 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-06-06 Thread Richard DeWath
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

Re: [EMAIL PROTECTED] VirtualHost

2006-06-06 Thread Matthew Claridge
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

Re: [EMAIL PROTECTED] VirtualHost

2006-06-06 Thread Marcos R. Cardoso
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

RE: [EMAIL PROTECTED] apache fylesystem consistency

2006-06-06 Thread Boyle Owen
> -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

[EMAIL PROTECTED] apache fylesystem consistency

2006-06-06 Thread riccardo.roasio
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

[EMAIL PROTECTED] [Question]How to flush piped error_log?

2006-06-06 Thread Okamoto Toshiaki
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

RE: [EMAIL PROTECTED] VirtualHost

2006-06-06 Thread Boyle Owen
> -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

[EMAIL PROTECTED] Image caching / Expiry times / 304s

2006-06-06 Thread Matthew Claridge
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

Re: [EMAIL PROTECTED] registered domain name question

2006-06-06 Thread Bjørge Solli
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

[EMAIL PROTECTED] Exception handling - g++

2006-06-06 Thread Chappidi, Sudhakar
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