This is the english version of my posting above ...
I am getting mad by the following problem:
I`ve got a runnig apache 1.3.29 with php4 and ssl Modules .
Everything works fine but not php under ssl.
Apache wants me to download the php file in https because he didnt know
the application/x-httpd-php
I got the following in httpd.congf :
AddType application/x-httpd-php .php .php4 .php3 .phtml
AddType application/x-httpd-php-source .phps .pshtml
It is in the main part.
> about SSL, that's managed enterely by Apache, if you didn't activated
> PHP only in the non-ssl part of the server it should work both in
Where do you mean to put it ( SSL-PArt ? is this the section under SSL
Global Context or <VirtualHost _default_:443> ? )
I tried some other sections and made some restarts of apache but nothing
seems to work.
Anyone could help ??
Thanks allot !!
Greetings Marc
> Davide
><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: PHP not work with ssl ( application/x-httpd.conf not recog..