Apache 2.2.4, PHP 5 and Suse Linux10.2

liunx

Guest
Gurus,

I am stuck..a newcomer to Linux/Apache/PHP world..
I have a Dell laptop with Open Suse Linux 10.2 that (via Yast) has installed the latest available Apache, PHP versions. I can start Apache fine, ran phpinfo.php and it brings back the info on the webpage.
Challenge is when I download and expand DokuWiki (I wanted to install this Wiki under Linux on this laptop), I can not run install.php using <!-- m --><a class="postlink" href="http://localhost/install.php">http://localhost/install.php</a><!-- m -->, it simply says 'Done' in the bottom left corner of the browser bar and nothing happens (don't get the install page to get wiki intallation started). I noticed httpd.conf in Linux is pointing to other conf. files and not sure where to add the directives so that it can understand my install.php file i extracted under htdocs!

any pointers/tutorials will be appreciated . <!-- m --><a class="postlink" href="Thankshttp://www.novell.com/coolsolutions/feature/595.html">Thankshttp://www.novell.com/coolsolutio ... e/595.html</a><!-- m -->

Have a look at this, i have read through it and it sounds ok, try googleing(or other)

"Suse install apache php mysql"Thanks. I did take a look at the Novell Link. I can get to the point where I can see the phpinfo.php page load correctly in the browser. My problem is I am not sure where in the httpd.conf (and the files it points to) I should add directives so that I can run install.php for dokuwiki. I did that on Windoes without any problem since I added all the php module and file extensions etc. within the httpd.conf whereas in Linux it seems to point to additional files and in the modules.conf it says do not edit this file.!!Is display_errors set to On and error_reporting set to E_ALL ?
 
Back
Top