Re: [EMAIL PROTECTED] Apache sending back incorrect Content-length and Content-type values for ErrorDocument

2007-02-25 Thread Nick Kew
On Sun, 25 Feb 2007 01:11:05 -0500 Bob Kline <[EMAIL PROTECTED]> wrote: > HTTP/1.1 500 Internal Server Error > Date: Sun, 25 Feb 2007 03:16:46 GMT > Server: Apache/2.2.3 (Debian) > Content-Length: 0 > Connection: close > Content-Type: text/x-python Insufficient information. What's the actual er

[EMAIL PROTECTED] http and http3 config ( Virtual Host ) problem

2007-02-25 Thread edwardspl
Dear All, For the Virtual Host config of http and https ( apache 2.2.x ) : NameVirtualHost *:80 NameVirtualHost *:443 ... ServerName www.domain.tld ServerAlias domain.tld *.domain.tld DocumentRoot /www/domain ... ... ServerName www.otherdomain.tld DocumentRoot /www/otherdomain ... Is thes

Re: [EMAIL PROTECTED] Apache sending back incorrect Content-length and Content-type values for ErrorDocument

2007-02-25 Thread Bob Kline
Nick Kew wrote: > Insufficient information. What's the actual error here? > Can't run the script (if so why?) Runs but crashes? > Runs OK but generates an HTTP error within the script? > Or??? > The script throws an exception before sending any output to the standard output file. Here's what'

[EMAIL PROTECTED] Localhost contra the outside world

2007-02-25 Thread ETANOIL
I am running Apache v2.2.2-1.2.x86_64 with default layout of Fedora Core 5 on a 64 bit HP Pavillon machine. I have a static IP address and my website is placed in /var/www/html, there are at the moment only 'dead' HTML files. The DNS for my static IP address is placed at an ISP, Network Solution

Re: [EMAIL PROTECTED] Apache sending back incorrect Content-length and Content-type values for ErrorDocument

2007-02-25 Thread Bob
Bob Kline wrote: Before filing a bug report, I want to check with the list to see if I'm missing something or if this is a known bug and I just haven't found it in the database. Take a look at PR 39710 (http://issues.apache.org/bugzilla/show_bug.cgi?id=39710), this seems to be quite similar t

[EMAIL PROTECTED] Apache and Oracle

2007-02-25 Thread ETANOIL
I am running Apache v2.2.2-1.2.x86_64 with default layout of Fedora Core 5 on a 64 bit HP Pavillon machine. I have a static IP address and my website is placed in /var/www/html, there are at the moment only 'dead' HTML files. The DNS for my static IP address is placed at an ISP, Network Solution

[EMAIL PROTECTED] Re: Question about mod_rewrite

2007-02-25 Thread Jean-Philippe Battu
Hi Olivier and httpd users ! Sorry for my delay of replying since my last post. Thanks Olivier for your answer ! In my configuration, I use RewriteEngine to on when I try to setup this configuration I tried to change the RewriteRule from (.+) to .+ and to add [P] (In this case I needed to set up

Re: [EMAIL PROTECTED] Localhost contra the outside world

2007-02-25 Thread Eric Covener
On 2/25/07, ETANOIL <[EMAIL PROTECTED]> wrote: http://127.0.0.1:/MyProj/faces/index.jsp. A link to that address in one of my html files in /var/www/html results in a display of the index.jsp provided I'm operating on my own machine (localhost). But clicking the link from the outside Internet

Re: [EMAIL PROTECTED] Charset config of apache 2.x

2007-02-25 Thread Matus UHLAR - fantomas
On 21.02.07 23:45, [EMAIL PROTECTED] wrote: > I just change the config of apache 2.x : > # AddDefaultCharset UTF-8 > AddDefaultCharset Big5 > > But the result of display ( IE ) still utf-8... > So, how to fix the problem ? doesn't the page contain in headers something like this? -- Matus UHLAR

Re: [EMAIL PROTECTED] Help: GIFs that are in same directory as PERL script are being executed

2007-02-25 Thread Matus UHLAR - fantomas
On 23.02.07 14:27, Stephen Truxton wrote: > Background: > - Because of my Cricket installation, I've had to put > GIFs in the same directory as some perl scripts. makes not a problem > - The perl scripts are in a user directory so I had > to modify suse_public_html.conf to allow scripts to > ex

[EMAIL PROTECTED] mod_proxy and intermittant 502s - is my config incorrect?

2007-02-25 Thread Dmitri Colebatch
Hi all, I'm trying to track down an intermittant problem with our apache servers where they intermittantly serve 502 responses when I believe they should be able to contact the server. Our situation is that we have apache sitting in front of BEA Weblogic (both 8.1 and 9.1). We are simply using

[EMAIL PROTECTED] setting up and apache and php.

2007-02-25 Thread Steve R Burrus
can anyone please tell me where the direcive goes in apache's httpd.conf file : # configure the path to php.ini PHPIniDir "C:/php" I am trying [again] to integrate apache with php and it is still not the most intuitive thing for me to do I must admit!

Re: [EMAIL PROTECTED] setting up and apache and php.

2007-02-25 Thread Sander Temme
On Feb 25, 2007, at 1:51 PM, Steve R Burrus wrote: can anyone please tell me where the direcive goes in apache's httpd.conf file : # configure the path to php.ini PHPIniDir "C:/php" It can go absolutely anywhere in the configuration file. I am trying [again] to integrate apache with php a

[EMAIL PROTECTED] Getting SSL to work with Apache2 on SUSE 9.2

2007-02-25 Thread Chris W
I am having lots of problems getting SSL to work on my SUSE9.2 machine. Is there anyone here that would be willing to do it for me for a reasonable fee? I have gone through all the setup with godaddy to buy the certificate and made the conf changes I thought I needed to but am getting no whe

[EMAIL PROTECTED] apache2 stack trace

2007-02-25 Thread Frank Ritchie
Hi all, some help on the following stack trace would be appreciated. Relevant info: Red Hat Enterprise 4 Apache 2: httpd-2.0.46-57.ent -- Httpd is crashing quite frequently on a server. The stack trace is always: (gdb) bt #0 0x00442067 in ___newselec

[EMAIL PROTECTED] getting source via subversion

2007-02-25 Thread Sam Carleton
I am using subversion of my own project and it is working fine internally, but I cannot figure out how to get the current apache source via subversion. I have tried with and without the final slash and neither work. I have tried both checkout and export, neither work. Does anyone have any thoug

Re: [EMAIL PROTECTED] getting source via subversion

2007-02-25 Thread Sander Temme
Hi Sam, On Feb 25, 2007, at 7:35 PM, Sam Carleton wrote: Execute: Checkout Error: Error while performing action: REPORT request failed on '/repos/asf/!svn/vcc/default' REPORT of '/repos/asf/!svn/vcc/default': 400 Bad Request (http:// svn.apache.org) Ready Don't check out the top of the repo

Re: [EMAIL PROTECTED] getting source via subversion

2007-02-25 Thread Sam Carleton
Sanders, According to the page you directed me to, the currect URL is: http://svn.apache.org/repos/asf/httpd/httpd/trunk When I try that I get: Execute: Checkout Error: Error while performing action: REPORT request failed on '/repos/asf/!svn/vcc/default' REPORT of '/repos/asf/!svn/vcc/default'

Re: [EMAIL PROTECTED] getting source via subversion

2007-02-25 Thread Dmitri Colebatch
Hi Sam, Are you behind a proxy? cheers dim On 2/26/07, Sam Carleton <[EMAIL PROTECTED]> wrote: Sanders, According to t

Re: [EMAIL PROTECTED] apache2 stack trace

2007-02-25 Thread Tom Donovan
The crashing module is CA SiteMinder (it was called "Netegrity SiteMinder" before CA acquired Netegrity) - so it is apparently a SiteMinder problem, not an Apache problem. You are more likely to get useful help from CA than from Apache folks for your libmod_sm20 module. Regards, -tom- Frank R

Re: [EMAIL PROTECTED] getting source via subversion

2007-02-25 Thread Sam Carleton
As a matter of fact, I am. I have a transparent squid-cache proxy in my firewall. I will post a question on the their thread asking how to reconfigure. thanks! On 2/25/07, Dmitri Colebatch <[EMAIL PROTECTED]> wrote: Hi Sam, Are you behind a proxy?