Ubuntu Servers :: Php File Is Blank In Browser?
May 24, 2010
I finished deploying work for my web server with Ubuntu 10 lts, everything testing is pass, only the php file issue, I put a testing php file in the /var/www/testing.phpbut I open a firefox, and then I saw a blank page, I am sure that Apache read the file, but why return a blank page in browser,
View 9 Replies
ADVERTISEMENT
Feb 26, 2011
I have a System with 3 raids and 11 hard drives
#1 Raid5: 6 * 1TB WD Green Power
#2 Raid1: 2 * 500GB WD Greem Power
#3 Raid1: 2 * 2TB Hitachi 24/7
[Code]....
i can't do the write test because it says: "the disk seems to ahve usage 'filesystem' ..." So I try copy via file browser.. From #1 to #3 i have an average write rate of 17 MB/s (one big file) When I do the same over GBit network, i get about 21 MB/s
I've got an X2 4200+ which is about 50% in use (both cores) in the worst case.
View 3 Replies
View Related
Apr 20, 2011
I set up an Ubuntu server install yesterday. I have used Ubuntu desktop for quite some time and have no issue with command line. I have everything working, except SMB shares. The share still works if I enter it's path manually (//server/share) but even shares I want to be viewable by browsing are not. (Attempted to browse in Nautilus, Windows and Mac file managers.) Server is running 10.10 (AMD64). Dump of smb.conf (generated with SWAT, which also works otherwise) follows. Solution with either SWAT or editing the file manually is fine.
[Code]...
View 3 Replies
View Related
Mar 5, 2010
I have a remote VPS with 9.10 installed and would like to host some files on it. I'd like to be able to download the files from a browser using a login name and password.
View 2 Replies
View Related
Jan 11, 2011
Writing this from the windows box since my problem is php pages display blank in any web browser on my kids computer running 10.10. and the forums are php based.All the threads I have seen are from people with a local apache server and php server running. This is just a workstation and nothing server like installed (well not apache or php anyway)so everything I have found tells me to check config files that of course are not there.Anyway since his favorite web game is php based he is currently a bit upset. It did work when I initially installed 10.10 on a full flatten and reload.
View 2 Replies
View Related
Apr 18, 2011
Which is the default file browser(NOT web browser) of Ubuntu 10.10 Maverick Meerkat?Nautilus?Are there any others for Ubuntu?
View 7 Replies
View Related
May 8, 2010
I have created a php page with only
PHP Code:
<? php echo "OK"; ?>
in the code. When I go to that page in a browser, I get a blank page. Is that normal, or am I suppose to see the word "OK" displayed in a browser? When I became curious, I open up Wireshark to capture the packets, I see that my server is giving out a "HTTP/1.0 500 Internal Server Error".
Here's the entire tcp stream:
Code:
GET /services/test.php HTTP/1.1
Host: 192.168.1.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 .....
View 6 Replies
View Related
Jan 13, 2011
I installed ubuntu 10.10 alongside Win7 recently, absolutely new to this OS.
Experiencing problems with firefox browser. A plain White blank screen appears only with the titile bar named Firefox. Actually when the web-browser icon is clicked, just a cursor BAR appears stuck inside the extreme left end of the screen (cursor bar something like the one we find in word processors or this blinking line while I type this). I manually have to expand the bar in order to get the firefox browser, which is the plain white screen.
Initially had problems with the missing wireless firmware, reading through this forum I activated the Broadcom driver. But before that, I wired in my laptop to the router and then FIREFOX worked fine, after an update which installed bout 214 updates the firefox got conked.
View 1 Replies
View Related
Jun 15, 2011
I can view a php page only with links browser (a text browser) But when i use firefox i got an error "Content encoding error"
View 4 Replies
View Related
Oct 28, 2010
Is there any gedit plugin, which expands folders of file browser side pane and shows currently editing file, while user switches between tabs?
View 1 Replies
View Related
May 27, 2011
I'm using rhel6. Using File Browser Nautilus 2.28.4 I could easily locate any file I'm interested in by it name. I'd like to use this File Browser to locate the file name based on it content e.g. based on some word in the text file. It doesn't work for me that way ... My question: does Nautilus support the search of file based on it content or only based on the name of the file itself?
View 4 Replies
View Related
Dec 27, 2008
I cannot redirect output from commands such as iptables, iptables-save, and ifconfig. For example, any of the following DOESN'T work ( as root ):
Code:
iptables > tmp
iptables-save > tmp
ifconfig > tmp
The file tmp is ALWAYS blank, that is, 0 bytes in size. Wackier things DO work, such as:
Code:
echo "`iptables-save`" > tmp
iptables-save | tee tmp
Other commands like:
Code:
ls > tmp
DO work as expected.
Note that this problem happens regardless if I log-in remotely via ssh or locally on the computer in question. I am clueless as to what is causing this. Any ideas?The box is running 2.6.25-14.fc9.i686 and boots to runlevel 3. The modifications I've made to the box since installing the OS are things like compiling/installing latest OpenSSH,OpenSSL,httpd,BerkeleyDB,subversion,zlib etc -- nothing really out of the ordinary I'd say.
View 5 Replies
View Related
Jul 16, 2010
I just set up my first server in my home with Ubuntu Server Edition, and I'm in the process of installing Jinzora on it. However, I cannot access the server through my web browser like I believe I should.Is it not just URL...?I am very much a server newbie, do I need to install another application to view my server in a web browser? I am able to connect through SSH just fine.
View 3 Replies
View Related
May 22, 2010
I have been trying to make it possible to upload images on my website via a web browser. I have created the HTML form, I can browse to my desktop and upload an image. But my question is, where is it on my server after I upload it? I am running 8.04 on my server.
View 3 Replies
View Related
Mar 1, 2011
I am currently new to all of this and not even sure if I am in the right place.But I am currently running a server with OpenSSH.When you go to my site's homepage, I have a link that redirects you to my files that I will be sharing.They are currently access denied as I do not want the public to be able to download.My question is how would I go about having a login box to pop up when they clink on the link on my homepage to access the files folder.Currently I have accounts set up and it works when going through Filezilla with SFTP but I'm not sure how to give access to use via a web browser
View 1 Replies
View Related
May 11, 2010
I've had a couple Ubuntu 8.04 servers hang hard with no terminal response.
After a given time the terminal login screen will go blank automatically. I'd like to prevent that from happening in order to hopefully catch any messages that get output to the screen before these hangs occur. Currently when the server hangs, I can mash the keyboard all I want, the screen stays blank.
I've tried 'setterm -powersave off -blank 0', but that doesn't seem to hold after logout.
View 4 Replies
View Related
Jun 21, 2010
I have an old pentium 4 with an ati card agp. 320mb ram. just for testing. i followed all the screen instruction and everything was installing well. then it say , remove cd and press enter to restart. i did. now it boot up fine , but at the end just a blank screen.
View 7 Replies
View Related
Aug 3, 2011
I've installed Ubuntu Server 11.04 64-bit on an HP Proliant Microserver. The install seems fine but I'm having a start-up problem. When I boot the server, I get a blank screen after the Grub Menu. If I press ALT-F2 I get the login prompt. I've tried editing the grub file (after having done some googling) and tried adding nomodeset to the following line in the grub file:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset acpi_osi=Linux"
I added nomodeset as well as acpi_osi=Linux to see if that would do somethng. After adding nomodeset, when I boot the server, I still get a blank screen after the Grub menu but this time a blinking cursor. Again, if I press ALT-F2 the login prompt shows up. So it boots (I'm able to putty/Webmin in even when the screen is blank) but don't know why I need to press ALT-F2 all the time to get the login prompt to appear. Plus I don't see the boot process right before the login as well.
HP Proliant has the following chipset and processor:
- AMD RS785E - north bridge, core logic controller
- AMD SB820M - south bridge
- AMD Athlon II NEO Processor 1.3 GHz Dual Core
I've also tried adding xforcevesa instead of nomodeset and that option too leaves me with a blank screen.
View 9 Replies
View Related
Jul 19, 2010
firstly it took a very long time to display the browser.After the browser was working on my localmachine it took really long time to show the response.I am doing all this on internet and the server has bandwidth as 6Mbps and my internet connection has a speed 1Mbps what could be the reason for such a slow response.The same exists in case of Chromium is there a way to make it fast.Ubuntu 10.04 server edition and ssh2.
View 2 Replies
View Related
Mar 29, 2011
I was having trouble getting php files to display properly on my ubuntu 10.10 LAMP setup. Everything was installed with defaults and working properly. testphp.php worked as long as it was in the sites parent directory, but any php files in user directories did not work. All browsers tried to download the php files located in /home/user/public_html instead. I tried to use the help documents here, [URL]..
Finally I was browsing around in the /etc/apache2/mods-available directory and looked at the php5.conf file. Here is the relevant information from the file:
Code:
# To re-enable php in user directories comment the following lines
# (from <IfModule ...> to </IfModule>.) Do NOT set it to On as it
# prevents .htaccess files from disabling it.
# <IfModule mod_userdir.c> #Comment out this line
[Code]...
I tried to edit the help document linked above but it says not to do so! I couldn't find a reference for this fix anywhere else, so I decided to post it here.
View 4 Replies
View Related
Apr 6, 2011
Ok so i have the tor browser bundle but when clicking start-tor-browser. I get : "Do you want to run "start-tor-browser", or display its content" ,"start-tor-browser" is an executable text file." So i click run but Vidalia doesn't start and nothing happens.
View 2 Replies
View Related
Feb 5, 2010
I might want to try and put a gui on my ubuntu server installation went fine however now I'm staring at a blank screen. ubuntu boots goes to screen similar to desktop (loading with the mouse cursor) and then blank... occationaly it'll load a partial username box but more offten than not it loads a completly blank screen and the caps lock and scroll lock lights on the keyboard are both blinking consistantly...
View 1 Replies
View Related
Jul 25, 2010
trying ti install ubuntu server 10.04 64bit server edition.Ok so I have been using the desktop version as an internal server at my home office.Decided to give the server edition a try. Now when I start the installation I get the language choice, then I choose install and then my screen goes blank and nothing happens.
View 3 Replies
View Related
Nov 25, 2010
I'm trying to blind deluge torrent to port 80 but as I'm running already a server on this port, I've decided to use the ProxyPass option in a vhost. As I prefer running through HTTPS, I've used my vhost 443 that I already use for bind AjaxTerm (SSH with a web interface)
But whereas AjaxTerm works, Deluge doesn't...I only get a black page but the tab name is correct (ie, Deluge: Web UI 1.3.1)
Here is my vhost
Code:
<VirtualHost *:443>
SSLEngine On
SSLCertificateFile /etc/ssl/private/localhost.pem
ProxyRequests Off
[Code].....
View 1 Replies
View Related
Jan 5, 2010
I have an ssh server running at home and I'd like to be able to connect to it from an internet cafe that wont let me run putty or java applets. Is there any way to ssh into my home machine through a browser? The only solutions I could find where java based.
In theory, would it be possible to open an ssh connection that reads and writes to a file, and then make a cgi script that writes commands to the file and formats the output to html?
View 1 Replies
View Related
May 31, 2010
I setup a download directory on my server, and put a test video in it. I tried to run the video in my browser and it only runs part of the video then stops. If I download it and run it on my desktop with mplayer it run the full video. I am not sure why? Here is a link to the video. [URL]. Before I setup more videos I wanted to see if there is an answer to this problem.
View 5 Replies
View Related
May 20, 2010
Today, the power was suddenly cut off in my house, then my home Ubuntu Server restarted after the power on, but when I use my laptop to view my wesite, the index.html suddenly became blank page, I did clear the firefox cache, doesn't work, still blank, and I changed browser, to seamonkey, the index.html still was blank, so, I am sure that the problem is coused by the server, and then, I put the index.html file to a subdirectory, which under the /var/www/home/index.html, and then I put the address < [url] > ,then,I can view my website the main page index.html.
View 2 Replies
View Related
Jun 12, 2010
I have been trying to set up phpmyadmin for a while now, but I just cant seem to access it with the browser.
I yum installed phpmyadmin. In my /etc/httpd/conf.d/phpMyAdmin.conf I have:
When I visit [ip]/phpmyadmin I just get a 404
I've reloaded apache, checked the phpmyadmin config file, and everything seems fine, I just get constant 404.
View 2 Replies
View Related
Mar 5, 2010
i have installed mtn and its work perfectly in shell, i have written a php script to run mtn in browser, if i run this php script in CLI it works well and if i run in browser its not working, here is the code for php
Code:
<?php
error_reporting(E-ALL);
if (function_exists(shell_exec)) {
[Code]....
View 1 Replies
View Related
Mar 28, 2011
What file browser does Xubuntu use? I know Ubuntu uses Nautilus, does Xubuntu use that to?
View 3 Replies
View Related