These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Fcgi + php code not being interpreted on the new forum.
I have a problem installing virtualmin with a fresh Debian 8.5 32bits install.
Installed virtualmin using the install script ./install.sh
After installation completes I create a virtual server but it only shows php source code, what am I doing wrong ?
Already installed it the same way on other server and everything worked fine, but now tried two times on two different servers.
Ok, 8+ does seem to be supported but I think... really....
Wait for an official reply.
Chaos Reigns Within, Reflect, Repent and Reboot, Order Shall Return.
hi... did you install all php extentions? I believe that is your problem.. - means virtualmin works correctly within your os.
Configuring/troubleshooting Debian servers is always great fun
Unborn the install script? Works or not?
Chaos Reigns Within, Reflect, Repent and Reboot, Order Shall Return.
of course it works
Configuring/troubleshooting Debian servers is always great fun
Do I need to install more php extensions other than the included in install script ?
The last time I set up a server with Debian I did a fresh install, used the install script and everything worked out of box.
Hi, well it depends what you want to run..(for example some cms-es require some php 'extentions' or modules..) in a case you are using debian you can write them in one line command like:
apt-get install php5-curl php5-dev php5-gd ..all others you need
and just press enter and install them really. You dont have to install all of them, just the one you need/want.Here is list of all of them with description what they are for:
server-side, HTML-embedded scripting language (CGI binary)
command-line interpreter for the php5 scripting language
Common files for packages built from the php5 source
CURL module for php5
Debug symbols for PHP5
Files for PHP5 module development
GD module for php5
GMP module for php5
JSON module for php5
LDAP module for php5
MySQL module for php5
ODBC module for php5
PostgreSQL module for php5
pspell module for php5
Readline module for php5
recode module for php5
SNMP module for php5
SQLite module for php5
tidy module for php5
XML-RPC module for php5
XSL module for php5
Extension optimising the ADOdb database abstraction library
APC User Cache for PHP 5
Enchant module for php5
fast image manipulation library (PHP bindings)
server-side, HTML-embedded scripting language (FPM-CGI binary)
Grassroots DICOM PHP5 bindings
PHP wrapper to libgearman
GeoIP module for php5
wrapper around the gpgme library
ImageMagick module for php5
IMAP module for php5
interbase/firebird module for php5
internationalisation module for php5
Library for Liberty Alliance and SAML protocols - PHP 5 bindings
PHP5 language bindings for the Redland RDF library
* php5-cgi module for MapServer
MCrypt module for php5
memcache extension module for PHP5
memcached extension module for PHP5, uses libmemcached
Midgard2 Content Repository - PHP5 language bindings and module
Ming module for php5
MongoDB database driver
PHP extension for interfacing with MessagePack
MySQL module for php5 (Native Driver)
MySQL replication and load balancing module for PHP
OAuth 1.0 consumer and provider extension
Pinba module for PHP 5
ps module for PHP 5
PECL radius module for PHP 5
PHP extension for interfacing with Redis
PECL module for Kerberos-authenticated command execution
PHP bindings to rrd tool system
Cyrus SASL Extension
Streaming Text Oriented Messaging Protocol (STOMP) client module for PHP 5
PHP Bindings for the Subversion Revision control system
Sybase / MS SQL Server module for php5
PHP interface to Tokyo Cabinet's network interface, Tokyo Tyrant
Grassroots DICOM VTK PHP bindings
Fast, stable PHP opcode cacher
Xdebug Module for PHP 5
Hierarchical Profiler for PHP5
Configuring/troubleshooting Debian servers is always great fun
Same issue?
https://www.virtualmin.com/node/41700
The code I run was just.
No using any CMS at the moment.
I'm still very confused. Always installed virtualmin with script installer and no extra dependency was needed for php + FastCGI.
Hello, steping here Just to give you guys a feedback on my problem.
I figured out why it was happening, apparently you cannot enable mod_userdir apache module when FCGI is enabled, (yes I did not know that and i'm a noob) that what was causing the code not being interpreted, but when I try the "WEBSITE PREVIEW" everything works fine.
So now I just need to find a way to "Preview a website" without the user being authenticated using a single URL,
Does anyone have an idea how this can be implemented? I read somewhere that it could be done by configuring proxying a website (using the option Edit Proxy Website), how is that possible ?