[prev in list] [next in list] [prev in thread] [next in thread] 

List:       dav-dev
Subject:    Re: [dav-dev] Force Type problem
From:       Dave Viner <dviner () apache ! org>
Date:       2005-07-14 16:13:33
Message-ID: 42D68F2D.7000708 () apache ! org
[Download RAW message or body]

Hi,

If "the webdav is working" and you "can access the generated versions of 
all the php of the site", I'm not sure what the problem is. 

When you request http://192.168.1.22/source, do you see the filesystem 
layout? or do you see the parsed output of index.php (or similar)?  What 
is the returned content-type?

dave

Alain Martini wrote:

> Hello,
> 
> I have problem configuring webdav an php (scripting) I have readed all the docs but \
> for some reason the php scripts are parsed even if i set the ForceType text/plain
> 
> It seems that ForceType is ignored.
> 
> Maybe I have an incorrect httpd.conf somewere...
> 
> All i want is to access the source of php when i request http://192.168.1.22/source \
>  
> here is the virtual host i configured reading the documentation of webdav:
> 
> <VirtualHost 192.168.1.22>
> DocumentRoot "/home/test/public_html"
> ServerName 192.168.1.22
> ErrorLog /home/test/error.log
> TransferLog /home/test/transfer.log
> 
> ScriptAlias /cgi-bin /home/test/public_html/cgi-bin
> 
> Alias /source /home/test/public_html
> <Location /source>
> DAV On
> ForceType text/plain
> AuthType Basic
> AuthName "testing server di inalto"
> AuthUserFile /home/test/webdav.passwd
> Require valid-user
> </Location>
> 
> </VirtualHost>
> 
> the webdav is working, i can access the generated versions of all the php of the \
> site. 
> 
> Can anyone help me?
> 
> 
> My system: linux Apache/2.0.54 (Fedora)  with mod_dav
> 
> 
> 
_______________________________________________
dav-dev maillist  -  dav-dev@lyra.org
http://dav.lyra.org/mailman/listinfo/dav-dev


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic