> ScriptAlias /php4/ "C:/php4/"
> AddType application/x-httpd-php .php
> Action application/x-httpd-php "/php/php.exe"
>
> I have the distinct impression there is something wrong with this picture
> (all / and \ are as quoted above!!!).
not much use to you then!
> ScriptAlias /php4/ "C:/php4/"
you don't need this unless you want a specific directory to store all
your php files in... (much like the setup of cgi-bin on most httpds)
for linux it should look like this:
ScriptAlias /php4/ /path/to/php-dir
> AddType application/x-httpd-php .php
that would stay the same, although you can add any extension depending
on how you want to name the files... eg. .php .php4 .phtml
> Action application/x-httpd-php "/php/php.exe"
if php is an apache module it would look something like:
Action application/x-httpd-php mod_php
i not sure how the debs are packaged in regards to php being an apache
module or standalone.... anyone know?
have a look at http://www.awtrey.com/support/dbeweb/debian.php ....
does it help at all?
later
marty
--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug