Re: [gentoo-user] Apache, PHP and HTTPS issue

2003-02-15 Thread James Dennis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It sounds like you didn't run the ebuild scripts after installing. Read the doc's on how to install things before expecting magic... - -James On Thursday 13 February 2003 04:17 pm, Balaji Srinivasan wrote: Hi Everyone i have installed apache,

Re: [gentoo-user] Apache, PHP and HTTPS issue

2003-02-14 Thread Paul de Vrieze
On Friday 14 February 2003 01:02, Bruno Lustosa wrote: * 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

Re: [gentoo-user] Apache, PHP and HTTPS issue

2003-02-13 Thread Joshua Moore-Oliva
Have you tried ?php phpinfo();? On February 13, 2003 04:17 pm, Balaji Srinivasan wrote: Hi Everyone i have installed apache, mod_ssl and php. I have set APACHE_OPTS in /etc/conf.d/apache to include -D SSL and -D PHP4 Now when i run apache i cannot do a https to that box. Why is that? Also

RE: [gentoo-user] Apache, PHP and HTTPS issue

2003-02-13 Thread Balaji Srinivasan
] Apache, PHP and HTTPS issue Have you tried ?php phpinfo();? On February 13, 2003 04:17 pm, Balaji Srinivasan wrote: Hi Everyone i have installed apache, mod_ssl and php. I have set APACHE_OPTS in /etc/conf.d/apache to include -D SSL and -D PHP4 Now when i run apache i cannot do a https

RE: [gentoo-user] Apache, PHP and HTTPS issue

2003-02-13 Thread Ajay Sharma
On Thu, 13 Feb 2003, Balaji Srinivasan wrote: Same result... Now it just shows ?php phpinfo();? The access_log just shows that the file was gotten...nothing more. look at the apache error log and make sure it says something like: [Wed Feb 12 17:42:43 2003] [notice] Apache/1.3.27 (Unix)

Re: [gentoo-user] Apache, PHP and HTTPS issue

2003-02-13 Thread Bruno Lustosa
* 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.

RE: [gentoo-user] Apache, PHP and HTTPS issue

2003-02-13 Thread Balaji Srinivasan
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

RE: [gentoo-user] Apache, PHP and HTTPS issue

2003-02-13 Thread Ryan
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 Depending on how things are setup (I don't

RE: [gentoo-user] Apache, PHP and HTTPS issue

2003-02-13 Thread Balaji Srinivasan
the port to 993. That doesnt work. I dont as yet know how to tell squirrelmail to use imapds. Thanks Balaji -Original Message- From: Ryan [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 4:37 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [gentoo-user] Apache, PHP

Re: [gentoo-user] Apache, PHP and HTTPS issue

2003-02-13 Thread Andrew Pasquale
On Thu, Feb 13, 2003 at 05:02:54PM -0800 or thereabouts, Balaji Srinivasan wrote: I found out that entering the URL at https://localhost/squirrelmail/ works but the one without the trailing / doesnt work. I saw some articles about this in the squirrelmail list but havent figured out what I need

Re: [gentoo-user] Apache, PHP and HTTPS issue

2003-02-13 Thread Ing. Bernardo Lopez
-D PHP check if you have https port open whit netstat -l Have a nice day On Thu, 2003-02-13 at 21:17, Balaji Srinivasan wrote: Hi Everyone i have installed apache, mod_ssl and php. I have set APACHE_OPTS in /etc/conf.d/apache to include -D SSL and -D PHP4 Now when i run apache i cannot do a