OpenSUSE :: PHP Displays Page Code On Web Server 11.3

Mar 15, 2011

I setup a web server on Suse 11.3 using the "Perfect Server" tutorial on HowtoForge with Ispconfig 2 everything works accept php. Pages only display the page code. Here is the output of the " php -r 'phpinfo();' " command

Code:
phpinfo()
PHP Version => 5.3.3
System => Linux vserver2 2.6.34.7-0.7-desktop #1 SMP PREEMPT 2010-12-13 11:13:53 +0100 x86_64
Server API => Command Line Interface
Virtual Directory Support => disabled
[Code]....

View 5 Replies


ADVERTISEMENT

Server :: Vqadmin Displays White Page When Viewing A Domain!

Jul 23, 2010

I've installed qmailtoaster on CentOS. I use vqadmin for managing virtual domain. I can list the current domains on vqadmin interface. But when I choose "View Domain", enter a my domain and choose "View Domain", I receive a white page. I can't view the information about my domain. Please help me to resolve the problem. I can create a new domain and view the domain on vqadmin but I can't view the existing domains.

View 1 Replies View Related

Ubuntu Networking :: Lost Internet Connection - Firefox Displays Server Not Found Page

Apr 6, 2011

I have been using ubuntu netbook 10.10 on my Dell Mini 9 for the past few month without any problem; it connects wirelessly to the internet via a wireless router. Yesterday in the middle of web surfing, suddently firefox cannot see any website outside of my home network (Firefox displays Server not found page). No help when I rebooted a few times and connect to my home network via wireless or even wire cable; it can access files in my network file server (DNS-321) but not the internet. My desktop computer running Windows Vista and ASUS media player has no problem accessing the internet.

View 1 Replies View Related

OpenSUSE Install :: Change Default Code Page From UTF-8 To CP-1251?

Dec 28, 2010

OPENSUSE11.3. install all default. at this time - codepage=UTF-8 How i can change to CP1251?

View 9 Replies View Related

General :: Red Hat 5.2 Samba Login - Displays A Blank Page

Mar 2, 2010

I am fairly new to Red Hat. I installed it yesterday but i cannot login as root in the webadmin login page. I entered my root username and password and it just seem to sit there forever and after a while it displays a blank page. I verified that all the necessary services have started. I have been troubleshooting this since yesterday with no luck.

View 6 Replies View Related

Ubuntu :: Computer Won't Go To Log In Page, Weird Code?

Feb 7, 2010

I turned on my Dell netbook, but as it was booting (before login page) my cat stepped on the keyboard and totally messed everything up. The laptop doesn't work anymore, and I get a strange page with code on it when I turn it on, this is what it looks like (screen pic attached). Please help! what can i do?

View 2 Replies View Related

General :: How To Get Source Code Of Web Page From Command Line?

May 6, 2010

I'm trying to get the source code of a web page from linux command line and save it to a file. I googled for it but didn't get any info. I'm not sure if wget can do this.

View 4 Replies View Related

Programming :: Have The Javascript Include On The Page (it's A Php Template So That's Elsewhere In The Code?

Jun 6, 2011

this should have been a simple task, but for some reason one of my rollovers plain old isn't workingmy html sheet

Code:
<div style="background:#F5F5E9 url('/sites/all/themes/flossmoore1/images/bricks250.png');padding:1px;padding-

[code]....

View 1 Replies View Related

Programming :: Vertical Scroll Code For 3 Column Web Page

Jun 19, 2011

I need a better tutorial than the out of date books I own or I can find using Google. If someone has a place they would recommend, please provide a link. I have a web page that is 3 column. I would like each column to vertical scroll separately. I would also like to keep the jump code in the left column if that is possible. Go here for the my web page and source code. [URL]

View 3 Replies View Related

Programming :: Point Out The The Source Code For Page Swapping?

Apr 9, 2010

I am doing a project on page replacement algorithms.... Can anyone point out the the source code for page swapping in linux kernel source tree.(I am using 2.6.31 kernel on a 32 bit x86 machine).

View 1 Replies View Related

Programming :: Script - Which Shows Https Page Source Code

Feb 22, 2010

I would like to download and show a source of an webpage in stdout, but this is a https page with authentication form, which requires logging in. I tried like this:

Code:
wget -q --no-check-certificate --http-user=USERNAME --http-password=PASSWORD https://webpage.domain.com -O - However, it still downloaded only this login page, not the real webpage. Using the Firefox I can authenticate just fine. Any ideas?

View 5 Replies View Related

Software :: When View Browser (localhost/test.php) It Just Shows The Code Itself Instead Of Displaying The Phpinfo Page

Dec 19, 2010

I'm using fedora 14. And I have installed apache, PHP and MySQL. I tried testing PHP with phpinfo(). But when I view it view my browser (localhost/test.php) it just shows the code itself instead of displaying the phpinfo page. This is the content of my test.php page.

<?php
phpinfo();
?>

View 3 Replies View Related

CentOS 5 :: X-Server Running X App On Both Displays?

Nov 24, 2009

I have a multiheaded setup with one X server and two displays i.e. :0.0 and :0.1. Is there a way to have one instance of an X client for example xeyes and have this displayed on both displays at the same time. I want one keyboard/mouse that controls both displays. I do not want to use Xinerama.

View 5 Replies View Related

Server :: Postfix Service Does Not Start And Displays?

Jul 1, 2010

I have a problem with my mail server on zimbra. postfix service does not start and displays the following error:

[root@ns ~]# /opt/zimbra/bin/postfix start
postsuper: fatal: scan_dir_push: open directory defer: Permission denied
postfix/postfix-script: fatal: Postfix integrity check failed!

View 3 Replies View Related

Ubuntu Servers :: SSH Login Displays Stats Of Server Twice?

May 4, 2010

This is a very trivial thing, but when I SSH into my newly updated 10.04 server, the stats of the server are displayed on the screen twice. How can i fix it to just display once? This is what it is doing.Quote:Linux xxxxx 2.6.32-21-generic-pae #32-Ubuntu SMP Fri Apr 16 09:39:35 UTC 2010 i686 GNU/LinuxUbuntu 10.04 LTS

Welcome to Ubuntu!
* Documentation: https://help.ubuntu.com/
System information as of Tue May 4 08:41:22 EDT 2010

[code]....

View 9 Replies View Related

Server :: When Check Mysql Log At /var/log/mysqld.log,it Displays Warning?

May 23, 2010

My server is using MySQl mysql-5.0.77-3.el5 on Centos 5.4.When I check mysql log at /var/log/mysqld.log,it displays warning Quote:

100524 11:46:21 mysqld started
100524 11:46:21 [Warning] option 'max_join_size': unsigned value 18446744073709551615 adjusted to 4294967295
100524 11:46:21 [Warning] option 'max_join_size': unsigned value 18446744073709551615 adjusted to 4294967295

[code]....

View 7 Replies View Related

OpenSUSE :: Info Diriectory Displays Empty?

Sep 19, 2010

When I say info, I get an empty document: nfo: (dir)Top, 1 linii --AllWhen I say info -f /usr/share/info/dir, I get the same.When I open /usr/share/info/dir in KWrite, I notice that there are tabulations in the Node: declaration.When I removed these tabulations, the directory suddenly displayed all right (info -f /tmp/dir).So I tried the same thing with the file extracted from the current package, and it contains tabulation characters, so I can see nothing there with info.

View 5 Replies View Related

OpenSUSE :: Switch Between Multiple Displays Automatically?

May 26, 2011

I've been tasked with setting up a wall board display monitor for our monitoring applications and it's got to look good! I was hoping to use opensuse 11.4 & the KDE desktop effect of the cube and I'm trying to find a way to make the screens rotate in a timed manner.

Is this possible and if not can anyone suggest a good way to switch between multiple displays automatically?

View 2 Replies View Related

Server :: VNCServer Error Message Saying "Starting VNC Server: No Displays Configured"

Jun 3, 2010

When I start the vncserver process, I get a message saying "Starting VNC server: no displays configured." I edited the /root/.vnc/xstartup file and changed twm & to say "gnome-session &" (Without quotes). Not sure why I am still seeing this error. It's CentOS 5.4.

View 1 Replies View Related

OpenSUSE :: KDE4 Screen Edge Actions With Two Displays?

Jun 8, 2011

Are KDE4 Screen Edge Actions supposed to not work in multi-display setup? I have two displays and Screen Edge Actions define and nothing happens when I move the pointer to an edge or a corner of the main display.

View 5 Replies View Related

OpenSUSE Install :: 11.4 - Displays Blank Login Screen?

Aug 13, 2011

I have opensuse 11.4 installed with both gnome and kde. These are the things I did before the problem:

1. changed the login screen to oxygen login screen

2. Then I logged off and when again logging in, I chose the session as Metacity.

But unfortunately, the the blank splash screen appeared and it didnt get into the desktop. Then I did a hard restart (By pressing the power button). Since then, I cannot login. The login screen is blank left only a active mouse pointer. Even booting into failsafe also didnt work.

By the way, I have chosen the option of directly logging in without password prompt at login. (during installation)

Only a week before i did a clean install since i corrupted the grub, dont wanna install again.

View 8 Replies View Related

OpenSUSE Multimedia :: Displays Flash Grey Screen Or Just Stops?

Jan 19, 2011

When I am using flash a lot of times it will just display a grey screen or just stops. I wanted to use Turbotax today but I can not because of this.

Opensuse 11.3
Firefox 3.6.13
Shockwave flash 10.1 r102 (this is what it says under add-ons)

when I look for flash programs installed in Yast I get two things

flash-player 10.1.102.64-0.2.1
pullin-flash-player 11.3.1-2.1.1

View 4 Replies View Related

OpenSUSE Install :: Failsafe Displays Full Screen - Normal Doesn't?

May 12, 2010

I have 11.2 installed on my laptop but have a bit of an issue. When I boot it normally, it will not use my full screen, instead it only uses about a 5"x5" box in the center and displays there, but when i boot into failsafe, it uses the full screen.

View 9 Replies View Related

Server :: Access From A Browser To The Squirrelmail Configtest Page In Server?

May 10, 2010

I was trying to have access from a browser to the squirrelmail configtest page in my server, making some changes, I accidentaly remove the directory webmail. After I replace it with a backup apache2 can not start. This is what I have. Syntax error on line 281 of /etc/apache2/apache2.conf: Syntax error on line 1 of [URL].. closed. But I am sure there is a ?> at the end of this file.Base on what I read on [URL]...-with-the-tag/ I test without the ?> also, but I got the same error.

View 2 Replies View Related

Server :: Login Page Enough To Work Dhcp Server?

Nov 4, 2010

\Actually i lost the login details of my server so im recovering it in rescue mode.what i want to ask here is if i restarted my server what i need to do in order to work as it was before.on my server samba and dhcp server is configured.will my client users can access there network if login page comes or i need to do something else such as restarting services or not.

View 1 Replies View Related

Server :: Apache 2.2 Won't Server Page Below Doc Root

May 12, 2010

I'm moving an office intranet server to a new machine running CentOS 5 with apache 2.2.3. Everything worked fine on my old CentOS server and nothing new or fancy being tried on the new machine: default server, no name virtual hosts etc.. However, on the new server I can only see the index.html page when I browse to it. Index.html is a frameset which calls other pages to load from subfolders to /var/www/html. The frameset loads but in each frame I see "The requested URL /hot_stuf/data_colm.html (etc.) was not found on this server.".

View 3 Replies View Related

Server :: DHCP Server Option T150 Code 150 = String?

Jan 6, 2011

I have come across this option given below in dhcpd.conf file for DHCP Server configuration. Can any body let me know what this option is all about.Code:option T150 code 150 = string;

View 2 Replies View Related

General :: How To Connect To A Remote Server And Run Some Code On That Particular Server

Jun 30, 2011

I am implementing an automated backup scheme so I created a shell script which first creates SQL dumps for all MySQL databases, then retrieves all websites from the /var/www directory of a remote server. The latter is working as I am using rsync to get the remote files.However, the MySQL dumps being retrieved are the ones from the local server which is not what I want. I want to get the SQL dumps from the remote server as well.I have a tunnel between the local and remote server which I can connect to without using any password (I added the public key to the authorized_hosts), so I tried to add the following code to the script:

ssh user@192.168.x.xxx

I then attempted to retrieve the SQL dumps and exited from the remote server. However this does not work as I still have to enter exit manually in the terminal for the SQL dumps to be retrieved from the remote host. I don't know why this is happening. This is what the script is trying to do:

//connect to remote server
ssh user@192.168.x.xxx
//retrieve SQL dumps

[code]...

Is there a way to connect to the remote host AND run the script's code on THAT remote host?

View 2 Replies View Related

Fedora :: Npviewer Segfaults - Firefox Sometimes Shows The Title Of A Page In A Tab But The Page Is Blank

Nov 23, 2009

On FC11 64 bit with Adobe flash plugin for Linux installed, I see segfault errors from "npviewer" in /var/log/messages. The only browser I have tried yet, Firefox, has glitches every now and then. Sometimes it shows the title of a page in a tab, but the page is blank. This can even happen when I try the Google main page. Is it true that npviewer has something to do with Adobe flash? Is there a way to fix the problem? If it is caused by Adobe flash, is there a different plugin that will replace Adobe flash player?

View 1 Replies View Related

Ubuntu Installation :: 10.10 Netbook / Hitting Next On First Page Mouse Icon Changes But Next Page Never Loads?

Oct 12, 2010

i am able to try ubuntu and everything works fine until i try to install. the menu comes up to the first page where it tells you to plug in your machine and make sure there is enough disk space and network connectivity. when i hit next on this page the mouse icon changes but the next page never loads. the longest i let it hang there was 2 hours. ive tried multiple times with the same result.

im running from a flash drive on an ASUS Eee PC 1001P-PU17

View 4 Replies View Related







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