Hi folks once again Thanks for the rapid response last time Now i am trying to get Mozilla to understand php file but all that happens is i get asked what i want to do with the file i get the same response form Konqueror as far as i can see i have the php modules for apache2 well libphp4.so in /usr/lib/apache2-prefork once again what am i missing Pete . -- If Bill Gates had gotten LAID at High School do YOU think there would be a Microsoft ? Of course NOT ! You gotta spend a lot of time at your school Locker stuffing underware up your ass to think , I am going to take on the worlds Computer Industry -------:heard on Cyber Radio.:-------
On Sunday 31 July 2005 01:43, Peter Nikolic wrote:
Hi folks once again
Thanks for the rapid response last time
Now i am trying to get Mozilla to understand php file but all that happens is i get asked what i want to do with the file
i get the same response form Konqueror as far as i can see i have the php modules for apache2 well libphp4.so in /usr/lib/apache2-prefork
once again what am i missing
Pete .
Do rcapache2 restart Call the file index.php. Put it into /srv/www/htdocs and now call it using from mozilla or konq by http://your.ip/index.php On our lan your.ip is 192.168.1.1 If you're running apache on your own client then you could try also: http://127.0.0.1/index.php or localhost. There are loadsa ways to call it.
On Saturday 30 July 2005 4:43 pm, Peter Nikolic wrote:
Hi folks once again
Thanks for the rapid response last time
Now i am trying to get Mozilla to understand php file but all that happens is i get asked what i want to do with the file
i get the same response form Konqueror as far as i can see i have the php modules for apache2 well libphp4.so in /usr/lib/apache2-prefork
once again what am i missing
Make sure your default-server.conf in /etc/apache2 includes the index.php on the DirectoryIndex ... DirectoryIndex index.html index.htm index.php Scott -- POPFile, the OpenSource EMail Classifier http://popfile.sourceforge.net/ Linux 2.6.11.4-21.7-default x86_64 SuSE Linux 9.3 (x86-64)
Peter Nikolic wrote:
Now i am trying to get Mozilla to understand php file but all that happens is i get asked what i want to do with the file
Sounds like apache is serving it as text instead of calling the php interpreter. Check your mime-settings. /Per Jessen, Zürich -- http://www.spamchek.com/freetrial - managed anti-spam and anti-virus solution. Sign up for your free 30-day trial now!
On Sunday 31 July 2005 08:57, Per Jessen wrote:
Peter Nikolic wrote:
Now i am trying to get Mozilla to understand php file but all that happens is i get asked what i want to do with the file
Sounds like apache is serving it as text instead of calling the php interpreter. Check your mime-settings.
/Per Jessen, Zürich
-- http://www.spamchek.com/freetrial - managed anti-spam and anti-virus solution. Sign up for your free 30-day trial now!
Humm Ok this is getting silly now i have checked the mime types they all seem ok i am not shure where this line DirectoryIndex index.html index.htm index.php sholud go but have tried all sorts still to no avail Mozilla either completely ignores php files like no action at all or asks me if i want to down load the file ?. This php thing has bugged me for ages now i tried to make sense of it all when i first installed 9.2 and gave up now i need to have it working and still the same AFAIK all system updates have been installed Any more ideas folks i got a fuse burning at both ends right now .. Cheers Pete . -- If Bill Gates had gotten LAID at High School do YOU think there would be a Microsoft ? Of course NOT ! You gotta spend a lot of time at your school Locker stuffing underware up your ass to think , I am going to take on the worlds Computer Industry -------:heard on Cyber Radio.:-------
Ok this is getting silly now i have checked the mime types they all seem ok i am not shure where this line DirectoryIndex index.html index.htm index.php sholud go but have tried all sorts still to no avail Mozilla either completely ignores php files like no action at all or asks me if i want to down load the file ?.
This php thing has bugged me for ages now i tried to make sense of it all when i first installed 9.2 and gave up now i need to have it working and still the same AFAIK all system updates have been installed
Any more ideas folks i got a fuse burning at both ends right now ..
Cheers Pete .
Are you _sure_ that you are calling the .php file by it's URL? You can't just click on them. Tell us where the file is located and what you are doing to try to see it. Steve.
On Sunday 31 July 2005 10:48, steve wrote:
Ok this is getting silly now i have checked the mime types they all seem ok i am not shure where this line DirectoryIndex index.html index.htm index.php sholud go but have tried all sorts still to no avail Mozilla either completely ignores php files like no action at all or asks me if i want to down load the file ?.
This php thing has bugged me for ages now i tried to make sense of it all when i first installed 9.2 and gave up now i need to have it working and still the same AFAIK all system updates have been installed
Any more ideas folks i got a fuse burning at both ends right now ..
Cheers Pete .
Are you _sure_ that you are calling the .php file by it's URL? You can't just click on them.
Tell us where the file is located and what you are doing to try to see it. Steve
I am trying to get phpMyAdmin to run it is installed in "/srv/www/htdocs/phpMyAdmin/" which is the default from the rpm package . -- If Bill Gates had gotten LAID at High School do YOU think there would be a Microsoft ? Of course NOT ! You gotta spend a lot of time at your school Locker stuffing underware up your ass to think , I am going to take on the worlds Computer Industry -------:heard on Cyber Radio.:-------
In article <200507311211.25472.p.nikolic1@btinternet.com>, Peter Nikolic <p.nikolic1@btinternet.com> wrote:
I am trying to get phpMyAdmin to run
it is installed in "/srv/www/htdocs/phpMyAdmin/" which is the default from the rpm package .
Have you enabled php via the httpd section in Yast? Nik -- http://www.cheddarcheese.de
Now i am trying to get Mozilla to understand php file but all that happens is i get asked what i want to do with the file
I will try to help, for I have a similar problem, but only some time. it's on a 9.0. can you gives us an URL we can test? for my own problem, see http://dodin.org/mediawiki/index.php/ConfigurerApache there is an image on the page. most "edit" link works ok, but one of the links around the image doesn't (not always the same) try it (don't need to know french nor to chage anything, just clic on edit, some open the edit windos, others don't) it may be a mediawiki issue, but it looks like an apache one. could there be a lack of apache process??? host is a PIII800 256Mb ram thanks jdd -- pour m'écrire, aller sur: http://www.dodin.net http://valerie.dodin.net http://arvamip.free.fr
On Sat July 30 2005 7:43 pm, Peter Nikolic wrote:
Now i am trying to get Mozilla to understand php file but all that happens is i get asked what i want to do with the file
You have to call the php file as a url using your web server. This means that if it is on your local box, you call http://localhost/php.index. If hosted elsewhere, use that url. I started using php with this exact error by just clicking on the file and getting the same result. Good luck. I hope this does help. -- Bob Rea mailto:gapetard@stsams.org http://www.petard.us http://www.petard.us/blog http://www.petard.us/gallery Freedom is only privilege extended unless enjoyed by one and all --Billy Bragg
On Sunday 31 July 2005 12:30, Bob Rea wrote:
Hi Folks .. Well had to reboot the machine not long ago seems like sound and usb were having a ding dong . Any how it seems to be playing the game now so maybe something was causing grief , I am beggining to think skype is causing me a few problems it was stopping apache2 from running and i think there may be a chance it was causing this one as well . I will report more if and when i find more .. Thanks all Pete . -- If Bill Gates had gotten LAID at High School do YOU think there would be a Microsoft ? Of course NOT ! You gotta spend a lot of time at your school Locker stuffing underware up your ass to think , I am going to take on the worlds Computer Industry -------:heard on Cyber Radio.:-------
participants (7)
-
Bob Rea
-
jdd sur free
-
Nik
-
Per Jessen
-
Peter Nikolic
-
Scott Leighton
-
steve