very very correct not that line u are talking about. but here are the two places i made the changes
<IfDefine SSL> LoadModule ssl_module libexec/libssl.so #LoadModule php4_module libexec/libphp4.so </IfDefine> <IfDefine SSL> AddModule mod_ssl.c #AddModule mod_php4.c </IfDefine> b.t.w my another trouble here is that, ssl works only with localhost. not with the other hosts and ip's on my machine. what do i do ? where do i have to make a change arvind ----- Original Message ----- From: "Sudhakar Chandra" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 21, 2002 8:47 PM Subject: Re: [LIH]apache + ssl | On 05/21/2002 03:23 AM, did Arvind write (doodah! doodah!): | > then i after a couple of days, i configured php for my apache. luckily i had | > configured apache with apxs so, i could easily configure php. | > | > now, my php refuses to run unless i do a | > apachectl startssl | > | > if i do a normal | > apachectl start | > | > and then try to run a php script, then it asks me whether i should dowload | > this file or ot not. | | Sounds like your apache running with ssl knows how to handle .php files | and your apache running without ssl does not know how to handle .php | files. | | Does your httpd.conf have the following lines for the non-ssl apache: | | AddType application/x-httpd-php .php | | | Thaths | -- | "Homer, your theory of a donut-shaped universe is intriguing." | -- Stephen Hawking | thaths at aunet.org Slacker At Large http://www.aunet.org/~thaths/ | Key fingerprint = 8A 84 2E 67 10 9A 64 03 24 38 B6 AB 1B 6E 8C E4 | | | _______________________________________________________________ | | Don't miss the 2002 Sprint PCS Application Developer's Conference | August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm | | _______________________________________________ | linux-india-help mailing list | [EMAIL PROTECTED] | https://lists.sourceforge.net/lists/listinfo/linux-india-help _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
