RE: [EMAIL PROTECTED] Log Error: "Directory index forbidden by rule" ????? Help!

2005-08-02 Thread Dean Maunder
Look in your httpd.conf file for this: -- # DirectoryIndex: sets the file that Apache will serve if a directory # is requested. # # The index.html.var file (a type-map) is used to deliver content- # negotiated documents. The MultiViews Option can be used for the # same

[EMAIL PROTECTED] Log Error: "Directory index forbidden by rule" ????? Help!

2005-08-02 Thread Stephen
I have set up a Redhat Linux server and I almost have everything set to use this as a Samba server and an Apache server for my web development and testing. I am not using DNS, but resolve in the hosts files on a Windows computer. When I enter in my browser "http://www.dawsonsphotographytest.co

[EMAIL PROTECTED] Possible Problem with priority/ordering in httpd.conf?

2005-08-02 Thread ohaya
Hi, We have been trying to configure an Apache server/instance that gets installed as part of Oracle's 10g Application Server to work with our own authentication module, and as part of doing this, we need to configure a directory alias for a directory that contains some of our JSPs that run under

RE: [EMAIL PROTECTED] Memory consumption

2005-08-02 Thread Gary W. Smith
The following might help.  BTW, what is the memory limit in your php.ini file?  You might want to ensure that is a manageable number and then implement the code sample.   http://us3.php.net/manual/en/function.fread.php     For download the big files (more than 8MB), you must used ob_fl

[EMAIL PROTECTED] About Apache xmlsec and httpd

2005-08-02 Thread Zhenxiao Liu
Hi, all, I'm new in this area. Could anyone please tell me how to start? I want to use Apache XML security library (c version) with httpd to filter XML traffic. Any advice is appreciated. Thanks in advance, Zhenxiao Liu - Th

[EMAIL PROTECTED] Re: About Apache XML Security library

2005-08-02 Thread Zhenxiao Liu
Hi, all, I'm new in this area. Could anyone please tell me how to start? I want to use Apache XML security library (c version) with httpd to filter XML traffic. Any advice is appreciated. Thanks in advance, Zhenxiao Liu [EMAIL PROTECTED] == ps. Sorry for sending this message many times

[EMAIL PROTECTED] About Apache XML Security library

2005-08-02 Thread Zhenxiao Liu
Hi, all, I'm new in this area. Could anyone please tell me how to start? I want to use Apache XML security library (c version) with httpd to filter XML traffic. Any advice is appreciated. Thanks in advance, Zhenxiao Liu [EMAIL PROTECTED] == ps. Sorry for sending this message many times

[EMAIL PROTECTED] Re: How can I use httpd with Apache XML Security library?

2005-08-02 Thread Zhenxiao Liu
Hi, all, I'm new in this area. Could anyone please tell me how to start? I want to use Apache XML security library (c version) with httpd to filter XML traffic. Any advice is appreciated. Thanks in advance, Zhenxiao Liu == I'm new in this area. Could anyone please tell me how to

[EMAIL PROTECTED] How can I use httpd with Apache XML Security library?

2005-08-02 Thread Zhenxiao Liu
Hi, all, I'm new in this area. Could anyone please tell me how to start? I want to use Apache XML security library (c version) with httpd to filter XML traffic. Any advice is appreciated. Thanks in advance, Zhenxiao Liu

Re: [EMAIL PROTECTED] Memory consumption

2005-08-02 Thread Kamil Srot
Hi Gary, Gary W. Smith wrote: How are you reading the file in order to output it? Some of the PHP commands do indeed read the entire file before processing. This would cause the entire file to sit in ram. I believe there are some binary functions that only read segments at a time. I thi

Re: [EMAIL PROTECTED] warnings in error log

2005-08-02 Thread Eric Ladner
Dang.. I'm having problems getting includes to work for ANYTHING, not just perl.  I'll keep poking.  Maybe sombody will respond with a tidbit of info. Thanks!On 8/2/05, Malka Cymbalista <[EMAIL PROTECTED]> wrote: I never got an answer but I figured out what the problem was.   In the section I adde

Re: [EMAIL PROTECTED] Memory consumption

2005-08-02 Thread Kamil Srot
Dear Joshua, thank you for your reply! Joshua Slive wrote: On 8/2/05, Kamil Srot <[EMAIL PROTECTED]> wrote: Situation: I have simple PHP script serving large files for autorized users... after some time, all memory of the server is consumed by httpd processes Ind

RE: [EMAIL PROTECTED] Can reverse proxy forward digital certificates.

2005-08-02 Thread Axel-Stéphane SMORGRAV
As far as I know, it cannot. What you can do though, is to forward the certificate data as a header variable or in the query string. The data is available in reverse proxy environment variables. You should make sure to overwrite any prior value of such a variable contained in the request from t

Re: [EMAIL PROTECTED] mod_frontpage state of the art

2005-08-02 Thread Brian Candler
On Tue, Aug 02, 2005 at 11:15:24AM +0100, Brian Candler wrote: > Cheers. I've moved over to the mirfak mod_frontpage, but still get the same > error now: Right, well this is turning into a long voyage of discovery :-) Firstly, I was able to get mod_frontpage working with a vanilla httpd and insta

[EMAIL PROTECTED] Can reverse proxy forward digital certificates.

2005-08-02 Thread Jose Serrano Rodenas
Hello everybody. Could somebody help me with the following question: In a scenario like this. Client <---HTTS--->Apache reverse proxy<--HTTPS->Backend Can the reverse proxy fordward the Client Digital certificate to the Backend? If so, what directive

Re: [EMAIL PROTECTED] Memory consumption

2005-08-02 Thread Joshua Slive
On 8/2/05, Kamil Srot <[EMAIL PROTECTED]> wrote: > Situation: > I have simple PHP script serving large files for autorized users... > after some time, all memory of the server is consumed by httpd processes > - their memory allocation does corelate with size of the files served... > I tried to

RE: [EMAIL PROTECTED] Memory consumption

2005-08-02 Thread Gary W. Smith
How are you reading the file in order to output it? Some of the PHP commands do indeed read the entire file before processing. This would cause the entire file to sit in ram. I believe there are some binary functions that only read segments at a time. I think that is where you problem lies. Ca

Re: [EMAIL PROTECTED] warnings in error log

2005-08-02 Thread Malka Cymbalista
I never got an answer but I figured out what the problem was. In the section I added Options +ExecCGI +Includes Malka Cymbalista Webmaster, Weizmann Institute of Science [EMAIL PROTECTED] 08-934-3036 >>> [EMAIL PROTECTED] wrote on 02/08/2005 16:00: > Did you ever find a solution to this? I'

Re: [EMAIL PROTECTED] Strange problem with mod_vhost_alias

2005-08-02 Thread Kelly Price
On 8/2/05, Nick Kew <[EMAIL PROTECTED]> wrote: > Kelly Price wrote: > > I'm having a strange problem with mod_vhost_alias here, which doesn't > > match the documentation. > > I haven't read the documentation for that, so can't help with diagnosing > whether it's a bug or your problem. > http://h

[EMAIL PROTECTED] What controls permissions on log files?

2005-08-02 Thread KEVIN ZEMBOWER
I just noticed a difference when I upgraded from the apache in Debian woody to sarge. I use a simple script to move the Apache log files to a new name and then gracefully restart the server. The newly created files used to be created with permissions -rw-r--r--. Now, they're created -rw-r-. I'd

Re: [EMAIL PROTECTED] Virtualising 'ErrorLog'

2005-08-02 Thread Dan Mahoney, System Admin
On Tue, 2 Aug 2005, Brian Candler wrote: I can easily set up access logs such that the Host: header is included; this allows the logs to kept in a single file and then post-filtered to separate them out per virtual user. e.g. LogFormat "%{Host}i %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{Us

Re: [EMAIL PROTECTED] Virtualising 'ErrorLog'

2005-08-02 Thread Dan Mahoney, System Admin
On Tue, 2 Aug 2005, Brian Candler wrote: I saw a set of patches a while ago for this, that someone had written around the time of 1.3.28-1.3.29 If you can't find them, I may still have them and/or the email address of the author. -Dan I can easily set up access logs such that the Host: he

Re: [EMAIL PROTECTED] warnings in error log

2005-08-02 Thread Eric Ladner
Did you ever find a solution to this?  I'm having the same problem, even though I've gone through and checked all the Directory blocks to make sure either +Includes or +IncludesNoExec is active.On 7/18/05, Malka Cymbalista <[EMAIL PROTECTED] > wrote:I just installed Apache 2.0.54 together with mod_

[EMAIL PROTECTED] Virtualising 'ErrorLog'

2005-08-02 Thread Brian Candler
I can easily set up access logs such that the Host: header is included; this allows the logs to kept in a single file and then post-filtered to separate them out per virtual user. e.g. LogFormat "%{Host}i %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined However, is there a

Re: [EMAIL PROTECTED] apache2 problem

2005-08-02 Thread FSA
hi, i managed to solve this problem, was because after i changed the machine i have not recompiled the php ( i only recompiled apache and kernel). ty for your support John Hicks wrote: > webmaster wrote: > >> hi, i have a problem with my apache2. I changend the machine on which >> apache was run

Re: [EMAIL PROTECTED] mod_frontpage state of the art

2005-08-02 Thread Brian Candler
On Mon, Aug 01, 2005 at 04:02:05PM -0400, Dan Mahoney, System Admin wrote: > You need to get the frontpage support from rtr.com, and extract it the the > (very universal) /usr/local/frontpage. > > From there, to make it play nice with apache, you can compile and build > mirfak. > > Doing it the

[EMAIL PROTECTED] Memory consumption

2005-08-02 Thread Kamil Srot
Dear ALL, Annotation: my problem is, apache allocates so much memory, system wents out of it and is unreachable for few minutes. I can help reporduce the problem, please can someone help? I found several similar issues in the bugreports but not exactly this and they are quite old and not

Re: [EMAIL PROTECTED] Strange problem with mod_vhost_alias

2005-08-02 Thread Nick Kew
Kelly Price wrote: > I'm having a strange problem with mod_vhost_alias here, which doesn't > match the documentation. I haven't read the documentation for that, so can't help with diagnosing whether it's a bug or your problem. > My intentions are to map these sample domains on one server to these

Re: [EMAIL PROTECTED] (70007)The timeout specified has expired: ap_content_length_filter: apr_bucket_read() failed

2005-08-02 Thread Nick Kew
Jeff Lacki wrote: > Sorry, using mysql 3.23 I believe it is. The application > is a C++ interface which has been used a lot and over time, > seems solid. > > I dont know about the 8k limit issue, what would that > be? 8k sounds about where its hanging, but Id have to check. Your report looks li

Re: [EMAIL PROTECTED] New to Web Development

2005-08-02 Thread FSA
best documentation u can get at for apache: apache.org mysql: www.mysql.com php: www.php.net u can get tutorial related sites or script exchange sites from this pages. Executive Benefits Resources wrote: > Sorry for the most elemental of situations but I am new to the web > development arena and a

Re: [EMAIL PROTECTED] Strange problem with mod_vhost_alias

2005-08-02 Thread FSA
are u trying to put the log files in separte dir's for each vhost ? or i don't understand the problem ? Kelly Price wrote: > I'm having a strange problem with mod_vhost_alias here, which doesn't > match the documentation. > > My intentions are to map these sample domains on one server to these

RE: [EMAIL PROTECTED] Sometimes getting 'Premature end of script...'

2005-08-02 Thread Boyle Owen
> -Original Message- > From: Lll Gabor [mailto:[EMAIL PROTECTED] > Sent: Montag, 1. August 2005 14:43 > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Sometimes getting 'Premature end > of script...' > > > Thx for the advices, Owen! > > I use MySQL, I read and write fil

RE: [EMAIL PROTECTED] error 10050

2005-08-02 Thread Boyle Owen
> -Original Message- > From: Raphael - Atomo64 [mailto:[EMAIL PROTECTED] > Sent: Sonntag, 31. Juli 2005 02:41 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] error 10050 > > > When I run apache 1.3(latest) it shows that is running, but when I try > to open a page on my server it

RE: [EMAIL PROTECTED] want help

2005-08-02 Thread Boyle Owen
Do you have: NameVirtualHost 212.0.133.120:80 somewhere before the VH containers? Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored. > -Original Message- > From: Ismail Idriss [mailto:[EMAIL PROTECTED] > Sent: Samstag, 30. Juli 2005 09:45 > To: