[OpenVCP] openvcp 0.3rc1: pbls. with webserver: cannot find
objects
Cryptronic
mail at cryptronic.de
Thu Aug 30 04:32:53 UTC 2007
Am Mittwoch, 29. August 2007 18:56:34 schrieb chymian:
> 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
Did you enable mod rewrite and took care of the .htaccess files?
Regards
More information about the OpenVCP
mailing list