Re: [EMAIL PROTECTED] Service Unavailable - Zero size object

2007-04-27 Thread Victor Trac
It is possible that your PHP scripts are running out of memory. Try increasing memory_limit in your apache's php.ini. --Victor Trac On 4/24/07, thomas Armstrong <[EMAIL PROTECTED]> wrote: Hi. Using Apache 2.0.52 + PHP 4.3.10 on Linux (Fedora Core 2), I get this error message when accesing my

Re: [EMAIL PROTECTED] Valid users cannot login with authnz_ldap

2007-04-27 Thread Yannick Mercier
try to use something that doesnt start with dc= in your base dn AuthLDAPURL ldap://silver.abc.co.za/dc=abc,dc=co,dc=za?uid make it for example : AuthLDAPURL ldap://silver.abc.co.za/ou=Users,dc=abc,dc=co,dc=za?uid On 4/26/07, mxc <[EMAIL PROTECTED]> wrote: Hi all, We are experiencing a str

[EMAIL PROTECTED] How to install Apache without a root account?

2007-04-27 Thread Hongliang Wang
Dear all, I am a newbie to apache and encountered a problem when installing it. I was asked to install Apache 1.3.37 on a Solaris 8 machine with my own account, which does not have privilige to write to /usr/local/. So I updated the Makefile and made those directories pointing to my own direct

Re: [EMAIL PROTECTED] How to install Apache without a root account?

2007-04-27 Thread Ashutosh Mohanty
> $ /home/hwg300/apache/bin/apachectl start > fopen: No such file or directory > httpd: could not open document config file > /usr/local/apache/conf/httpd.conf /home/hwg300/apache/bin/apachectl > start: httpd could not be started > > Could anybody tell me what I should do ? Here apache clearly s

Re: [EMAIL PROTECTED] Apache 2.2.23 with IPV6

2007-04-27 Thread SAVERIO FERRARO
Hi All, Now I'm using Apache 2.2.4 on windows XP and it doesn't work with IPV6!!! I have just run the command "httpd -V" but there isn't the flag "APR_HAS_IPV6". So do I have to compile this version of Apache witn the flag ON? Thanks Saverio From: "William A. Rowe, Jr." <[EMAIL PROTECTED]>

[EMAIL PROTECTED] RHEL 5 x86_64, Oracle 10g 64 bit, apache 2.2 and DBD:Oracle

2007-04-27 Thread Yanick Quirion
Dear all, I'm currently experiencing a strange problem with Oracle:DBD and Apache 2.2 on a 64 bit Redhat Enterprise system. I have a small script: = #!/usr/bin/perl use DBI; # Environmental variables used by O

Re: [EMAIL PROTECTED] Apache 2.2.23 with IPV6

2007-04-27 Thread William A. Rowe, Jr.
SAVERIO FERRARO wrote: > Hi All, > > Now I'm using Apache 2.2.4 on windows XP and it doesn't work with IPV6!!! > I have just run the command "httpd -V" but there isn't the flag > "APR_HAS_IPV6". > So do I have to compile this version of Apache witn the flag ON? See srclib/apr/include/apr.hw, and

Re: [EMAIL PROTECTED] How to install Apache without a root account?

2007-04-27 Thread Victor Trac
Also be sure to configure your vhosts to listen to a port > 1024 if you aren't running as root. --Victor On 4/27/07, Ashutosh Mohanty <[EMAIL PROTECTED]> wrote: > $ /home/hwg300/apache/bin/apachectl start > fopen: No such file or directory > httpd: could not open document config file > /usr/l

Re: [EMAIL PROTECTED] Overloaded rewrite handler?

2007-04-27 Thread Joshua Slive
On 4/26/07, Aaron Macks <[EMAIL PROTECTED]> wrote: First a bit of background, the server is a SunFire 440, 4 proc, 8gig of ram, running httpd 1.3.34 due to the needs of out closed-source CMS We have been trying something that requites a huge number of redirects, and it seems that the rewrite eng

Re: [EMAIL PROTECTED] Mod rewrite F flag

2007-04-27 Thread Joshua Slive
On 4/27/07, Erez Segal <[EMAIL PROTECTED]> wrote: In my server, I want to reject access to files that exist. (to some php files that are allways included via other files, and never needs to be accessed directly). I use: RewriteRule ^(.*)$ - [F] The trouble is it sends 403 - forbidden. I want it

Re: [EMAIL PROTECTED] internal rewrite puzzle

2007-04-27 Thread Joshua Slive
On 4/27/07, Eric S. Johansson <[EMAIL PROTECTED]> wrote: I'm trying to hide a cgi url behind a pretty one. from what I've found in the archives, it may or may not be possible. my rules are very simple and they satisfy my first requirement RewriteCond %{REQUEST_FILENAME} !-f

Re: [EMAIL PROTECTED] RHEL 5 x86_64, Oracle 10g 64 bit, apache 2.2 and DBD:Oracle

2007-04-27 Thread Joshua Slive
On 4/27/07, Yanick Quirion <[EMAIL PROTECTED]> wrote: This tells me that my Oracle configuration is fine and that perl Oracle:DBD is working also. The problem appear when I ran the script from a web browser. On my browser, I enter http://www.domain.com/cgi-bin/toto.pl and I got the following err

Re: [EMAIL PROTECTED] Virtual Host

2007-04-27 Thread Alejandro Decchi
Thz for the configuration file. I have debian and apache2. I have a line in apache2.conf that said something like: # Include the virtual host configurations: Include /etc/apache2/sites-enabled/ There in /etc/apache2/sites-enabled/ I have a file called 000-default that said NameVirtualHost *

Re: [EMAIL PROTECTED] Apache 2.2.23 with IPV6

2007-04-27 Thread SAVERIO FERRARO
Excuse me, but i have found only apr.h. I have toggled APR_HAS_IPV6 from 0 to 1. But nothing! Thanks From: "William A. Rowe, Jr." <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache 2.2.23 with IPV6 Date: Fri, 27 Apr 2007 07:58:

[EMAIL PROTECTED] Apache Http Server Authentication/Authorisation

2007-04-27 Thread FORAMITTI Laurent
Hi, I have a Apache Http Server, this apache is my front end and protects some resource on my AppServer. To protect I use .htaccess and mod_auth.. So I would like to know how is it possible to configure Apache to send some informations about the authenticated user to my AppServer ?

RE: [EMAIL PROTECTED] RHEL 5 x86_64, Oracle 10g 64 bit, apache 2.2 and DBD:Oracle

2007-04-27 Thread Yanick Quirion
Hi! I found the problem and I would like to share it with you. For an unknown reason it seems that Oracle 10g (10.2.0) has not set read access for "other" group. I tried to run my apache server as "oracle" user and it works. Then after, I put back defaulr user for apache, but add this user (apach

Re: [EMAIL PROTECTED] Overloaded rewrite handler?

2007-04-27 Thread Aaron Macks
I was blaming mod_rewrite because the server was running fine, serving up pages with approx 180 children, until I added in a slew of new redirects(approx 6k). I want to believe that there are no loops in the rules, as they are all pretty simple and distinct Aaron Joshua Slive wrote: On 4/26/

Re: [EMAIL PROTECTED] Valid users cannot login with authnz_ldap

2007-04-27 Thread mxc
Thanks for the reply. I tried that and I still get the same results :( Yannick Mercier wrote: > > try to use something that doesnt start with dc= in your base dn > > AuthLDAPURL ldap://silver.abc.co.za/dc=abc,dc=co,dc=za?uid > > make it for example : > > AuthLDAPURL ldap://silver.abc.co.za/o

[EMAIL PROTECTED] Denise E Wickenhauser is out of the office.

2007-04-27 Thread Denise E Wickenhauser
I will be out of the office starting 04/27/2007 and will not return until 04/30/2007. Thank you for your email. I will be out of the office Friday, April 27th. I will respond to your email when I return. Thanks! - The officia

Re: [EMAIL PROTECTED] Overloaded rewrite handler?

2007-04-27 Thread Joshua Slive
On 4/27/07, Aaron Macks <[EMAIL PROTECTED]> wrote: I was blaming mod_rewrite because the server was running fine, serving up pages with approx 180 children, until I added in a slew of new redirects(approx 6k). I want to believe that there are no loops in the rules, as they are all pretty simple

[EMAIL PROTECTED] mod_proxy request buffering

2007-04-27 Thread wi
Hi all Could anyone say to what degree mod_proxy buffers a request prior to passing it on? For long running requests (users on slower connections doing uploads) we would prefer the proxy to read the request in its entirety before passing it on to the backend. That way we don't have to commit sign

[EMAIL PROTECTED] virtualhost via proxy on apache 2.0.40 problem

2007-04-27 Thread Roberto Tortolero
Hi I have problem with proxys on apache, i have two servers and i want to use one as a firewall an the other as web page server. i've all ready doned, but, the thing is that apache always returned the same carpet all the time, no matter what address i put, always redirect me to the first virtual

[EMAIL PROTECTED] Re: virtualhost via proxy on apache 2.0.40 problem

2007-04-27 Thread Roberto Tortolero
Hi I have problem with proxys on apache, i have two servers and i want to use one as a firewall an the other as web page server. i've all ready doned, but, the thing is that apache always returned the same carpet all the time, no matter what address i put, always redirect me to the first virtual h

Re: [EMAIL PROTECTED] Re: virtualhost via proxy on apache 2.0.40 problem

2007-04-27 Thread Joshua Slive
On 4/27/07, Roberto Tortolero <[EMAIL PROTECTED]> wrote: Hi I have problem with proxys on apache, i have two servers and i want to use one as a firewall an the other as web page server. i've all ready doned, but, the thing is that apache always returned the same carpet all the time, no matter wha

[EMAIL PROTECTED] date when file was last modified

2007-04-27 Thread Richard Dunne
Can anyone tell me what would prevent apache2 server from updating its last modified by file index. I am running apache2 and the last modified date is not updating, even when I restart the server. Richard __ Do You Yahoo!? Tired of spam? Yahoo!

[EMAIL PROTECTED] problem with the DocumentRoot directive

2007-04-27 Thread Ighal Joel Micha
Hello, Would you tell me why am I getting the next error? Configuration file: ServerName xxx.xxx.xxx.xxx ServerAlias xx DocumentRoot /home/library-base Options Indexes MultiViews FollowSymLinks AllowOverride None

Re: [EMAIL PROTECTED] problem with the DocumentRoot directive

2007-04-27 Thread Joshua Slive
On 4/27/07, Ighal Joel Micha <[EMAIL PROTECTED]> wrote: Hello, Would you tell me why am I getting the next error? Starting httpd: Warning: DocumentRoot [/home/library-base] does not exist but, THAT DIRECTORY EXISTS! Try starting apache directly under strace to see what syscall i

Re: [EMAIL PROTECTED] Re: virtualhost via proxy on apache 2.0.40 problem

2007-04-27 Thread Roberto Tortolero
well, thank you joshua, but aparently, the problem was in on directive in the second server, the directive is DirectoryIndex wish it come in one conditional, and it seems that always pass away that directive. Now everithing, by the moment, is working very well... And my version of apache works per

Re: [EMAIL PROTECTED] date when file was last modified

2007-04-27 Thread Joshua Slive
On 4/27/07, Robert T Wyatt <[EMAIL PROTECTED]> wrote: Richard Dunne wrote: > Can anyone tell me what would prevent apache2 server from updating its last modified by file index. I am running apache2 and the last modified date is not updating, even when I restart the server. > > Richard Do you

Re: [EMAIL PROTECTED] problem with the DocumentRoot directive

2007-04-27 Thread Ighal Joel Micha
As the strace returned no errors from the stat syscall when the apache was trying to "stat" the directory, yes, you were right, the SELinux was enabled, Thanks! - Ighal On Fri, 2007-04-27 at 13:46 -0400, Joshua Slive wrote: > On 4/27/07, Ighal Joel Micha <[EMAIL PROTECTED]> wrote: > > > > Hell

[EMAIL PROTECTED] problem displaying applet

2007-04-27 Thread Rick Lloyd
Hello, I'm having a problem displaying a very simple applet. System Info: httpd -v Server version: Apache/1.3.33 (Darwin) Server built: Mar 20 2005 15:08:27 MacOSX 10.4.9 Firefox 2.0.0.3 Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3 The

Re: [EMAIL PROTECTED] date when file was last modified

2007-04-27 Thread Robert T Wyatt
Richard Dunne wrote: > Can anyone tell me what would prevent apache2 server from updating its last > modified by file index. I am running apache2 and the last modified date is > not updating, even when I restart the server. > > Richard Do you mean the index page generated when there is no ind

Re: [EMAIL PROTECTED] date when file was last modified

2007-04-27 Thread Richard Dunne
Yes the index page where the files are listed http://localhost/index.php. I am using Editplus on XP. I thought, and I may be wrong, that the last date modified in windows and apache should be the same, as long as the apache server is restarted after any changes are made. If I am wrong, where

Re: [EMAIL PROTECTED] date when file was last modified

2007-04-27 Thread Robert T Wyatt
Unfortunately I'm non-php-savvy. Nevertheless, it would seem reasonable to ask exactly how (and when) index.php is generated. Good luck, Robert Richard Dunne wrote: > Yes the index page where the files are listed http://localhost/index.php. I > am using Editplus on XP. I thought, and I may be

Re: [EMAIL PROTECTED] date when file was last modified

2007-04-27 Thread Richard Dunne
Neither am I admittedly, learning as I go! I have php webpages in my context folder and they are listed when I start the server and go to http://localhost/ProjectFolder If I last saved a file yesterday I would expect to see yesterday date beside the file. If I then chaged the file and saved it

Re: [EMAIL PROTECTED] date when file was last modified

2007-04-27 Thread Richard Dunne
Figured out the problem, silly, silly, silly me. Don't ask! - Original Message From: Robert T Wyatt <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Friday, April 27, 2007 8:23:45 PM Subject: Re: [EMAIL PROTECTED] date when file was last modified Unfortunately I'm non-php-savvy. Ne

[EMAIL PROTECTED] Directory list - mod_autoindex

2007-04-27 Thread Sławomir Młynarek
Hello I've got problem. I have many folders with files. I want to display only one file per folder, file name for example 'my_file' (it can exist or not, rest files should be hidden and not accessible). My idea was use mod autoindex but isn't work correctly. I tried use directory directive with "

Re: [EMAIL PROTECTED] date when file was last modified

2007-04-27 Thread Dragon
Richard Dunne wrote: Figured out the problem, silly, silly, silly me. Don't ask! End original message. - Actually, after the number of times you have posted to the list about this, I think it would be rude to not tell us what the issue was. So what was i

Re: [EMAIL PROTECTED] date when file was last modified

2007-04-27 Thread Scott Wilcox
I think he was using the file creation time, rather than the file modification time. Just a guess :p Dragon wrote: > Richard Dunne wrote: >> Figured out the problem, silly, silly, silly me. Don't ask! > End original message. - > > Actually, after the number o

Re: [EMAIL PROTECTED] date when file was last modified

2007-04-27 Thread Richard Dunne
Hanging my head in shame, I was editing the file copy at c:\Project\file.php, when I should of course have been editing c:\Program Files\Apache Group\Apache2\htdocs\Project\file.php If you can't laugh at yourself for making a silly mistake, even one as silly as this! Richard. - Original Mes

Re: [EMAIL PROTECTED] date when file was last modified

2007-04-27 Thread Dragon
Richard Dunne wrote: Hanging my head in shame, I was editing the file copy at c:\Project\file.php, when I should of course have been editing c:\Program Files\Apache Group\Apache2\htdocs\Project\file.php If you can't laugh at yourself for making a silly mistake, even one as silly as this! -

Re: [EMAIL PROTECTED] date when file was last modified

2007-04-27 Thread Joshua Slive
On 4/27/07, Richard Dunne <[EMAIL PROTECTED]> wrote: Hanging my head in shame, I was editing the file copy at c:\Project\file.php, when I should of course have been editing c:\Program Files\Apache Group\Apache2\htdocs\Project\file.php If you can't laugh at yourself for making a silly mistake, ev

Re: [EMAIL PROTECTED] Valid users cannot login with authnz_ldap

2007-04-27 Thread mxc
It appears that this guy had the same problem but no solution was given :( http://groups.google.co.za/group/comp.infosystems.www.servers.unix/browse_thread/thread/3d8fe8963efe23a8/8fc4ea5a2a2aa339?lnk=st&q=+apache2+ldap+authentication+%5BUser+not+found%5D%5BNo+such+object%5D+%5BInvalid+credential

Re: [EMAIL PROTECTED] date when file was last modified

2007-04-27 Thread Richard Dunne
Ok I deserved that. - Original Message From: Joshua Slive <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Friday, April 27, 2007 10:33:49 PM Subject: Re: [EMAIL PROTECTED] date when file was last modified On 4/27/07, Richard Dunne <[EMAIL PROTECTED]> wrote: > Hanging my head in sha

[EMAIL PROTECTED] intermittent problems with mod_deflate compression

2007-04-27 Thread Michael Benner
Hi. I'm having some intermittent issues with the Apache mod_deflate compression. When I have compression turned on (please see my configuration snippet below), my pages load fairly slowly and I occassionally receive a popup prompt to save the page because it's been returned as type "applicati

[EMAIL PROTECTED] Re: internal rewrite puzzle

2007-04-27 Thread Eric S. Johansson
Joshua Slive wrote: Try replacing /cgi-bin/akasha.cgi with the full file-system path to the cgi (ie /usr/local/apache2/cgi-bin/akasha.cgi). This will avoid conflicts with mod_alias and prevent some possible redirect loops. it was not the solution but it lead me to one. I consider this a win!

[EMAIL PROTECTED] Query on StartServers and ListenBackLog

2007-04-27 Thread Arnab Ganguly
Hi All, I have some queries on the StartServers param.As it says "The StartServersdirective sets the number of child server processes created on startup. As the number of processes is dynamically controlled depending on the load, there is usually little reason to adjust this parameter" from the Ap

[EMAIL PROTECTED] mod_proxy request buffering

2007-04-27 Thread wi
Hi all Could anyone say to what degree mod_proxy buffers a request prior to passing it on? For long running requests (users on slower connections doing uploads) we would prefer the proxy to read the request in its entirety before passing it on to the backend. That way we don't have to commit sign