On Mon,  2 Apr 2001 15:31, natter wrote:
> 1, Ok, I checked my existing apache install (httpd -l and it has
> mod_so.c)
> 2. Installed php using the following line: configure
> --with-apxs=/usr/local/apache/bin
> 3. Changed my httpd.conf file to allow .php:
>                         - AddType application/x-httpd-php .php
>                         - AddType application/x-httpd-php-source .phps
>
> I created a test file named: 1.php with the following code in it:
> <? phpinfo();?>
>
> When I type this url in: http://64.133.38.28/1.php it asks me to save
> it. (in netscape or IE)
>
> Any help on what I'm doing wrong here?
>
> Thanks in advance.

4. restart apache to read changes to config file?

-- 
David Robley                        | WEBMASTER & Mail List Admin
RESEARCH CENTRE FOR INJURY STUDIES  | http://www.nisu.flinders.edu.au/
AusEinet                            | http://auseinet.flinders.edu.au/
            Flinders University, ADELAIDE, SOUTH AUSTRALIA

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to