Follow-up Comment #6, sr #971 (project savane):

Here is the relevant portion of my httpd.conf, adapted directly from
INSTALL.verbose:

#
# Savane
#

Alias /savane "/var/www/htdocs/savane/frontend/php"

<Directory "/var/www/htdocs/savane/frontend/php">
  SetEnv SAVANE_CONF /etc/savannah
  Options SymLinksIfOwnerMatch
  AllowOverride None
  # Necessary with apache2: AcceptPathInfo On
  ErrorDocument 404 404.php
  Order allow,deny
  Allow from all

  # Configure some specials urls:
  <Files u>
  ForceType application/x-httpd-php
  </Files>
  <Files us>
  ForceType application/x-httpd-php
  </Files>
  <Files users>
  ForceType application/x-httpd-php
  </Files>
  <Files projects>
  ForceType application/x-httpd-php
  </Files>
  <Files pr>
  ForceType application/x-httpd-php
  </Files>
  <Files p>
  ForceType application/x-httpd-php
  </Files>

  # Restrict access to testconfig
  <Files testconfig.php>
  Order Deny,Allow
  Allow from 127.0.0.1
  Allow from 83.147.128.239
  Deny from All
  </Files>
</Directory>

/var/www/htdocs/savane links to /var/www/savane which links to
/var/www/savane-1.4.

group_id is not set anywhere.

The appropriate php files are getting accessed according to the access log. 
I see your experimentation, for example:

topos:logs# grep savane access_log | tail
81.56.103.59 - - [18/Feb/2006:22:10:52 +0000] "GET
/savane/account/login.php?ur\i=%2Fsavane%2F HTTP/1.1" 200 6586
81.56.103.59 - - [18/Feb/2006:22:11:36 +0000] "GET /savane/ HTTP/1.1" 200
6502
81.56.103.59 - - [18/Feb/2006:22:11:41 +0000] "GET /savane/?group_id=ad
HTTP/1.\1" 200 6534
81.56.103.59 - - [18/Feb/2006:22:11:45 +0000] "GET /savane/?group_id=daa
HTTP/1\.1" 200 6537
81.56.103.59 - - [18/Feb/2006:22:11:49 +0000] "GET /savane/?group_id=aadadad
HT\TP/1.1" 200 6549
81.56.103.59 - - [18/Feb/2006:22:11:54 +0000] "GET /savane/?group_id=daadda
HTT\P/1.1" 200 6546
81.56.103.59 - - [18/Feb/2006:22:13:31 +0000] "GET /savane/ HTTP/1.1" 200
6502
...etc...

    _______________________________________________________

Reply to this item at:

  <http://gna.org/support/?func=detailitem&item_id=971>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


Répondre à