|
You are here: Home / AcceptPathInfo On gentoo apache2
AcceptPathInfo On gentoo apache2
Forum /
Installation /
AcceptPathInfo On gentoo apache2
Reply
Subscribe
Start new thread
Syndicated Feed (RSS)
|
Displaying 1 to 2 of 2
|
Previous
1
Next |
| Author |
Message |
ragarwal74
Posts: 3
Location: MD, USA
|
|
AcceptPathInfo On gentoo apache2 - Posted: September 17, 2008 - 3:30 PM
|
Quote and reply
|
I keep on getting the following error:
*************************************
AcceptPathInfo test failed.
Solution:
* Add the following setting to your httpd.conf configuration file: AcceptPathInfo On
*************************************
phpinfo() located at:
http://64-204-245-199.client.dsl.net/phpinfo.php
The virtual_host.conf file contains:
ServerName 64-204-245-199.client.dsl.net
DocumentRoot "/var/www/64-204-245-199.client.dsl.net/htdocs"
ScriptAlias /cgi-bin/ "/var/www/64-204-245-199.client.dsl.net/cgi-bin/"
Options -Indexes +Includes FollowSymLinks
Order allow,deny
Allow from all
SetOutputFilter INCLUDES
AcceptPathInfo on
AllowOverride all
#php_value include_path "/var/www/64-204-245-199.client.dsl.net/htdocs/inc:.:/usr/lib/php"
AllowOverride None
Options None
Order allow,deny
Allow from all
*****************
Going completely crazy.....
I have already tried commenting the APACHE2 stuff from .htaccess file
# Make sure PATH_INFO is available
#
AcceptPathInfo On
#
************************
there is nothing in the error_logs file for apache. Access logs only show the requested URL.???
completely stunned!!!!!
Please help.
|
|
Back to top
|
View user profile
Contact this member
|
ragarwal74
Posts: 3
Location: MD, USA
|
|
SOLVED: AcceptPathInfo On gentoo apache2 - Posted: September 18, 2008 - 12:36 PM
|
Quote and reply
|
Solved this by using Sitellite in CGI mode?
I have no idea why/how it works, but you can follow the post here:
http://cookbook.sitellite.org/index/sitewiki-app/show.InstallingInCgiMode
**** Even the instructions quoted on the link above did not work correctly *****.
I had to insert the following lines at the top of my .htaccess file located on the web-site root:
RewriteEngine On
RewriteRule ^index$ index.php [L]
RewriteRule ^index/(.*)$ /index.php [QSA,L]
####################################################################
# Sitellite Content Server
# http://www.sitellite.org/
#
# Copyright (c) 2001-2003 SIMIAN systems Inc.
#
# ....
# ....
# ....
|
|
Back to top
|
View user profile
Contact this member
|
|

|