Ubuntu Servers :: PHP Pages Downloaded Instead Of Interpreted

May 1, 2011

I'm trying to configure Apache2 with mod_fcgid and PHP5.

I wrote the wrapper scripts according to the following how-to: [url]

However, I'm stuck with my browser trying to download the PHP pages when I go to my website.

View 9 Replies


ADVERTISEMENT

Software :: Launch Script To Be Interpreted On Screen Session?

Jan 27, 2010

I am on an xubuntu live cd setting up gentoo linux. I use screen to make sure that all my compiling and whatnot runs in the background and I won't accidently exit it. I have a script that I have written that autoruns starting my screen session, whenever I insert my thumbdrive. A seprete script should be passed along to screen telling it to chroot into my gentoo setup. However, whenever I use screen -X ./myscript.sh it says that it is an unknown command. How can I pass it along to screen?

View 1 Replies View Related

Programming :: Embed Variable Definitions Within Constants So They Can Be Interpreted?

Jun 30, 2011

Say I have arrays of constants code...

Is it possible to induce bash to interpret the ${tbl[1]} part to its actual value (1-6) when I reference those particular entries in the arrays?
Using this instruction to do so code...

View 9 Replies View Related

Ubuntu Servers :: Loading Internet Pages ?

Jun 18, 2010

Some pages on the Internet will not load. What is the remedy?

View 1 Replies View Related

Ubuntu Servers :: Local Repository With Deb Downloaded From Web

Jan 10, 2011

I would like to set up a local repository, that serves my LAN, and store it packages I found on the web (using pkgs.org for example) , can you please link me a guide regarding this ?

View 6 Replies View Related

Ubuntu Servers :: Add Images On Squid Error Pages?

Apr 26, 2010

I want that squid error pages have the company logo. I edited the page called ERR_ACCESS_DENIED but the image doesn't show (image its in the same directory as ERR_ACCESS_DENIED).

I tried png and gif formats to no avail.

Also I found this but I don't get what the writer is saying so I cant do it.

http://www.creative.net.au/evil/squi...ge_pages.shtml

View 4 Replies View Related

Ubuntu Servers :: Local Apache Is Not Refreshing Pages?

Jul 16, 2010

I own several websites and have always developed on my local Apache server.

I am in the middle of releasing a new product on one of my sites and have been making rapid changes to the site based on feedback from customers, etc. as my product has gone live...

My local server is NOT refreshing pages. I make a change, click "refresh" in my browser and nothing happens.

I have tried clearing my browser cache and it makes no difference. Eventually (several minutes later) my changes happen.

Problem is, I need to be making these changes rapidly, and I really prefer to check my work on localhost before uploading it to a live server where I'm getting a lot of visitors right now.

This is a very recent problem as I have never had this occur before. Running 10.04.

View 9 Replies View Related

Ubuntu Servers :: Desktop - PHP Scripts Don't Run But Get Downloaded With Apache2

Aug 4, 2010

I can't get PHP to work properly with my apache2 server. I've tried adding this to the empty httpd.conf file:

Code:
AddType application/x-httpd-php .php3 .php
AddType application/x-httpd-php-source .phps

but that didn't work. Also, there are no apparent php related files in /etc/apache2/mods-enabled

View 6 Replies View Related

Fedora Servers :: Add Pages To /var/www/httpd And Permissions Denied

Oct 28, 2009

I installed apache and all is well until I had to add pages to /var/www/httpd and permissions are dinied.

View 1 Replies View Related

Fedora Servers :: CUPS - No Pages Found (Print Job Stopped)

Feb 26, 2011

I successfully installed cups on my fedorabox, I can manage it through the web interface on port 631. I added the hplip and installed a HP Deskjet printer. However, when I want to print a test page I get the following error: "no pages found". The print job is in a stopped state...

View 2 Replies View Related

CentOS 5 Networking :: Use The VPSs IP At A Particular Port To Load The Servers Web Pages?

Mar 4, 2010

I am running OpenVZ.I wanted to use the VPSs IP at a particular port to load the Servers Web Pages e.g. The IP 88.88.88.88 is the VPS IP and 77.77.77.77 is the servers main ip.My files are on the main server at /usr/local/pages/

I want to load the page from the URL: https://88.88.88.88:8888

These should load the files from the main server at /usr/local/pages/ Virtuozzo a OpenVZ panel does it. So how is this going to be possible ? Will DNAT do the trick : iptables -t nat -A PREROUTING -p tcp -d 88.88.88.88 --dport 8888 -i eth0 -j DNAT --to-destination 192.168.0.1:8888

View 3 Replies View Related

Fedora :: Apache Not Parsing Php Pages / Trying To Run Php Script In Browser Its Not Opening Php Pages?

Feb 19, 2010

I have a Cent OS 5.4 32 bit final installed in my dedicated server.

I used to run lighttpd with php in my server until now and all was fine.But yesterday I changed my website which needs apache to run. So installed apache using yum install httpd command.

Then I added the virtual host name of my domain in webmin panel but when i try to run my php script in browser then its not opening php pages.

Instead it downloads php files like index.php when i open in browser.So I guess apache is not able to compile and run php pages. Only html pages are opening right now..

View 2 Replies View Related

General :: Man Pages Not Displayed / Saying Formatting Pages And Then It Is Displaying Blank Page?

Sep 9, 2009

when i input man <cmd>.....it's saying formatting pages....n then it is displaying blank page.

View 6 Replies View Related

Ubuntu Servers :: Manual Pages Don't Display Correctly - Keyboard Functions Incorrectly Via VT100

Sep 17, 2010

I have gotten my project ubuntu server 10.04 up and running and logged in remotely with a terminal emulator program called AccuTerm that I use from work. It has multiple control files and want to know which file works best with ubuntu server. My reason for asking is some of the manual pages do not display correctly and keyboard functions seem to function incorrectly via VT100 and I have eighteen to choose from?

View 2 Replies View Related

Debian Installation :: All Packages Downloaded Gone - Use Package Downloaded?

Mar 1, 2010

after the netinst finished to download the last package, one hour later the process never continues, I checked the log file and I didn't find anything suspecious, also dmesg and nothing, in fact, in the log file before checked I found that the last line was registered just a minute ago - DHCP renew IP-, so my questions are:

1. all the packages downloaded are gone?, can I restart the installation using all those packages downloaded?

2. where I can find the error or problem that cause that the installation was freezed?

3. in the case that installation needs to start from the beginning, can I use the package downloaded?

View 3 Replies View Related

Server :: Index.php - On Server - Offered For Download Rather Than Being Interpreted?

Jan 18, 2010

I have SLES10 SP3 with Apache2 in version 2.2.3 and php5.

I have a virtual host configuration with one vhost.

The /etc/apache2/listen.conf:

Code:

In _web-ims.conf:

Code:

This directory (/etc/apache2/conf.d) also contains the php-config-file php5.conf which now gets interpreted (I suppose):

Code:

Actually things are working OK.

However, ON THE SERVER php only gets interpreted by the FireFox browser when called upon localhost:
[url] //Works fine.

When called thru the IP:

BUT when I call
[url]

FROM ANOTHER CLIENT-COMPUTER, for example my windows computer with XP, using Internet Explorer, then it works!

So, does s.o. have any idea why the same call that does work on another client does not work on the Server? And why does the call with localhost on the server work?

Is that a bug in the FireFox-Browser or where do I have to tell him that he should interpret the php-code also from the IP and not only from loccalhost?

View 2 Replies View Related

Fedora Servers :: Make PHP Pages - Shows An Internal Error 500 Page But Doesn't Show On What Line And Compile Error Encountered

Feb 1, 2011

I'm trying to make some pages. For this I try to host them locally. However, when I have an error in my PHP code, the server shows an internal error 500 page and doesn't show on what line and what compile error it encountered. There is no such information in the error log either. What should I do about it, it's not really nice to comment all the lines and then try to uncomment them one by one. I've been googling for a while, but didn't find anything.. I forgot to mention, I;m using Fedora :P, the apache that came with it and mysql and php from the repository...

View 3 Replies View Related

Server :: Web Server Sees The Pages But Not The Folder That Has All The Images For The Pages

May 14, 2010

I'm very new to Linux, and I have ran a Windows XP server before, with a Apache2 Server software for Windows. and didn't have any problems with it, but I really want to set this server up with Linux.

The server is running, but the only thing that comes up in the browser, is the html pages, the pages call all the images from a folder /images/ but for some reason I can't get it to pull the folder up. None of the graphics show on any of the pages.

I also have a VirtualHost setup, and have another website set up in the DocumentRoot with the 2nd site, but it won't come up ether, even tho it is listed as the 2nd VirtualHost, and have that folder set up as the DocumentRoot.

I'm just using IP Addresses for now till I get this all sorted out.So if I enter the IP the main page comes up, just no graphics. if I enter the IP Address/2ndSiteFolder/ I get a directory listing with the 2nd site folder listed, so now if I click on the 2ndSiteFolderName, it comes up as IP/2ndSiteFolder/2ndSiteFolder/ Now the 2nd site comes up, and so does all the Graphics for that site, even if I go to some of the other subfolders site. So its just weird. I don't know what I need to do to get this to work right.

I know it has to do with setting up the folders for VirtualHost, I just don't know what it is. I have been working on this for a week, and I'm not getting anywhere..

View 9 Replies View Related

Ubuntu :: Certain Web Pages Ok On Windows But Not?

Feb 10, 2010

I tried to make that as short and descriptive as I could. There are certain web pages that I try to visit on my Linux computer that either respond after more than a minute of waiting for a response or, more often than not, simply do not respond at all - leaving the browser "waiting for xxxxx". Yet when I try those same pages on my GF's Windows computer, connected to the same router/DSL connection, the pages load quickly and without problems. Both systems are running Firefox.. One of the pages, for reference, [URL]..

View 5 Replies View Related

Ubuntu :: Can't Acces Some Web Pages?

Feb 24, 2010

I've just installed Ubuntu 9.1 amd64 and I have a problem with acces to some web pages (i.e amd.com, adobe.com). I looks like bowser load a page but then stopping it last infinitely. I have Ubuntu 9.1 x64Atheros wireless adapter connected to ZyXEL access point.Parallel Windows machine which connected to te same router has no prblem with access to those sites. I tried different browsers, different setting of DNSeven set up different versions of 9.1 (x64, x86)

View 2 Replies View Related

Ubuntu :: 9.10 Web Pages Not Loading?

Apr 18, 2010

after wrestling with several problems over the past few days of switching over to a portable version of Linux 9.10 (I'm running a Live USB created using Lili USB), and deciding between the UNR or the Desktop i386 releases (I eventually went with UNR because i386 will not load on my netbook and ends up corrupting itself), I now find myself with the interesting problem that Firefox will no longer load webpages.I'm using a wireless connection, and it worked about 4 hours ago, but doesn't any longer. It registers that it is connected (The network icon displays the connected information), but the webpages themselves will not load (And I don't know if any other web based application functions- I only bothered to check firefox).

And I know the connection itself is not to blame because I'm using it right now to post this message (Off of Windows 7).Any help that can be given would be appreciated. Except for these problems that come up I'm loving Ubuntu, and intend to use it inbetween classes and such.EDIT:No internet applications work, and the router does assign me an IP address while in Ubuntu. Also, the speed of the "Server not found" message indicates that it's not even trying to connect.

View 3 Replies View Related

Ubuntu :: Web Pages Hangs?

Sep 9, 2010

If I surf the net and reads webpages everything works great.But if I forxample try to write a comment in Facebook, I have to minimize Firefox, then maximize. Writing works fine

View 4 Replies View Related

Ubuntu :: Pdf To Png Convert Not All The Pages?

Jan 27, 2011

At the moment I regularly use Image Magick convert command to convert PDF's to images which is great but I would like to only convert some of the pages in the PDF instead of them all. Im sure the function must be available I just haven't been able to find it even after bashing google for a few days.

Code:
convert *full.pdf test%d.jpg
this is the command I use at the moment.

View 3 Replies View Related

Ubuntu :: How To Download The Pages

Feb 9, 2011

I like to read help files offline, but downloading one page at a time is extremely tedious. I never see a "download all pages" option.

View 2 Replies View Related

Ubuntu :: How To Render Web-pages Right Way?

Mar 2, 2011

I am a web developer and fonts are crucial to my job.All i want is firefox to render the fonts just like if im on a windows machine, is this possible?For example i install tahoma and microsoft core fonts but in the FF they're not appearing right. This is a straggle to my work and believe me, i 've searched the entrire internet for a solution!

View 8 Replies View Related

Ubuntu :: What To Do With Downloaded CD Bin Files

May 31, 2010

I downloaded, through the torrent, the Pink Floyd's Live in Gdansk concert. It first downloaded as an ISO and when I unzipped I now have 5 CD folders with bin files in them. I've searched and followed many different instructions to open the bin files but nothing is working. How to be able to listen to the music?

View 4 Replies View Related

Ubuntu :: Use Pre-downloaded Iso For Wubi?

Sep 16, 2010

I have downloaded the Ubuntu Netbook 10.04 iso about a week ago, and it's in the same folder as Wubi. It keeps trying to download another image even though the one is in the same folder. The image is not corrupted. How can I use the pre-downloaded iso?

View 5 Replies View Related

Ubuntu :: Downloaded Into A Zip File?

Feb 18, 2011

How do I install a theme that I downloaded into a zip file?

View 3 Replies View Related

Ubuntu :: Integrated Into A CMS, But Would Like To Build It Into Some Web Pages?

Jan 17, 2010

I know this is off Ubuntu topic, but, imo, Ubuntu is the best forum for answers on the internet.Anyone using one of these online editors ?I use it as integrated into a CMS, but would like to build it into some web pages - with sole purpose of EDITING MY WEBPAGES ONLINE. Kompozer is great, but has a mack truck hole that may never get filled and I find the (usage) simplicity of ckedit attractive.Problem is I am not able to grasp how to do it.The examples are gobbledeegook to me. I mean i try them, they work, but do not address how to integrate (maybe just over my head).Installation and usage is trivial, I just cannot grasp how (if possible) to integratethe editor INTO a webpage - better yet, direct it to a webpage.

View 1 Replies View Related

Ubuntu :: Pages Do Not Load On Certain Sites?

Mar 15, 2010

Pages do not load on certain sites (such as LinkedIn and Which? for example). The sites themselves load but when I click on links the pages load forever. With Which? I can close FF and open it again and then the link loads but after a few clicks they stop loading. It happens on all browsers (at least I tried FF and Chromium) but OK on Windows.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved