[Serusers] cannot open index.php under konqueror

Pavel Siderov pi at hostmates.com
Wed Dec 29 15:59:45 CET 2004


Gurol,
edit your httpd.conf and add at the end of the file line

Include /etc/apache2/conf.d/php.conf

Check whether path is correct. After that restart apache.
These are simple things... you need to know many others to be able to 
administrate ser!

Pavel Siderov

----- Original Message ----- 
From: "Gurol Akman" <gurol_akman at hotmail.com>
To: <pi at hostmates.com>
Sent: Wednesday, December 29, 2004 3:57 PM
Subject: Re: [Serusers] cannot open index.php under konqueror


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





More information about the sr-users mailing list