Re: [EMAIL PROTECTED] Apache Permmisions error

2007-08-24 Thread Vincent Bray
On 24/08/07, John Wyatt [EMAIL PROTECTED] wrote:
 Hey folks, i'm coding a php blog from a IBM's developerWorks tutorial and I
 get this error with permissions.

It's clearly not a very useful tutorial if it teaches you to ignore
error conditions. Your code should have died at fopen() and never
reached fwrite() or fclose().

But as Jeff pointed out, this looks like a straight up permissions
error. Try reading 'man chmod', or an introductory book on UNIX.

-- 
noodl

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] mod_ldap connection pool settings

2007-08-24 Thread Albert de Jongh
I have searched everywhere, and cannot find a way to change or find
out what the mod_ldap connection pool settings look like.  Is there
currently a way to do this?  If not - are there any plans to make it
configurable?

The module really works well for us, but it is a bit opaque with
regards to what is going on inside the connection pool.  We use a load
balancer in front of our ldap servers, and have had some issues
because the load balancer dropped connections from its conneciton
tables before the connection timed out on the ldap servers.  We have
now set the load balancer's stale timeout to be longer than the ldap
server, but it would also be great to be able to change the mod_ldap
connection pool to discard connections based on age.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] config timefmt not working without a filename

2007-08-24 Thread Kateri Abeyta
I'm not seeing any other files called index.something in any of our virtual
hosts.  This same thing happens on all of them (kids.denverlibrary.org,
teens.denverlibrary.org, etc.).

Thanks for your help!

Kateri

On 8/24/07, Vincent Bray [EMAIL PROTECTED] wrote:

 On 24/08/07, Kateri Abeyta [EMAIL PROTECTED] wrote:
  We are running Apache HTTP Server Version 2.2.
  I'm using the following code:
 
  !--#config timefmt=%A, %B %d, %Y --
  !--#echo var=DATE_LOCAL --
 
  in which the time format works fine when I access the page as
  http://denverlibrary.org/index.html , but
  when I access the page from http://denverlibrary.org (without the
 index.html
  filename specified) the time formatting does not work.

 How very strange.. Are you sure there's no other files lying around
 called index.something? If not I'll see if I can reproduce the error
 here.

 --
 noodl

 -
 The official User-To-User support forum of the Apache HTTP Server Project.
 See URL:http://httpd.apache.org/userslist.html for more info.
 To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: [EMAIL PROTECTED] config timefmt not working without a filename

2007-08-24 Thread Vincent Bray
On 24/08/07, Kateri Abeyta [EMAIL PROTECTED] wrote:
 I'm not seeing any other files called index.something in any of our virtual
 hosts.  This same thing happens on all of them (kids.denverlibrary.org,
 teens.denverlibrary.org, etc.).

I didn't mean index.something literally..

I also can't reproduce the issue. The date comes out the same way for
me, as I'd expect. So I still suspect you have some other file that's
being invoked due to mod_dir and DIrectoryIndex. Something other than
index.html, that is.

-- 
noodl

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] mod_rewrite and dynamic content

2007-08-24 Thread Jens Danneschewski

hi there,

i have the following problem that i cannot really solve, although i am 
familiar with mod_rewrite (and i have searchedbelive me).


my company has a webserver with the name www.abcde.com
on this webserver there is apache2 and tomcat, and tomcat creates 
dynamic content, starting with:


http://www.abcde.com/MAIN/pages/public/index.xhtml

so, initially i wrote a redirect, that would send any instance of 
www.abcde.com to the above address.
this workes fine BUT my boss wants to have www.abcde.com as the URL 
adress and leave the other stuff hidden.
so, like a hidden redirect...but i cannot get this to work. the url 
changes regardless of rewrite rules i set.

can anyone out there please point me in the right direction?
do i have to use mod_proxy to load the content under the server name?

thx in advance!


-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] mod_rewrite and dynamic content

2007-08-24 Thread Jeff Peng

 Original-Nachricht 
 Datum: Fri, 24 Aug 2007 16:54:11 +0200
 Von: Jens Danneschewski [EMAIL PROTECTED]
 An: users@httpd.apache.org
 Betreff: [EMAIL PROTECTED] mod_rewrite and dynamic content

 hi there,
 
 i have the following problem that i cannot really solve, although i am 
 familiar with mod_rewrite (and i have searchedbelive me).
 
 my company has a webserver with the name www.abcde.com
 on this webserver there is apache2 and tomcat, and tomcat creates 
 dynamic content, starting with:
 
 http://www.abcde.com/MAIN/pages/public/index.xhtml
 
 so, initially i wrote a redirect, that would send any instance of 
 www.abcde.com to the above address.
 this workes fine BUT my boss wants to have www.abcde.com as the URL 
 adress and leave the other stuff hidden.
 so, like a hidden redirect...but i cannot get this to work. the url 
 changes regardless of rewrite rules i set.
 can anyone out there please point me in the right direction?
 do i have to use mod_proxy to load the content under the server name?
 

I think you need an Apache inner redirection (without the [R] option).

-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] having trouble rewriting an url from pilotalk.com/drupal to pilotalk.com

2007-08-24 Thread Scott

Hello there,

I am having some trouble when writing my rewrite rule to allow people to 
access www.pilotalk.com instead of www.pilotalk.com/drupal.  I have read the 
examples in the httpd book and tried a couple but they don't seem to be 
doing what I want here is what I currently have.  It is in a conf file for 
drupal Cms.

RewriteEngine On
RewriteRule ^/$ /usr/share/drupal/


The drupal installation is at /usr/share/drupal and this is a Fedora 7 
machine.  Thanks for any help.


Scott 



-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] having trouble rewriting an url from pilotalk.com/drupal to pilotalk.com

2007-08-24 Thread Joshua Slive
On 8/24/07, Scott [EMAIL PROTECTED] wrote:
 Hello there,

 I am having some trouble when writing my rewrite rule to allow people to
 access www.pilotalk.com instead of www.pilotalk.com/drupal.  I have read the
 examples in the httpd book and tried a couple but they don't seem to be
 doing what I want here is what I currently have.  It is in a conf file for
 drupal Cms.

What do you mean conf file for drupal Cms? These are apache httpd
directives that need to be in an apache config file like httpd.conf.

 RewriteEngine On
 RewriteRule ^/$ /usr/share/drupal/


 The drupal installation is at /usr/share/drupal and this is a Fedora 7
 machine.  Thanks for any help.

And what happens when you try it? What is in the RewriteLog?

At minimum, I expect that drupal needs access to more than just its
first page under that path, so you would need to redirect all requests
as in
RewriteRule ^/(.*) /usr/share/drupal/$1

But that brings up the question: Why don't you just point your
DocumentRoot at /usr/share/drupal? If that isn't what you want, you'll
need to better explain exactly how you want your system to behave.

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] config timefmt not working without a filename

2007-08-24 Thread Joshua Slive
On 8/23/07, Kateri Abeyta [EMAIL PROTECTED] wrote:
 We are running Apache HTTP Server Version 2.2.
 I'm using the following code:

 !--#config timefmt=%A, %B %d, %Y --
 !--#echo var=DATE_LOCAL --

 in which the time format works fine when I access the page as
 http://denverlibrary.org/index.html , but when I access the
 page from http://denverlibrary.org (without the index.html filename
 specified) the time formatting does not work.

 Does any one have any ideas about why this is happening?  My UNIX Admin
 isn't sure what could be going on.

This appears to be the following issue:
http://issues.apache.org/bugzilla/show_bug.cgi?id=39369
which, unfortunately, has not been further debugged.

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] AccessLog isn't logging

2007-08-24 Thread gerocoma-forophp
Hello.

I don't know why my access_log file is always 0 bytes
size. I've searched all among httpd.conf but can't
find where's the problem.

I have the CommonLog directive activated in the
following way:

CustomLog logs/access_log common

It's in the httpd.conf context.

If I erase access_log file and then restart apache,
access_log file is created again but no matter how
many files I request (and show in my browser) nothing
is being registered in access file. The size is always
0  

have tried: chmod 777 access_log, but no results...

Does anybody has some suggestions about how to solve
this issue?

Can this access_log be bypassed by mod_jk o mod_php in
some way?

thanks in advance.




  

¡Sé un mejor fotógrafo!
Perfecciona tu técnica y encuentra las mejores fotos.   
http://mx.yahoo.com/promos/mejorfotografo.html

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [EMAIL PROTECTED] AccessLog isn't logging

2007-08-24 Thread Fought, Richard


 
 I don't know why my access_log file is always 0 bytes size. 
 I've searched all among httpd.conf but can't find where's the problem.
 

Do you have CustomLog directives defined in any virtual hosts?  I
believe that would cause the behavior you are seeing.

See http://httpd.apache.org/docs/2.0/logs.html#virtualhost

Rich 

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] config timefmt not working without a filename

2007-08-24 Thread Kateri Abeyta
Thanks so much for the link.  I'll keep an eye on that bug for a fix.

Kateri

On 8/24/07, Joshua Slive [EMAIL PROTECTED] wrote:

 On 8/23/07, Kateri Abeyta [EMAIL PROTECTED] wrote:
  We are running Apache HTTP Server Version 2.2.
  I'm using the following code:
 
  !--#config timefmt=%A, %B %d, %Y --
  !--#echo var=DATE_LOCAL --
 
  in which the time format works fine when I access the page as
  http://denverlibrary.org/index.html , but when I access the
  page from http://denverlibrary.org (without the index.html filename
  specified) the time formatting does not work.
 
  Does any one have any ideas about why this is happening?  My UNIX Admin
  isn't sure what could be going on.

 This appears to be the following issue:
 http://issues.apache.org/bugzilla/show_bug.cgi?id=39369
 which, unfortunately, has not been further debugged.

 Joshua.

 -
 The official User-To-User support forum of the Apache HTTP Server Project.
 See URL:http://httpd.apache.org/userslist.html for more info.
 To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




RE: [EMAIL PROTECTED] AccessLog isn't logging

2007-08-24 Thread gerocoma-forophp
Still not working.

I've added the CustomLog to my VirtualHost

=(



--- Fought, Richard [EMAIL PROTECTED] escribió:

 
 
  
  I don't know why my access_log file is always 0
 bytes size. 
  I've searched all among httpd.conf but can't find
 where's the problem.
  
 
 Do you have CustomLog directives defined in any
 virtual hosts?  I
 believe that would cause the behavior you are
 seeing.
 
 See

http://httpd.apache.org/docs/2.0/logs.html#virtualhost
 
 Rich 
 

-
 The official User-To-User support forum of the
 Apache HTTP Server Project.
 See URL:http://httpd.apache.org/userslist.html for
 more info.
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
   from the digest:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 



  

¡Sé un mejor asador!
Aprende todo sobre asados.  
http://mx.yahoo.com/promos/mejorasador.html

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] Deploying war on Apache HTTP Server

2007-08-24 Thread ibm123

I am pretty new to Apache Http Server (AHS). I was looking into the document
for deploying the war file on AHS but could not found anything. I am not
sure whether I can deploy war on AHS or not. If not then I should use Tomcat
but how to integrate tomcat with AHS. I want to use AHS because I want to
configure some mod_expire and mod_header module on AHS.

Please suggest.
-- 
View this message in context: 
http://www.nabble.com/Deploying-war-on-Apache-HTTP-Server-tf4326753.html#a12322872
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] AccessLog isn't logging

2007-08-24 Thread Ken Zhao
Did u erase the access_log file for specific virtual host or root access_log
file? could u post ur screenshot or textinfo on ur VirtualHost directive?

On 8/25/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 Hello.

 I don't know why my access_log file is always 0 bytes
 size. I've searched all among httpd.conf but can't
 find where's the problem.

 I have the CommonLog directive activated in the
 following way:

 CustomLog logs/access_log common

 It's in the httpd.conf context.

 If I erase access_log file and then restart apache,
 access_log file is created again but no matter how
 many files I request (and show in my browser) nothing
 is being registered in access file. The size is always
 0 

 have tried: chmod 777 access_log, but no results...

 Does anybody has some suggestions about how to solve
 this issue?

 Can this access_log be bypassed by mod_jk o mod_php in
 some way?

 thanks in advance.





 
 ¡Sé un mejor fotógrafo!
 Perfecciona tu técnica y encuentra las mejores fotos.
 http://mx.yahoo.com/promos/mejorfotografo.html

 -
 The official User-To-User support forum of the Apache HTTP Server Project.
 See URL:http://httpd.apache.org/userslist.html for more info.
 To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-- 
http://islab.org