ispCP - Board - Support
i cant see web page - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: i cant see web page (/thread-7736.html)



i cant see web page - wenu - 09-03-2009 02:34 AM

Hello, I install panel but when i go to 127.0.0.1 web browser want donwload some file . name Deflaut it weight 3,2kb. when i open it in notepad i see
Code:
<?php
/**
* ispCP ω (OMEGA) a Virtual Hosting Control System
*
* @copyright     2001-2006 by moleSoftware GmbH
* @copyright     2006-2008 by ispCP | http://isp-control.net
* @version     SVN: $Id$
* @link         http://isp-control.net
* @author         ispCP Team
*
* @license
*   This program is free software; you can redistribute it and/or modify it under
*   the terms of the MPL General Public License as published by the Free Software
*   Foundation; either version 1.1 of the License, or (at your option) any later
*   version.
*   You should have received a copy of the MPL Mozilla Public License along with
*   this program; if not, write to the Open Source Initiative (OSI)
*   http://opensource.org | osi@opensource.org
*/

require 'include/ispcp-lib.php';

if (isset($_GET['logout'])) {
    unset_user_login_data();
}

do_session_timeout();

init_login();

if (isset($_POST['uname']) && isset($_POST['upass']) && !empty($_POST['uname']) && !empty($_POST['upass'])) {

    $uname = encode_idna($_POST['uname']);
(...)
some solution please? :<

Ubutnu 9.04


RE: i cant see web page - kilburn - 09-03-2009 02:59 AM

For some reason your apache server is not aware of .php files, so instead of executing them and returning the output, it returns the .php file as is.

Check that you have fastcgi or fcgid installed and enabled. Something like:
"a2enmod ispcp_fastcgi.conf"

Then restart apache and check again


RE: i cant see web page - wenu - 09-03-2009 05:25 AM

where i must check it? in apache2.conf? :< i'am newbe in linux


RE: i cant see web page - kilburn - 09-03-2009 05:34 AM

If you're newbie in linux, and want to use ispcp, please stick to our only officiale supported distro: debian. I'm sorry but we don't have enough manpower to support all other distros at this level...


RE: i cant see web page - wenu - 09-03-2009 07:26 AM

i have fcgi folder in etc/ispcp but it is empty .
in var/www/cfgi/master i have php5-fcgi-starter
okej i found it i have fcgid_ispcp.conf in /etc/apache2/mods-available#
i can't loda this modules
Which module(s) do you want to enable (wildcards ok)?
fastcgi_ispcp
ERROR: Module fastcgi_ispcp does not exist!
but i see it in mods-available ;/
.
i reinstall ispcp and i use fast(..)


RE: i cant see web page - sci2tech - 09-03-2009 11:37 PM

You did not installed mod_fcgid or mod_fastcgi. Please perform all steps fro INSTALL file from your distribution. All those steps are critical!!!


RE: i cant see web page - wenu - 09-04-2009 03:30 AM

yah i want reinstall but now when i turn on setup i have error ;/
"
Welcome to ispCP '1.0.2 OMEGA' Setup Dialog.
This program will set up ispCP OMEGA system on your server.

Next you are asked to enter a "fully qualified hostname" (FQHN).
For more infos read http://en.wikipedia.org/wiki/FQDN.

hostname: Unknown host
ERROR: External command '/bin/hostname -f 1>/tmp/ispcp-setup.hostname' returned '1' status !
"

ehhh :<


RE: i cant see web page - FidiBus - 09-04-2009 04:09 AM

may you read this: http://www.isp-control.net/documentation/doku.php?id=howto:hostname


RE: i cant see web page - wenu - 09-05-2009 02:03 AM

eh instalator dont install mod_fcgid , i reinstal icpcp 3 time , can somebody upload for me mod_fcgid.so ?
................
ok i compile mod but now .. i have error 500 omg