Re: php troubles

2001-02-08 Thread joeytsai
Well, "httpd" doesn't seem to be a valid command, but "apache -l" does give: Compiled-in modules: http_core.c mod_so.c mod_macro.c suexec: enabled; valid wrapper /usr/lib/apache/suexec // joey tsai :: Rick Rezinas :: > does running > httpd -l > > show the following modules installed?

Re: php troubles

2001-02-08 Thread Rick Rezinas
does running httpd -l show the following modules installed? http_core.c mod_so.c rick On Thu, 08 Feb 2001, joeytsai wrote: > Yeah, I do. :/ > > // joey tsai > > > :: Rick Rezinas :: > > hello, > > > > do you have a line like > > > > AddType application/x-httpd-php3 .php > > AddType

Re: php troubles

2001-02-08 Thread joeytsai
Yeah, I do. :/ // joey tsai :: Rick Rezinas :: > hello, > > do you have a line like > > AddType application/x-httpd-php3 .php > AddType application/x-httpd-php3 .php3 > > uncommented in there too?

Re: php troubles

2001-02-08 Thread Rick Rezinas
hello, do you have a line like AddType application/x-httpd-php3 .php AddType application/x-httpd-php3 .php3 uncommented in there too? rick On Thu, 08 Feb 2001, joeytsai wrote: > Hi, > > I can't seem to get apache to load the php module and to process my .php3 > pages. > I have the > > Loa

php troubles

2001-02-08 Thread joeytsai
Hi, I can't seem to get apache to load the php module and to process my .php3 pages. I have the LoadModule php3_module /usr/lib/apache/1.3/libphp3.so line uncommented in /etc/apache/httpd.conf, and I've restarted the server. Does anyone know what could be wrong? THanks, // joey tsai