LSWS DOWNLOADS FILES FROM SERVER PHP NOT WORKING

#1
Hi all, I just installed lsws 4.2.7 std version, and after I compiled PHP 5.5.8, created new vhost, created new listener, Virtual Host Mappings I just upload wordpress files in html location that I created for vhost, when I try to acces install page I have this error

WordPress
Error: PHP is not running
WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.
> <?php _e( 'WordPress › Installation' ); ?>
get_var("SHOW TABLES LIKE '$wpdb->users'") != null ); // Ensure that Blogs appear in search engines by default $blog_public = 1; if ( ! empty( $_POST ) ) $blog_public = isset( $_POST['blog_public'] ); $weblog_title = isset( $_POST['weblog_title'] ) ? trim( wp_unslash( $_POST['weblog_title'] ) ) : ''; $user_name = isset($_POST['user_name']) ? trim( wp_unslash( $_POST['user_name'] ) ) : ''; $admin_password = isset($_POST['admin_password']) ? trim( wp_unslash( $_POST['admin_password'] ) ) : ''; $admin_email = isset( $_POST['admin_email'] ) ? trim( wp_unslash( $_POST['admin_email'] ) ) : ''; if ( ! is_null( $error ) ) { ?>...............

So I don't know what to do, php build was successfully, I used lsws before and know how to make vhosts etc.

created a file called info.php added "<?php phpinfo() ?>" and when I try to see my php version in browser , points me to download that file and nothing else.
 
Last edited:
Top