Hi Gurol,
your php configuration file is located under.
/etc/apache2/conf.d/mod_php4.conf
Please send it to me.
Regards,
Pavel Siderov
----- Original Message ----- From: "Gurol Akman" gurol_akman@hotmail.com To: pi@hostmates.com Sent: Wednesday, December 29, 2004 12:31 AM Subject: Re: [Serusers] cannot open index.php under konqueror
Hi Pavel,
I was able to locate httpf.conf under /etc/apache2 & attaching a copy of it to this e-mail. I used 'rcapache2 start' to start the apache server. However, I continue to have the same problem when I try to click on a *.php file from within konqueror. I'm also attaching a copy of the php.ini file that is under /etc directory. Thanks for your help,
Gurol
From: "Pavel Siderov" pi@hostmates.com To: serusers@lists.iptel.org CC: "Gurol Akman" gurol_akman@hotmail.com Subject: Re: [Serusers] cannot open index.php under konqueror Date: Tue, 28 Dec 2004 23:25:57 +0200
Hi, usually this file is located at /etc/httpd/ or /etc/apache/ if not try to find your httpd.conf this way - type in console slocate -u slocate httpd.conf Last command will show you where it's located. At the last lines of httpd.conf you will find info about. If lines are commented (#) uncomment them and restart your apache: apachectl restart
To test whether php is working create file for example info.php with content
<?php phpinfo(); ?>
And after that open it with your browser ( http://your_ip/info.php ). If apache and php are working you'll see some info at your browser window otherwise you'll get the same dialog as the one when you tried to open index.php.
Regards, Pavel Siderov
P.S. If you can't resolve your problem send me as atachement your httpd.conf and I'll tell you what you have to change :).
----- Original Message ----- From: "Gurol Akman" gurol_akman@hotmail.com To: pi@hostmates.com Sent: Tuesday, December 28, 2004 10:52 PM Subject: Re: [Serusers] cannot open index.php under konqueror
Hi,
I'm running SuSE 9.2. When I check on the list of software packages installed, I see that 'apache2' and a whole bunch of php packages installed. Where would the httpd.conf or php.conf files be located? Thanks,
GA
>From: "Pavel Siderov" <pi@hostmates.com> >To: "Gurol Akman" <gurol_akman@hotmail.com> >Subject: Re: [Serusers] cannot open index.php under konqueror >Date: Tue, 28 Dec 2004 22:38:11 +0200 > >Do you have php installed and configured with the apache server:) ? >Check apache httpd.conf or php.conf. > >Regards, >Pavel Siderov > >----- Original Message ----- From: "Gurol Akman" ><gurol_akman@hotmail.com> >To: <serusers@lists.iptel.org> >Sent: Tuesday, December 28, 2004 10:12 PM >Subject: [Serusers] cannot open index.php under konqueror > > >>Hi, >> >>After installing serweb per INSTALL instructions, if I attempt to >>open the index.php file under konqueror, I get prompted with >>another window asking me which application to use to open the file. >>What may be wrong, any ideas? Thanks, >> >>GA >> >> >>_______________________________________________ >>Serusers mailing list >>serusers@lists.iptel.org >>http://lists.iptel.org/mailman/listinfo/serusers >> >> > >