2006-02-27, 05:28 AM
I had this running earlier but another app was having issues, prompting me to change some stuff around to fix it. Now I can't get WebAdmin working right again.
The error is (slightly sanitized below)
[Sun Feb 26 23:07:04 2006] [error] [client my.ip] File does not exist: C:/Program Files/devnz/gbpvr/web/images, referer: http://my.server/gbpvr/
Here's the relevent config file section
#GB-PVR setup stuff
LoadModule aspdotnet_module modules/mod_aspdotnet.so
AddHandler asp.net asax ascx ashx asmx aspx axd config cs csproj licx rem resources resx soap vb vbproj vsdisco webinfo
AliasMatch "^/(?i)aspnet_client/system_web/(\d+)_(\d+)_(\d+)_(\d+)/(.*)" "C:/Windows/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$4"
<Directory "C:/Windows/Microsoft.NET/Framework/v*/ASP.NETClientFiles">
Options FollowSymlinks
Order allow,deny
Allow from all
</Directory>
<Directory "C:/Program Files/devnz/gbpvr/web/bin/">
Options FollowSymlinks
Order allow,deny
Allow from all
</Directory>
AspNetMount /gbpvr "C:/Program Files/devnz/gbpvr/web/"
Alias /gbpvr "C:/Program Files/devnz/gbpvr/web/"
<Directory "C:/Program Files/devnz/gbpvr/web/">
Options FollowSymlinks Indexes Includes ExecCGI
Order allow,deny
Allow from all
DirectoryIndex login.aspx index.aspx default.htm default.aspx
</Directory>
Can anyone help?
Thanks
Mike
The error is (slightly sanitized below)
[Sun Feb 26 23:07:04 2006] [error] [client my.ip] File does not exist: C:/Program Files/devnz/gbpvr/web/images, referer: http://my.server/gbpvr/
Here's the relevent config file section
#GB-PVR setup stuff
LoadModule aspdotnet_module modules/mod_aspdotnet.so
AddHandler asp.net asax ascx ashx asmx aspx axd config cs csproj licx rem resources resx soap vb vbproj vsdisco webinfo
AliasMatch "^/(?i)aspnet_client/system_web/(\d+)_(\d+)_(\d+)_(\d+)/(.*)" "C:/Windows/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$4"
<Directory "C:/Windows/Microsoft.NET/Framework/v*/ASP.NETClientFiles">
Options FollowSymlinks
Order allow,deny
Allow from all
</Directory>
<Directory "C:/Program Files/devnz/gbpvr/web/bin/">
Options FollowSymlinks
Order allow,deny
Allow from all
</Directory>
AspNetMount /gbpvr "C:/Program Files/devnz/gbpvr/web/"
Alias /gbpvr "C:/Program Files/devnz/gbpvr/web/"
<Directory "C:/Program Files/devnz/gbpvr/web/">
Options FollowSymlinks Indexes Includes ExecCGI
Order allow,deny
Allow from all
DirectoryIndex login.aspx index.aspx default.htm default.aspx
</Directory>
Can anyone help?
Thanks
Mike