Ok i found out that i needed to type index.php in the URL. But why? My
commonapache2.conf contains the entry:
<IfModule mod_dir.c>
    DirectoryIndex index.html index.html.var index.php index.php3
index.shtml index.cgi index.pl index.htm Default.htm default.htm
</IfModule>

So this should cause apache to look for index.php right?
Balaji


-----Original Message-----
From: Balaji Srinivasan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 13, 2003 4:08 PM
To: 'Bruno Lustosa'; [EMAIL PROTECTED]
Subject: RE: [gentoo-user] Apache, PHP and HTTPS issue


Thanks to everyones help, i now have PHP and HTTPS working.
I just emerged apache2 and it worked. Since im not running a production
server i think its acceptable that apache2 is not completely stable yet.

Now i have another question. I am trying to run squirrelmail but when i type
https://localhost/squirrelmail the client gives me an error. On the server
in the error log (ssl_error_log) i can see no errors. Should I be looking
anywhere else?
Balaji

-----Original Message-----
From: Bruno Lustosa [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 13, 2003 4:02 PM
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] Apache, PHP and HTTPS issue


* Balaji Srinivasan <[EMAIL PROTECTED]> [13-02-2003 20:04]:
> The error log just says that Apache was started. No PHP info.
> I did some digging in and found out that apache does not include any of
the
> PHP stuff but apache2 does.
> 
> Should I be using apache2?
> If so how do I emerge it?

No real need. Check your httpd.conf and try to find something like this:

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

Aparently, apache isn't recognizing the php extension as x-httpd-php,
and then, not passing control to the php module to parse it.
Check it out, then post back.

-- 
Bruno Lustosa, aka Lofofora          | Email: [EMAIL PROTECTED]
Network Administrator/Web Programmer | ICQ UIN: 1406477
Rio de Janeiro - Brazil              |

--
[EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list

Reply via email to