dan wrote: > I am looking into installing PHP on SuSE linux (v7.2). I currently use > Apache 1.3.19. > Reading through the PHP install instructions (from www.php.net) it seems > there are a number of steps which involve re-installing Apache. I already > have the Apache webserver installed and operational so I am unsure whether > or not I actually need to do this. Here are some of the steps the install > instructions give:
Just install an PHP rpm package. It will place some PHP modules into the place where apache looks for modules. If you have a look at apaches http.conf file there are about 2 lines there that you will have to uncomment; they are a "LoadModule" line and a line that tells apache what extensions like .php .php3 etc to interpret as PHP. Thats all you will need to do. You wont need to rebuild apache. -- Mike Lake Uni of Technol., Sydney UTS CRICOS Provider Code: 00099F DISCLAIMER ======================================================================== This email message and any accompanying attachments may contain confidential information. If you are not the intended recipient, do not read, use, disseminate, distribute or copy this message or attachments. If you have received this message in error, please notify the sender immediately and delete this message. Any views expressed in this message are those of the individual sender, except where the sender expressly, and with authority, states them to be the views the University of Technology Sydney. Before opening any attachments, please check them for viruses and defects. ======================================================================== -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
