[OpenVCP] openvcp 0.3rc1: pbls. with webserver: cannot find objects

chymian chymian at gmx.net
Wed Aug 29 16:56:34 UTC 2007


hi,
tried to install 0.3rc1 ended up in problems.
apache2 generates error 404, object not found when i try to access the new 
installed openvcp.
with 0.2 the installation worked like charme

system: debian etch, apache 2.2.3, php5, mysql 5.0 
webserver and database server are diff. vserver
extensions: gd, mysql, socket, gettext installed
DocumentRoot /var/www/
installdir: /var/www/openvcp

tried diff values for webpath/defaultRedirect in core/openvcp.conf with no 
success:
here are some values and the corresponding lines from apache's error & access 
log:

webpath <blank> & defaultRedirect auth
error.log: File does not exist: /var/www/openvcp/auth
access.log: GET /openvcp/auth HTTP/1.1" 404 1109

webpath <blank> & defaultRedirect mods/auth
error.log: File does not exist: /var/www/openvcp/openvcp
access.log: GET /openvcp/mods/auth/ HTTP/1.1" 200 788
shows me a listing-page of "index of openvcp/mods/auth" with main.php (instead 
of processing the main.php) and when i klick on it:
 Fatal error: Class 'OpenVCP' not found in /var/www/openvcp/mods/auth/main.php 
on line 25

webpath /openvcp & defaultRedirect mods/auth
error.log: File does not exist: /var/www/openvcp/openvcp
access.log: "GET /openvcp/openvcp/mods/auth HTTP/1.1" 404 1109


/etc/apache2/conf.d/openvcp.conf:
<Directory /openvcp>
 Options Indexes Includes FollowSymLinks MultiViews
 AllowOverride FileInfo Indexes Options Authconfig FileInfo
    Order deny,allow
    Deny from all
    Allow from 192.168.1.0/16
</Directory>

any hints?
TIA
guenter


More information about the OpenVCP mailing list