RE: [EMAIL PROTECTED] SSI won't run unless .htaccess in sub-dir

2006-01-24 Thread Boyle Owen
-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: VirtualHost *

Re: [EMAIL PROTECTED] SSI won't run unless .htaccess in sub-dir

2006-01-24 Thread Eric Covener
On 1/23/06, Marty Landman [EMAIL PROTECTED] wrote: Stymied here. Have the following VH configured: VirtualHost * Directory /mnt/web/guide/bening1/www Options Indexes FollowSymLinks Options +Includes +ExecCGI Is it kosher to have two Options lines?

RE: [EMAIL PROTECTED] apache problem with soft link

2006-01-24 Thread Michael D. Berger
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 (they are

[EMAIL PROTECTED] htpasswd in cgi (shell script)

2006-01-24 Thread Rodrigo Monteiro
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

[EMAIL PROTECTED] suexec and apache 2.0.54-5 on sarge

2006-01-24 Thread Mario Ohnewald
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:

Re: [EMAIL PROTECTED] suexec and apache 2.0.54-5 on sarge

2006-01-24 Thread Joshua Slive
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 failing.

Re: [EMAIL PROTECTED] suexec and apache 2.0.54-5 on sarge

2006-01-24 Thread Mario Ohnewald
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 problem exactly?

RE: [EMAIL PROTECTED] Apache2 on Debian

2006-01-24 Thread Kermit Short
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

RE: [EMAIL PROTECTED] Apache2 on Debian

2006-01-24 Thread Brian Street
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-

[EMAIL PROTECTED] Some kind of file name mapping

2006-01-24 Thread David Knecht
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

RE: [EMAIL PROTECTED] Apache 2.0 on RedHat EL 4 - httpd process will not start

2006-01-24 Thread Kermit Short
Title: Re: [EMAIL PROTECTED] Apache 2.0 on RedHat EL 4 - httpd process will not start Gary- Wow! Indeed, somehow SELinux was enabled. Ive disabled it in the config file, but knowing nothing about SELinux, I dont know what else I need to doyour input is gratefully welcomed!! Thanks!

Re: [EMAIL PROTECTED] suexec and apache 2.0.54-5 on sarge

2006-01-24 Thread Joshua Slive
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 buggy,

Re: [EMAIL PROTECTED] Apache 2.0 on RedHat EL 4 - httpd process will not start

2006-01-24 Thread Gary W. Smith
Title: Re: [EMAIL PROTECTED] Apache 2.0 on RedHat EL 4 - httpd process will not start Kermit, Unforuntately I dont 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

Re: [EMAIL PROTECTED] Some kind of file name mapping

2006-01-24 Thread Joshua Slive
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]

[EMAIL PROTECTED] path

2006-01-24 Thread info . raa
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

RE: [EMAIL PROTECTED] Apache 2.0 on RedHat EL 4 - httpd process will not start

2006-01-24 Thread Kermit Short
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 youre ever in New Mexico, look me up, I OWE YOU LUNCH!! Thanks a million!! Kermit Short

Re: [EMAIL PROTECTED] path

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

Re: [EMAIL PROTECTED] path

2006-01-24 Thread info . raa
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

[EMAIL PROTECTED] HTTP 2 connection limit and web services

2006-01-24 Thread Paul Adams
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

Re: [EMAIL PROTECTED] Some kind of file name mapping

2006-01-24 Thread Doug McNutt
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 are

[EMAIL PROTECTED] Transfer-Encoding: chunked

2006-01-24 Thread Khai Doan
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.

Re: [EMAIL PROTECTED] how to enable a module in one virtualhost

2006-01-24 Thread Joshua Slive
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 module

Re: [EMAIL PROTECTED] Transfer-Encoding: chunked

2006-01-24 Thread Joshua Slive
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 server

Re: [EMAIL PROTECTED] mod_perl not sending Content-Length header

2006-01-24 Thread Khai Doan
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:

Re: [EMAIL PROTECTED] how to enable a module in one virtualhost

2006-01-24 Thread Jason Keltz
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

[EMAIL PROTECTED] Re: wrong virthost

2006-01-24 Thread Joost de Heer
NameVirtualHost 217.114.218.63 VirtualHost weddingdaycompany.de VirtualHost 217.114.218.63 VirtualHost pellar.de VirtualHost 217.114.218.63 You vhost definitions should match the definition of NameVirtualHost. Joost -

Re: [EMAIL PROTECTED] how to enable a module in one virtualhost

2006-01-24 Thread Joshua Slive
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 standard HTTP, and the

Re: [EMAIL PROTECTED] Transfer-Encoding: chunked

2006-01-24 Thread Khai Doan
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,

Re: [EMAIL PROTECTED] how to enable a module in one virtualhost

2006-01-24 Thread Jason Keltz
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

Re: [EMAIL PROTECTED] how to enable a module in one virtualhost

2006-01-24 Thread Joshua Slive
On 1/24/06, Jason Keltz [EMAIL PROTECTED] wrote: You can use Location / AuthPAM_Enabled off /Location in the appropriate VirtualHost to override .htaccess. Excellent. That does work. However, the authentication page still comes up requesting a username/password when I attempt

Re: [EMAIL PROTECTED] False Out of Memory errors - on new Suse Linux SLES 9.1 - Apache 2.0.54 - Blade servers running 4 GB of RAM

2006-01-24 Thread Jignesh Badani
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 - - - - - - - - - - - - - -

[EMAIL PROTECTED] CGi warnings and error go into wrong error log

2006-01-24 Thread Artem Kuchin
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

Re: [EMAIL PROTECTED] SSI won't run unless .htaccess in sub-dir

2006-01-24 Thread Marty Landman
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: VirtualHost * Directory /mnt/web/guide/bening1/www Options Indexes FollowSymLinks Options +Includes

Re: [EMAIL PROTECTED] how to enable a module in one virtualhost

2006-01-24 Thread Jason Keltz
On Tue, 24 Jan 2006, Joshua Slive wrote: On 1/24/06, Jason Keltz [EMAIL PROTECTED] wrote: You can use Location / AuthPAM_Enabled off /Location in the appropriate VirtualHost to override .htaccess. Excellent. That does work. However, the authentication page still comes up requesting a

Re: [EMAIL PROTECTED] Re: wrong virthost

2006-01-24 Thread ludi
NameVirtualHost *:80 VirtualHost *:80 ServerAdmin root DocumentRoot /apache/htdocs ServerName URL /VirtualHost 2006/1/25, Joost de Heer [EMAIL PROTECTED]: NameVirtualHost 217.114.218.63 VirtualHost weddingdaycompany.de VirtualHost 217.114.218.63

Re: [EMAIL PROTECTED] how to enable a module in one virtualhost

2006-01-24 Thread Joshua Slive
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 Location / AuthPAM_Enabled off /Location in the appropriate VirtualHost to override .htaccess. Excellent. That does work.

Re: [EMAIL PROTECTED] how to enable a module in one virtualhost

2006-01-24 Thread Jason Keltz
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 Location / AuthPAM_Enabled off /Location in the appropriate VirtualHost to override .htaccess. Excellent. That

Re: [EMAIL PROTECTED] how to enable a module in one virtualhost

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

[EMAIL PROTECTED] External Modules

2006-01-24 Thread William
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

Re: [EMAIL PROTECTED] mod_auth_ldap TLS Authoriztion

2006-01-24 Thread Muthu
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

[EMAIL PROTECTED] Unable to install apache_2.0.55-win32-x86-no_ssl.msi

2006-01-24 Thread Wanna
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

[EMAIL PROTECTED] How to execute cgi on a proxied host ?

2006-01-24 Thread Annie Dumont
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

RE: [EMAIL PROTECTED] Large SSL Form Proxy Problem with 2.0.55 - REPOST

2006-01-24 Thread Axel-Stéphane SMORGRAV
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]

RE: [EMAIL PROTECTED] apache problem with soft link

2006-01-24 Thread G . Lams
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 with

RE: [EMAIL PROTECTED] External Modules

2006-01-24 Thread Axel-Stéphane SMORGRAV
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

RE: [EMAIL PROTECTED] External Modules

2006-01-24 Thread Axel-Stéphane SMORGRAV
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

RE: [EMAIL PROTECTED] path

2006-01-24 Thread Boyle Owen
-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 but never